The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
hello I have a question about users permissions where should i put the users permission code so only guests can see it and what is the users permission code. Thanks
HTML Code:
</td> </tr> <td class="thead">test</td> </tr> <tr> <td class="alt1"> </td> </tr> </table> |
#2
|
|||
|
|||
![]()
Have a look at this thread for all information about basic vBulletin coding
![]() So if it's in a template: just wrap the following conditionals around it: HTML Code:
<if condition="is_member_of($bbuserinfo, 6)"> </td> </tr> <td class="thead">test</td> </tr> <tr> <td class="alt1"> </td> </tr> </table> </if> |
#3
|
|||
|
|||
![]()
thanks
|
#4
|
|||
|
|||
![]()
also if i only to enable it in certain forums what should i do?
|
#5
|
||||
|
||||
![]()
You can try this (untested)..
Change Code:
<if condition="is_member_of($bbuserinfo, 6)"> Code:
<if condition="is_member_of($bbuserinfo, 6) AND in_array($GLOBALS[forumid], array(1,3,5))"> |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|