The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
Hiding specific smilies
Hi,
I have a plugin for 3.8 that works to hide smilies in posts that belong to a certain folder, since some members don't like them. Code:
if ($vbulletin->userinfo['field9'] == 'Yes') { $vbulletin->templatecache['headinclude'] .= '<style type=\"text/css\">img[src^=\"http://domain.com/forum/images/smilies/hiddensmiles\"] {display: none ! important;}</style>'; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|