The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
My Permissions arent working>_<
ok im even logged out and it still doesnt deny the viewer
here is my code PHP Code:
if $canview[thisjournal] returns false it should print no permission but it isnt. anyone know y? |
#2
|
||||
|
||||
in the bbuserinfo[userid] == 0 part, add the following:
echo "1"; print_r($canview); exit; if you don't get anything it means one of the above statements returns true, and it doesn't even get to this part. Also, i'm guessing after this, there's something like: if($canview['thisjournal'] == false) { print_no_permission(); } |
#3
|
||||
|
||||
well its just
PHP Code:
|
#4
|
||||
|
||||
fixed it, turns out it was thinking the guest was in private list of viewers>_>
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|