PDA

View Full Version : Help!


gulfan
07-22-2002, 11:45 PM
On my forums at http://www.technokev.com/ I have modified the post icons so they're words instead of little characters.

http://www.technokev.com/help.jpg

However, All of the icons except the default icon (icon1.gif) are 15 X 15. Where do I change it so they will be there actual size?

Thanks

mashby
07-23-2002, 01:50 AM
Check your "forumdisplaybit" template. The code that displays the icon is <td bgcolor="{secondaltcolor}">$thread[icon]</td>

But I don't see any settings for the the size of the icons. Meaning that it should just diplay the icon the actual size that it is. So if your icons are 30 pixels wide, then they should all display just like your "Post" icon in the screenshot.

Somebody correct me if I'm wrong.

SaintDog
07-23-2002, 02:45 AM
There may be a hard coded size, if so, it would probably be in forumdisplay.php. If you have any questions, please direct them to vBulletin.org :).

gulfan
07-23-2002, 05:13 AM
Your right SaintDog!


$thread[icon]="<img src=\"$thread[iconpath]\" alt=\"$thread[icontitle]\" width=\"15\" height=\"15\" border=\"0\">";

Thank you very much!