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.


Topics - V@no

Pages: 1 ... 10 11 12 13 [14]
196
Discussion & Troubleshooting / Email
« on: August 13, 2002, 07:38:32 AM »
when I send an email to my members, they receive it but it sais that the email was sent FROM admin@mysite.com TO admin@mysite.com
TO - shows the administrator's email, not the recepie.
what's wrong?

197
when I use this:
Code: [Select]

<td class="row2">
 {if prev_image_name}{lang_prev_image}<br />
                              <b><a href="{prev_image_url}">{prev_image_name}</a></b>
 <br /><br /><a href="{prev_image_url}"><img src="{prev_thumb_file}" border="1"></a>
 {endif prev_image_name}&nbsp;</td>
                            <td align="right" class="row2">
 &nbsp;{if next_image_name}{lang_next_image}<br />
                              <b><a href="{next_image_url}">{next_image_name}</a></b>
 <br /><br /><a href="{next_image_url}"><img src="{next_thumb_file}" border="1"></a>
 {endif next_image_name}</td>

to display thumbs under next/previous images links it doesnt show icon for non pictures files (zip, avi, mp3)
since " {next_image_url} " points to /media/ folder without filename.
can I fix it some how?

198
when I sellect few images as favorites (lightbox) then click on 'favorites' link it shows thumbs of the sellected images. ok, then, if u click on any it will show the image, but links 'next/previous' will point to images from that category, but not from my favorites...
would be nice if u could go next/previous inside favorites too...

199
Feedback & Suggestions / import images?
« on: July 20, 2002, 09:39:23 PM »
Hi!
just have an idea, if I want show photos from a trip, I'll need upload each file one-by-one and it's really pain (300+ photos).
so, is there a way to make some import files from dir?
for ex. it could be done by this:
 go to admin control panel and click on import button, type where are your photos, sellect cattegory u want to import those files to.
script scan the folder and copy all files to /data/media/"category folder".

what do u think?

Pages: 1 ... 10 11 12 13 [14]