The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Force Style to Certain Usergroup(s) and/or User(s) Details »» | |||||||||||||||||||||||||||
Force Style to Certain Usergroup(s) and/or User(s)
Developer Last Online: Nov 2023
Hack Support
This hack is now discontinued - this means that while it will remain available for download and use, there will be no further updates, nor will support be provided as the thread is no longer monitored. Please click Mark as Installed if you are using this hack. vBulletin Version Compatibility This hack has be tested with v3.5.8. This has not been tested with earlier versions, but should work. What Does This Hack Do? This hack allows you to force a style to certain usergroup(s), secondary usergroup(s), and/or certain user(s). Background This is inspired by the hack - Restrict Style to Usergroup(s) by Andreas. I asked about a mod to restrict styles to certain usergroups and ended up using Andreas's hack, but did not do the job exactly as I need it, see scenario below to see why did not. Scenario The setup on my forums is that I use the default style as the parent to all my other styles which makes modifying the templates easy for me, I wanted to use a child style as the standard style for visitors and members, but not have them have a choice of the default template at all, but as soon as you logged out you were presented with the default template that you did not want guests to see. Solution I created this hack to rectify that and it works in harmony with Andreas's hack. Installation Instructions Instructions and upgrade instructions are in the attachment. Note: No screenshots are needed, so are not provided. Version History v1.02 - Tuesday 28th February 2006 -- Final release -- Fixed: Plugin typo v1.01 - Thursday 23rd February 2006 -- Added: Secondary Usergroups permissions v1.00 - Thursday 23rd February 2006 -- Initial Release Show Your Appreciation Although not required, if you have enjoyed the benefits of this hack, and would like show your appreciation for my efforts, then please feel free to click on the Support Developer link and donate any amount you feel is appropriate. Show Your Support
|
Comments |
#12
|
|||
|
|||
Anyone? I'm getting by using the user level version, but the usergroup script would make it alot easier to see whos in the group and whos not.
|
#13
|
||||
|
||||
Post the Style ID you want to restrict to certain groups, and the primary and secondary membergroups you want to limit. And I will PM you the script with the appropriate info already in it.
So do it as: Style ID: Primary Groups: Secondary Groups: |
#14
|
|||
|
|||
thanks. This is what I was using
if (in_array($vbulletin->userinfo['usergroupid'], array()) || (in_array($vbulletin->userinfo['membergroupids'], array(29)))) { $styleid = 9; } Style ID: 9 Primary Groups: none Secondary Groups: 29 |
#15
|
||||
|
||||
Try this instead:
Code:
if (in_array($vbulletin->userinfo['membergroupids'], array(29))) { $styleid = 9; } |
#16
|
|||
|
|||
Thanks. I get this at the top of the page with that line
Parse error: parse error, unexpected '{' in /home/public_html/forums/global.php(233) : eval()'d code on line 2 |
#17
|
|||
|
|||
I added a close parenthesis, and it fixed the parse error listed above, but otherwise the code is working the same.
It works fine with all secondary usergroups with an id# of less than 12. |
#18
|
|||
|
|||
Usergroup ids 13-16 were deleted. Would this lack of ID #s cause a problem? Seems like thats where the problem starts. Nothing greater than that block of deleted ids will work.
|
#19
|
||||
|
||||
You may need to rebuild your Styles to get this to work.
Code:
Maintenance -> Update Counters - > Rebuild Styles. Select Yes for both Check For Styles With No Parent and Renumber all templates from 1. If that does not work, then I do not have a clue, as it should work as advertised. |
#20
|
||||
|
||||
ToyotaDiesel, I had a thought, if you are using this mod with Restrict Style to Usergroup(s) by Andreas, then make sure the style you are using for this secondary member group has the correct permissions for the group to be able to use it.
|
#21
|
|||
|
|||
Quote:
Initially I had the same problem. I could not get a specific style to work. My problem was that I had the style set as "not user selectable" so members could not pick it. So to get have my cake and eat it to. I uploaded andreas hack https://vborg.vbsupport.ru/showthread.php?t=95910 and then allowed the style to be select by a specific user group, and then used this hack to set it as a default for that user group. I also had this set as a default for a cmps page different from my home but in order to keep that I then just created a child and set that to non user selectable and pointed it to my cmps page so that it could get style (as the other was restricted. So now members who are new or visit the specific page or forum area or are part of a specified usergroup can enjoy this style. Thanks for the hack. Oh and if there is an easier way to make this so it can be used by non user selectable styles I'll be happy to change it all back..it will save me some keystrokes down the road. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|