The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
not case sensitive smilies
can someone find out how i do this
example: :classic: works, and :ClAsSiC: doesnt work |
#2
|
||||
|
||||
In admin/functions.php:
If you find: $bbcode=str_replace(trim($smilie[smilietext]),"<img src=\"$smilie[smiliepath]\" border=\"0\" alt=\"\">",$bbcode); and replace it as: $bbcode=str_replace(strtolower(trim($smilie[smilietext])),"<img src=\"$smilie[smiliepath]\" border=\"0\" alt=\"\">",$bbcode); $bbcode=str_replace(strtoupper(trim($smilie[smilietext])),"<img src=\"$smilie[smiliepath]\" border=\"0\" alt=\"\">",$bbcode); Then smilie text both written all lowercase or all uppercase will be converted. (Not tested but should work). However this is still not a cure for :ClAsSiC: |
#3
|
||||
|
||||
Thanks for the help logician
|
#4
|
||||
|
||||
Ok i tested it!, it works perfectly *thumbs up*
thank you |
#5
|
|||
|
|||
Hi ! Sorry for "reviving" this old thread... but does anybody know if there is some fix like this for vBulletin 3.8.x ? I can't seem to find that string anywhere. Thank you in advance !
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|