Author Topic: Help LUCIFIX: medal in tumbnail of winners images  (Read 3693 times)

0 Members and 1 Guest are viewing this topic.

Offline mariano

  • Newbie
  • *
  • Posts: 17
    • View Profile
Help LUCIFIX: medal in tumbnail of winners images
« on: October 10, 2006, 02:40:05 PM »
Hi, I am interested in adding an "awards" type feature to my gallery like Lucifix gallery. The link is in here: http://www.4homepages.de/forum/index.php?topic=8341.0

I used this:
http://www.4homepages.de/forum/viewtopic.php?t=5679

Naw I can see a "1" where I put {image_honor} in thumbnail_bit in images I marked in ACP. I want to see a image (ex. award.gif) instead of that number "1"

Thanks

Offline Lucifix

  • Hero Member
  • *****
  • Posts: 710
    • View Profile
    • http://www.slo-foto.net
Re: Help LUCIFIX: medal in tumbnail of winners images
« Reply #1 on: October 10, 2006, 02:49:25 PM »
In html code add something like this:

<img src="{image_honor}.gif">

Rename your honor image to 1.gif and upload it in root directory where you have installed 4images.


Offline mariano

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: Help LUCIFIX: medal in tumbnail of winners images
« Reply #2 on: October 11, 2006, 01:14:04 AM »
Thanks Lucifix

I tested and it works... parcially

Now I can see the medal instead of the "1" but in images I dont mark in ACP shows a broken link image, and in propeties say http://www..........com/4images/ .gif

I need that in this case (not marked) thumbnail_bit shows nothing instead of a broken link image.

Thanks again

Offline mariano

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: Help LUCIFIX: medal in tumbnail of winners images
« Reply #3 on: October 11, 2006, 01:50:26 AM »
I fixed myself using {if image_honor}<img src="{image_honor}.gif">{endif image_honor} :lol:

Thanks a lot