The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Disable smilies in text (automatic tick)
How can I automatically tick "Disable smilies in text" in new threads or replies ?
Thank you |
#2
|
||||
|
||||
this was a damned elusive one to find... but...
Go to edit templates... edit: newpost_disablesmiliesoption In that code add checked="checked" to the input field and it will be auto checked everywhere it appears. Remove the code: $checked[disablesmilies] It seems like there may have been an option for this somewhere in vbulletin options but I have no idea where... this will override that.(if it exists) Example. change: Code:
<input type="checkbox" name="disablesmilies" value="1" id="cb_disablesmilies" tabindex="1" $checked[disablesmilies] /> Code:
<input type="checkbox" name="disablesmilies" value="1" id="cb_disablesmilies" tabindex="1" checked="checked" /> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|