View Full Version : HELP: "No Icon" as Icon1.gif
ShizzleBoy
10-03-2002, 10:11 PM
I'm sorry to ask this retarted question, especially considering the fact that I did this little modification on my old vB forums... but I've forgotten how, and I've came up short on a search as to if this question has already been answered here. So here it goes:
How can I make Icon1.gif show up on the thread view and such as the default icon, if someone selects "no icon", the Icon1.gif will show up rather than an empty space.
Again, sorry for the retarted question, please help a guy in need. Thank you for understanding!
Tony G
10-04-2002, 04:54 AM
I think the default check of it is via the template. So try the reply/topic templates.
ShizzleBoy
10-04-2002, 06:06 AM
Could you be more specific? I've been digging through templates for who knows how long looking for where I can make this change... :(
Tony G
10-04-2002, 01:12 PM
newthread and newreply templates.
ShizzleBoy
10-04-2002, 08:17 PM
In posticonbits
<input type="radio" name="iconid" value="$iconid" $iconchecked> <img src="$iconpath" height="15" width="15" align="middle" alt="$alttext">
In posticons
<tr>
<td bgcolor="#FFFFFF" valign="top"><normalfont><b>Message Icon:</b></normalfont><br>
<smallfont><input type="radio" name="iconid" value="0" $iconchecked> No icon</smallfont></td>
<td bgcolor="#FFFFFF"><smallfont>$posticonbits</smallfont></td>
</tr>
-------
Yeah, and how would I get the 'no icon' to display as icon1.gif on the forum page...
Tony G
10-05-2002, 12:51 AM
Remove $iconchecked from the <input> tag in posticons. That removes the auto-check.
Try putting $iconchecked in the <input> tag in posticonbits. It can't check them all so lets hope that will just do the first one for you. :)
Your admin cp (www.yoursite.com/forum/admin) -> vBulletin otpions -> [Thread display options] -> Show default icon (tick this to yes)
Show default icon
Show a default icon if a user doesn't choose a message icon or is unable to choose one based on forum settings? {imagesfolder}/icons/icon1.gif will be used.
Tony G
10-06-2002, 01:43 AM
Never noticed that feature. Handy. :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.