![]() |
Disable smilies in text (automatic tick)
How can I automatically tick "Disable smilies in text" in new threads or replies ?
Thank you |
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" /> |
All times are GMT. The time now is 06:50 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|