The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Usergroups access to a different style ?
Is it possible to setup the forum, so that specific usergroups see different styles of the forum ?
Thanks |
#2
|
||||
|
||||
Not by default but I can't imagine it would be terribly hard to plugin to the forum style override and change the styleid depending on the usergroup.
|
#3
|
||||
|
||||
Who can I ask to do this modification ?
|
#4
|
||||
|
||||
You might want to try it for yourself, take a look at global.php for a sample of code that should get the job done
|
#5
|
|||
|
|||
You can modify this for usergroups conditional...
|
#6
|
||||
|
||||
If I could I would, I´m not a programmer in any way or form, unfortunately...
|
#7
|
|||
|
|||
You could insert this in the global.php file where the following hook is:
($hook = vBulletinHook::fetch_hook('style_fetch')) ? eval($hook) : false; PHP Code:
|
#8
|
||||
|
||||
Cool thanks - I will try this asap.
|
#9
|
||||
|
||||
You may not be a coder now, but learning is the key, baby steps
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|