View Full Version : Forum view question
Blue Moose Aaron
10-30-2002, 04:06 PM
Wher can I go to remove the pixel limit of the post icon in forum view? I use icons that are larger than 15 x 15 so they appear smushed
Xenon
10-30-2002, 04:10 PM
template posticonbit ;)
Blue Moose Aaron
10-31-2002, 05:06 AM
That only works for the post icons in post view not forum view
Xenon
10-31-2002, 10:02 AM
you cannot change this within your template!
open forumdisplay.php
if (!$foruminfo[allowicons] or $thread[iconid]==0) {
if ($showdeficon) {
$thread[icon]='<img src="{imagesfolder}/icons/icon1.gif" border="0" alt="">';
} else {
$thread[icon]=" ";
}
} else {
$thread[icon]="<img src=\"$thread[iconpath]\" alt=\"$thread[icontitle]\" width=\"15\" height=\"15\" border=\"0\">";
}
there you can change the values
Blue Moose Aaron
11-01-2002, 12:03 AM
You sir, are a god
Xenon
11-02-2002, 01:24 PM
:)
thanks ^^
you're welcome
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.