PDA

View Full Version : Templates and Permissions


popular
03-27-2011, 10:31 PM
I'm trying to give different forum section permissions for users depending on what template they choose to use.

e.g. If mobile style is used, certain forum sections cannot be viewed and only default style can be used to view the sections relative to user permissions.

Can someone lead me in the right direction to do this?

BirdOPrey5
03-27-2011, 11:00 PM
Well you're going to need some plugins and probably some template edits... in the plugins this variable holds the current styleid number of the user:
$vbulletin->userinfo['styleid']

In the template you'd use:
$bbuserinfo['styleid']