Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - V@no

Pages: 1 2 3 [4] 5 6 7 8 ... 741
46
Missing admin/admin_global.php ?

47
you can use conditional tags in the templates:
Code: [Select]
{if your_field_name}your field is not empty{endif your_field_name}

50
I still can't reproduce it...can you tell exactly what fields to fill up and with what (what text). And if you say it's not with every image, then I'll need an image that causing it too.

51
I've split your post into independent topic, it's not related to the topic you replied originally.

I can't reproduce it on my test site, it must be some kind of missconfiguration on your site, like different encoding used on page and database

I would need access to your site as admin to run some tests for further assistance.

For now try go through these topics, maybe you'll find a solution:
Search Results

52
Templates & Styles (Requests & Discussions) / Re: What theme is this?
« on: January 10, 2012, 09:18:36 PM »
Welcome to 4images forum.

Can't say I recognize anything published here like this. Perhaps your best bet would be contact the site's owner.

53
I just uploaded an image to your site and it didn't give me any errors.
Perhaps you should start by telling exactly what you do and how to reproduce?

54
Check if your format_text function in functions.php is unchanged.

55
Are you using unmodified 1.7.10 or it's an upgrade?
Did you try the fix above?

56
Mods & Plugins (Releases & Support) / Re: [MOD] Exif V.1.7.6
« on: January 06, 2012, 02:55:27 PM »
it would make more sense what you did if you posted the whole function, not just part of it

57
Mods & Plugins (Releases & Support) / Re: [MOD] Exif V.1.7.6
« on: January 05, 2012, 01:35:35 AM »
We need the photo with EXIF to test it with.

					

58
Hello and welcome to 4images forum.

Replace in new_images.php
Code: [Select]
        WHERE i.image_active = 1 AND c.cat_id = i.cat_id AND i.cat_id NOT IN (".get_auth_cat_sql("auth_viewcat", "NOTIN").")With this:
Code: [Select]
        WHERE i.image_active = 1 AND c.cat_id = i.cat_id AND i.cat_id NOT IN (".get_auth_cat_sql("auth_viewcat", "NOTIN").")" . ($cat_id ? " AND i.cat_id = $cat_id" : "") . "

After that you can use cat_id url query to specify a category: http://example.com/4images/new_images.php?cat_id=123

59
This is strange, in theory no such errors should occur...can you provide the image that produces this error? I'd like to see what's in the EXIF of it.

60
What is your 4images version?
This has been fixed in 1.7.10

Pages: 1 2 3 [4] 5 6 7 8 ... 741