Author Topic: Small stuf  (Read 3227 times)

0 Members and 1 Guest are viewing this topic.

Offline dillo

  • Newbie
  • *
  • Posts: 11
    • View Profile
Small stuf
« 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!

Offline mawenzi

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: Small stuf
« Reply #1 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>
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline dillo

  • Newbie
  • *
  • Posts: 11
    • View Profile
Re: Small stuf
« Reply #2 on: May 18, 2006, 08:44:08 AM »
THX Mawenzi!   found it...