![]() |
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 |
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); } ;) |
All times are GMT. The time now is 01:52 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|