4images Forum & Community

4images Issues / Ausgaben => Discussion & Troubleshooting => Topic started by: dillo on May 17, 2006, 06:18:30 PM

Title: Small stuf
Post by: dillo on May 17, 2006, 06:18:30 PM
Hi there all you Great Modders :D

first-i am trying to disable the display of the (name) that is presented under the thumbnail and can't find where it is hidden.
Probably it's woven into a class or function but can't find it anyway.

second-the 'comments' counter display should be changed into another colour (red) same question as mentioned above.

Who's smart enough to guide me through this small newbie problem?

Thanks A Lot!
Title: Re: Small stuf
Post by: mawenzi on May 17, 2006, 07:03:05 PM
1. edit your /templates/<your_template>/thumbnail_bit.html ... delete ... {user_name_link}
2. edit your /templates/<your_template>/thumbnail_bit.html ... use this ... <span style="color:#FF0000;">{image_comments}</span>
Title: Re: Small stuf
Post by: dillo on May 18, 2006, 08:44:08 AM
THX Mawenzi!   found it...