Author Topic: template-file for {new_images} ?  (Read 5444 times)

0 Members and 1 Guest are viewing this topic.

Offline daniel_74

  • Newbie
  • *
  • Posts: 25
    • View Profile
template-file for {new_images} ?
« on: April 17, 2005, 03:20:46 PM »
Hello,

I´m not finding the template-file for {new_images} box located in the home.html template.
I would like to remove the lightbox-button from there.

Thanks in advance,
Daniel

Offline daniel_74

  • Newbie
  • *
  • Posts: 25
    • View Profile
Re: template-file for {new_images} ?
« Reply #1 on: April 17, 2005, 03:40:47 PM »
Now I have found it !! It´s thumbnail_bit.html-template.

Another question: How can i change the comments-line in thumbnail_bit to show hits instead ?

Thanks
Daniel

Offline ManniC

  • Full Member
  • ***
  • Posts: 182
    • View Profile
    • photographic impressions
Re: template-file for {new_images} ?
« Reply #2 on: April 17, 2005, 03:51:25 PM »
Comment out this line:

<!-- {if allow_comments}{lang_comments} {image_comments}{endif allow_comments}<br /> -->

Insert / edit this line:

<a href="{cat_url}">{cat_name}</a><br><i>Hits: {image_hits}</i><br />
Viele Grüße / Best Regards
Manfred
------------------------------------------------------
photographic impressions powered by mc-com.de[/color][/url][/size]

Offline daniel_74

  • Newbie
  • *
  • Posts: 25
    • View Profile
Re: template-file for {new_images} ?
« Reply #3 on: April 17, 2005, 04:04:42 PM »
Thanks,

works great replacing only this:

<i>Hits: {image_hits}</i><br />