Author Topic: not images thumbs (zip, mp3, avi) under next/previous links  (Read 3806 times)

0 Members and 2 Guests are viewing this topic.

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
not images thumbs (zip, mp3, avi) under next/previous links
« on: August 01, 2002, 11:22:39 PM »
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?
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
not images thumbs (zip, mp3, avi) under next/previous links
« Reply #2 on: August 03, 2002, 09:05:06 PM »
thx alot!
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)