The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
HTML Allowed in sig for certain user/groups only hack please ?
Howdy,
Im looking for a way to have HTML in sigs disabled for everyone except myself really, but I imagine it would be easier to create this for any specified user or group. Doesnt sound too hard - i think ! Thanks to anyone who attempts it Ee-Ore |
#2
|
|||
|
|||
Typical - I sorted it myself !
In file admin/functions.php Find.. $post[signature]=bbcodeparse($post[signature],0,$allowsmilies); Replace With.. if ($post[usergroupid]==6) { $post[signature]=bbcodeparse2($post[signature],1,1,1,1); } else { $post[signature]=bbcodeparse($post[signature],0,$allowsmilies); } |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|