The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
HELP: "No Icon" as Icon1.gif
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! |
#2
|
||||
|
||||
I think the default check of it is via the template. So try the reply/topic templates.
|
#3
|
|||
|
|||
Could you be more specific? I've been digging through templates for who knows how long looking for where I can make this change...
|
#4
|
||||
|
||||
newthread and newreply templates.
|
#5
|
|||
|
|||
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... |
#6
|
||||
|
||||
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. |
#7
|
|||
|
|||
Your admin cp (www.yoursite.com/forum/admin) -> vBulletin otpions -> [Thread display options] -> Show default icon (tick this to yes)
Quote:
|
#8
|
||||
|
||||
Never noticed that feature. Handy.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|