The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
[SOLVED] Disable Smilies in Text
When composing a new, or editing an existing post, clicking Go Advanced gives you the option under Additional Options | Miscellaneous Options: to check (enable) Disable smilies in text. By default, this option is unchecked (disabled). I want to change it so all posts, new or being edited, have this option checked (enabled) by default. I haven't found where in vBulletin this is controlled. Would appreciate some directions.
Thank you. |
#3
|
||||
|
||||
This is the content of newpost_disablesmiliesoption template:
Code:
<li> <label for="cb_disablesmilies"><input type="checkbox" name="disablesmilies" value="1" id="cb_disablesmilies" {vb:raw checked.disablesmilies} tabindex="1" /> {vb:rawphrase disable_smilies_in_text}</label><p class="description">{vb:rawphrase disable_smilies_in_text_explain}</p> </li> |
#4
|
||||
|
||||
Quote:
{vb:raw checked.disablesmilies} with: checked="checked" |
#6
|
||||
|
||||
<u>Update</u>:
Okay, the information provided by MarkFL in post #4 does result in the Disable smilies text check box being checked, but, it doesn't prevent smilies from being included in posts; I have to uncheck/re-check it for that to occur. So, it's no different than the default setting where the checkbox is unchecked, and to prevent smiles in a post, you have to check it. So, really, what I want still isn't obtained, and this issue really isn't SOLVED after all. Any other ideas/suggestions? |
#7
|
||||
|
||||
Quote:
|
#8
|
||||
|
||||
I'll post the full template later this evening. Thank you,
--------------- Added [DATE]1469648961[/DATE] at [TIME]1469648961[/TIME] --------------- Here is the newpost_disablesmiliesoption template. Code:
<li> <label for="cb_disablesmilies"><input type="checkbox" name="disablesmilies" value="1" id="cb_disablesmilies" {vb:raw checked="checked"} tabindex="1" /> {vb:rawphrase disable_smilies_in_text}</label><p class="description">{vb:rawphrase disable_smilies_in_text_explain}</p> </li> |
#9
|
||||
|
||||
Here is the newpost_disablesmiliesoption template.
Code:
<li> <label for="cb_disablesmilies"><input type="checkbox" name="disablesmilies" value="1" id="cb_disablesmilies" {vb:raw checked="checked"} tabindex="1" /> {vb:rawphrase disable_smilies_in_text}</label><p class="description">{vb:rawphrase disable_smilies_in_text_explain}</p> </li> |
Благодарность от: | ||
MarkFL |
#10
|
||||
|
||||
Quote:
Code:
<li> <label for="cb_disablesmilies"><input type="checkbox" name="disablesmilies" value="1" id="cb_disablesmilies" checked="checked" tabindex="1" /> {vb:rawphrase disable_smilies_in_text}</label><p class="description">{vb:rawphrase disable_smilies_in_text_explain}</p> </li> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|