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 - SLL

Pages: 1 2 3 [4] 5 6 7 8 ... 27
46
WHERE id = $user_id";  query seems to be an error.

827Resource id #34 is definatelly wrong user id

47
something like
Code: [Select]
$recipient_email = ($row['email']);
echo $recipient_email;
$recipient_name = ($row['name']);
echo $recipient_name;

...for all variables. of course you'll see a lot of "garbage", but this way can debug what's going on

48
it's a matter of your smtp/pop server configuration and has nothing to do with 4images.  ask your host to configure it for you (to accept mails from localhost)

49
if you mean direct link to the media file - find
Code: [Select]
"yr_image_name" => strtoupper($image_media_file),
right after add
Code: [Select]
"image_dir_url" =>($cut_url."data/media/".$cat_id."/".$image_media_file),

then use {image_dir_url} var in your email template. this is assuming that you've installed original mod

50
hmm... looks ok  :roll:

i'd suggest you to temporarily put echo commands after each variable  (like echo $recipient_email; ) and debug script this way. then at least you'll see what is taken from db and hopefully find out what's wrong

51
It seems I've found a possibility to use Annotation MOD on galleries running NetPBM as a main image manipulatuion tool. Now the question is: if it worth spending time rewriting MOD?

52
Discussion & Troubleshooting / A download Area 4 mods
« on: June 20, 2003, 05:53:32 PM »
most of the mods (except mine) are published directly in this forum, so there's no need to make any d/l area for them

53
Mods & Plugins (Releases & Support) / [Mod] User upload limits
« on: June 20, 2003, 05:51:43 PM »
:?  this vars registred with over_limits.html template only... sorry, i can't tell you for the moment how to use it in profile

54
Mods & Plugins (Releases & Support) / [Mod] User upload limits
« on: June 20, 2003, 04:17:33 PM »
you can see in lang\main.php >
Code: [Select]
$lang['already_loaded'] = "<span class=\"smalltext\"><b>For your information:</b> you have uploaded <b>{images_per_user}</b> images out of <b>{upload_limit}</b> allowed for you.</span>";

so, use {images_per_user} and {upload_limit} in your member profile template

55
Quote from: Yegor
ohh please do! I need to batch annotate like 400 images.


it seems i've found out what was the reason... you have to specify the whole path to the embedded image, like /users/htdocs/4images/logo.png

at least, this is working on the freebsd system...

56
you should post ib adopted (not original) mod code here, maybe we'll see something you've missed

57
Mods & Plugins (Releases & Support) / [MOD] Votes saved in DB
« on: June 18, 2003, 08:14:58 AM »
Quote from: Lucifix1
strange... my members and i want that the votes could be see next to comment. Is it possible?

nothing strange... it depends from the kind of gallery you're running... mine, for example, is for irc network, with photos of people chatting there, people knowing each other... i'm sure these people do not want to show their personal likes and dislikes on public

btw, admin plugin to "spy" all votes is ready, let's ask v@no to publish it  :wink:

58
http://faces.dalnet.ru/files.php?action=download&id=6
sorry, not documented at all, but it's very simple

59
Mods & Plugins (Releases & Support) / [Mod] User upload limits
« on: June 17, 2003, 04:33:35 PM »
Quote from: Lord Nite
error when adding a user from the admin panel

ah.. that one was fixed long time ago.  and it was caused by wrong icq field

60
Mods & Plugins (Releases & Support) / [Mod] User upload limits
« on: June 17, 2003, 11:34:07 AM »
Quote from: Lord Nite
Notice the ' around the $user_limit string.  It wasn't there before, and that would cause the errors.

hmm... this db field is smallint(3), so why you need to quote it? moreover, neither i do not get any error messages at my site, nore anybody else reported such bug

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