The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
I have a slight problem with my vB.
Well, it's like this.
I have this problem but I don't know how to solve it. I had mods that aren't mods anymore but can still see the private forum and comment and everything. Another thing is that I banned someone and now I brought him back though he still can't view the forum or anything - still banned. What do I need to do to fix it? Thanks, Kedmyster www.Devay.com |
#2
|
||||
|
||||
For the former mods problem, you need to access their member profiles via the CP and either rid of them in the 'moderator' user group or change the user permissions. It depends, either way.
|
#3
|
|||
|
|||
Also, if problems still persist after you have set their usergroup in the ACP right, you will need to go to phpmyadmin
Or run this query: (replace X with userid of the member) UPDATE user SET usergroupid = '2' WHERE userid = 'X' That should work... |
#4
|
|||
|
|||
I did both things and it didn't help.
any other ideas? i'm really desperate! Thanks! |
#5
|
|||
|
|||
If what I said didn't work, something really odd has happened, did you definitely run the query I told you to?
If you did, run this query: SELECT * FROM user WHERE userid = 'X' Replace X with the userid of the member. That query _should_ return the member's profile entry in the database, make sure that usergroupid is set to 2 in there. |
#6
|
||||
|
||||
Go to the Admin CP, and then to vB Options, and switch Access Masks to OFF. Or, go to that particular member in Admin CP, and make sure their Access Masks is set to NO for those particular forums.
|
#7
|
|||
|
|||
Daqmn, you guys rocks! Thanks a lot!
N9ne, the second one worked just fine. Thanks again! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|