The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Guests viewing threads?
Is there a way to allow guests to view the board, the forums, but when they click on an individual thread, they get a nopermissions_logginedin error for vb 2.2.6?
|
#2
|
||||
|
||||
in showthread.php find:
$getperms=getpermissions($thread['forumid'],-1,-1,$forum['parentlist']); after that add: if ($bbuserinfo[userid]<1) {show_nopermission();exit;} |
#3
|
|||
|
|||
Didnt work
|
#4
|
||||
|
||||
didnt work and what happened? give details plz.
Also, you enabled their access permissions in your Admin CP, right? And there are 2 instances of code in showthread.php, dont forget the add your code after both of them |
#5
|
|||
|
|||
Quote:
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|