The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]()
I'm not sure what you mean by "hardcoded". If you're using templates, you should be able to put the code for the stuff you want disabled in an "if" tag, like:
Code:
<vb:if condition="$bbuserinfo[fieldX] == 'something'"> // code for feature </vb:if> or to do it by usergroup Code:
<vb:if condition="!is_member_of($bbuserinfo, X)"> // code for feature </vb:if> Of course you need to change the X's and 'something' to the appropriate values. |
Благодарность от: | ||
Bomyne |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|