The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
Modification of CSS Sig Enforcer
Ok i tried to do it myself but i dont know how.
https://vborg.vbsupport.ru/showthrea...+Size+Enforcer I want to add it so that at least a usergroup is excluded from the signature being resized. I tried to add in the postbit_complete one and parse_templates. $ignore_groups = split(',', $vbulletin->options['siggroupexception']); if(!is_member_of($vbulletin->userinfo, $ignore_groups) ) { sigcode here } Anyone know what how i would go about doing this. siggroupexception is a new option <setting varname="siggroupexception" displayorder="30"> <datatype>free</datatype> <defaultvalue>5,6,7</defaultvalue> </setting> I put that in. If anyone could help that be great. Thanks. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|