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

Pages: [1]
1
Mods & Plugins (Releases & Support) / [Mod] Notify sender on received eCard
« on: February 26, 2003, 06:46:47 PM »
how did you do the swatches color selection on your site? looks good!  :)  could you show us how you did that? instead of the few default colors we are given. Thanks!

2
ah ok I already had the corrected version. thanks :)
I followed all the steps but I'm not sure why the comments link isn't appearing in the profile area. there's a blank space where it is supposed to be and the space links to my main gallery page.

3
Quote from: V@no
Also, little correction:
Code: [Select]
 $txt_clickstream = $lang['member_comments'].$comment_user_name;
change to this:
Code: [Select]
 $txt_clickstream = $lang['member_comments'].(($user_id == GUEST) ? $lang['userlevel_guest'] : $comment_user_name);


Where can I find this bit? I did a find in the member.php and language main.php and the html files but I didn't get to find the first line to replace.

4
Installation, Update & Configuration / Creating thumbnails
« on: February 25, 2003, 01:14:53 PM »
does it matter that my host is using php4.3.1? how can i fix this?

5
Installation, Update & Configuration / Creating thumbnails
« on: February 25, 2003, 02:40:06 AM »
My host is a linux server and they are using PHP 4.3.1. I tried the fix in the thread you posted, but it didn't work. It still gave me the "error creating thumbnail".

6
Discussion & Troubleshooting / Thumbnails ?
« on: February 24, 2003, 07:09:36 PM »
Quote from: SLL
you don't have to enter anything in this field. thumbs will be created automatically. pls be aware, that auto-thumbs doesn't work with direct upload (when you upload as admin)


I tried uploading via admin and user but both do not generate thumbnails though auto-thumbnails is on. It doesn't work when manually trying to create them via the control panel either.

7
Installation, Update & Configuration / Creating thumbnails
« on: February 24, 2003, 07:02:58 PM »
I have tried searching for "image magick", many encountered similar errors but alot of threads were unanswered. I can't read german. Most threads just mentioned something about SAFE mode being on or off and installing image magick itself. I was using Gallery previously and image magick works fine with it, so perhaps it is the configuration somewhere in the 4images script? I would appreciate if you could point us to the relevant thread. thank you.

8
Installation, Update & Configuration / Creating thumbnails
« on: February 24, 2003, 04:56:10 PM »
I get that error too. I have checked with my host and put the correct path in the settings /usr/share/ for my ImageMagick. But I get this error:
Create thumbnail for: test (P1010001.jpg) ....  
   Error creating thumbnail!

Pages: [1]