The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Possible to prevent conversion to smilie
How do we prevent vBulletin from converting typed text into a smilie?
When the number 8 is immediately followed by the ) symbol, it gets converted to a smilie. Example: Version (2.00138) In our vBulletin 4.2 forum, the above gets rendered as: Version (2.0013 As is indicated here in Additional Options > Miscellaneous Options, we also have Disable smilies in text unchecked. What do I need to look for to 'fix' this? Thank you. |
#2
|
|||
|
|||
I'm not sure I follow - if you have "Disable Smilies" unchecked, then smilies are enabled and it's working as it should. Or are you looking for a way to have that box checked by default?
|
#3
|
||||
|
||||
Geez. Never proof your own writing!
Okay, you are correct. If I check mark Disable smilies in text, no conversion occurs. Why then, here, in this forum, where Disable smilies in text is not checked, is there no conversion? Just a difference between this forums version (3.6.12) and our version 4.2? I can't find anywhere in the users profile settings where this can be set by default (checked so that conversion does not occur), nor can I find a setting for it in the AdminCP. How do I enable this 'globally'? |
#4
|
|||
|
|||
Quote:
Quote:
|
#5
|
||||
|
||||
Quote:
Quote:
|
#6
|
|||
|
|||
If you do this:
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> |
#7
|
||||
|
||||
Well, that does result in the option being checked by default, but it doesn't affect the behavior here. Text is still being converted to smilies. Also, even though you can uncheck the option, it isn't remembered.
This isn't a real big deal, so i set the code back to the default. Even in this configuration, when I create a post/reply, and click on Go Advanced and check Disable smilies in text, conversion still happens. |
#8
|
|||
|
|||
I don't think that checkbox has any memory even with the default code.
|
#9
|
||||
|
||||
That makes sense, being that it's a global (template) configured setting.
|
#10
|
|||
|
|||
You can change the smilie code in the admincp.
ACP --> smilies --> smilie manager search for the smilie and click view. here you can edit the code that displays the smilie. |
Благодарность от: | ||
Snowhog |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|