The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
If you are still getting problems with things showing up in forums that certain users do not have access to, then check out this thread :
https://vborg.vbsupport.ru/showthrea...threadid=43056 ... it's function I wrote a month or two ago, that does exactly that. We don't use the normal "Private Forum" flag to say which forums are private, nor do we use "Access Masks" to give user by user access. We set the Usergroup CANVIEW value on a usergroup by usergroup basis. That is, we set each parent forum (forum category) permissions for each usergroup - either saying CANVIEW, or not. We then set each permission for each actual posting forum to 'inherit from parent forum'. We do that because we have a different needs for different usergroups. But that method is a good idea for any board setup, I think. So, check out that thread, and you see that at the end of the function, you get a 'string list' of forums a user cannot view... you can then use a WHERE clause like this : [sql] .... WHERE (forumid NOT IN ($forumsCannotView_strList)) ... [/sql] If you can get that specific user having the problem on your board to give you the error message he is getting, post it here. |
#12
|
|||
|
|||
thanks for that DSS i will look into this and let you know if I have any questions. appreciate the help
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|