The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Only admins can see style set!
I want a hack that will give me the option next to the style sets in adminCP whether all members can see it or if only admins can. This option will be able to be changed of course though.
Ie. a scenario: I want to create a new style but I do not want my members to see it until I'm finished with it. I want to make it on the forums and make it so only the admins can see it. Once i've finished with it, I set it so everyone can see it... So is this possible? |
#2
|
||||
|
||||
edit member.php find:
PHP Code:
PHP Code:
The other way would be to overwrite user's style choice in global.php if he is not an admin. So he can choose it, but it wouldnt avail.. |
#3
|
|||
|
|||
How can it be done for multiple styleids?
|
#4
|
||||
|
||||
if (($thisid==X OR $thisid==Y OR $thisid==Z) AND $bbuserinfo[usergroupid]!=6)
|
#5
|
|||
|
|||
Thanks! This will help me a lot
You should release this hack, as little as it may seem, I have been looking for this kind of thing for months..I'm sure others can benefit from it, and what's the hurt in releasing anyway? It will only make life easier for others, just like it did for me, and they will just have to search the full releases forum or the database |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|