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@nо

Pages: 1 [2] 3 4 5 6 ... 15
16
if it's exact number of images every time, then it could be some server restrictions. mod security is known on restrict nimber of POST fields

ask your host admin if anything like this installed

17
Tutorials / Re: [TUT] Tooltip for Thumbnails
« on: September 09, 2010, 06:50:17 AM »
I think the problem is in image name or category name when it has an apostrophe (single quote: ' ).
if that is the case, then replace
Code: [Select]
onmouseover="Tip('{image_name}<br />{lang_category} {cat_name}<br />{lang_comments} {image_comments}')" onmouseout="UnTip()"
with:
Code: [Select]
onmouseover="Tip('<?=addslashes("{image_name}<br />{lang_category} {cat_name}<br />{lang_comments} {image_comments}")?>')" onmouseout="UnTip()"

18
I'd not see anything in the code that could possibly cause what you've describing...
Can I test it myself? (PM to "other" me if you wish)

19
Mods & Plugins (Releases & Support) / Re: [Mod] Avatar v2.01
« on: September 09, 2010, 06:42:09 AM »
yes, users are able upload their own avatars.
Quote
New features in v2:
1. users can upload their own avatars.

20
Yes, you did it correctly, but I messed up.
I meant to say {if user_loggedin} {endif user_loggedin}

21
Plugins / Re: [Plugin] Rebuild Thumbnails v1.1.1 (2010-07-10)
« on: September 02, 2010, 01:27:41 AM »
either


P.S.
Welcome to 4images forum :)

22
Welcome to 4images forum.
It's possible that you ran that script twice, the table is already updated and you are good to go.

23
Mods & Plugins (Releases & Support) / Re: [MOD] Top 100
« on: September 02, 2010, 01:15:25 AM »
maybe through robots.txt ?

Or in top100.php find:
  $site_template->register_vars("toplist"$toplist);

Insert above :above::
  $toplist str_replace('<a href="''<a rel="nofollow" href="'$toplist);


If you don't want them visit top100 at all, then add rel="nofollow" into link in user_login.html and user_loginform.html templates.

24
the v4.15.1 is the latest that has support for new way of keywords handling introduced in 4images 1.7.8 (is that what you had question about?)

25
Mods & Plugins (Releases & Support) / Re: [Mod] Toplist altered
« on: August 11, 2010, 02:24:17 AM »
Yes, an old link from the times when we used phpbb forum software.
Link fixed now.

P.S.
In case you didn't know, each reply has a unique address which you can find by hovering over headline. You can use these links instead of saying which post from the top you mean.

for example: http://www.4homepages.de/forum/index.php?topic=2544.msg22107#msg22107

26
Well, as I said, once you comment out the original function and added new function from this mod, then add the line from the media sites mod to that new function.

27
Discussion & Troubleshooting / Re: Error in SQL syntax
« on: July 31, 2010, 09:11:01 PM »
$user_invisible variable is empty, make sure you have this line:
  $user_invisible = (isset($HTTP_POST_VARS['user_invisible'])) ? intval($HTTP_POST_VARS['user_invisible']) : 0;

28
1) we have page translation tool on the top of each page.
2) what was the point on asking this question under this mod, which is in english?

29
Disable:
Settings -> "send email to junk folder"


Ok, ok, that was a sarcastic joke, sorry, couldn't resist.

4images has no control over spam filter your email server uses, try edit lang/<your language>/email/ templates, perhaps that could help.

30
Mods & Plugins (Requests & Discussions) / Re: Login Forever
« on: July 12, 2010, 10:59:58 AM »
Yes, login via normal page and tick "Log me on automatically next visit" checkbox.

Pages: 1 [2] 3 4 5 6 ... 15