The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Restrict theme selection to certain usergroups?
Is there a mode out there that would allow me to restrict the ability to choose themes to certain user groups? Say for example I had a paid membership option, can I restrict the ability to select themes just to those members?
|
#2
|
||||
|
||||
In your footer, find:
HTML Code:
<if condition="$show['quickchooser']"> <td class="tfoot"> <select name="styleid" onchange="switch_id(this, 'style')"> <optgroup label="$vbphrase[quick_style_chooser]"> $quickchooserbits </optgroup> </select> </td> </if> HTML Code:
<if condition="is_member_of($vbulletin->userinfo, x)"></if> |
#3
|
|||
|
|||
Certainly there should be some way to set themes by Usergroup.
It would seem that you should be able to do that by now but as of 3.8.x You can set themes by forum and usergroups to forum, seems logical you can technically do it based on usergroups... Anyone know if anyone has written the hack for it then? @RedLineMotorSports - I appreciate your information however. It does answer what I think Noctavia was asking for, but I guess I'm looking for the obvious method which would be to set theme selction by usergroup. In otherwords, if you want that Raiders theme, you are part of the Raiders Usergroup. If you want that adult natured theme, you are a part of the adult usergroup. If you want to be able to use that super-awesome super theme, you have to be a member of the super-aweaome zomg usergroup. etc. ideas? should I offer to pay for a hack in this case? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|