The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#8
|
|||
|
|||
![]() Quote:
What this hack does,is allows guests to view the thread titles,but when they click on a thread link they will get the no permission/not registered screen in showthread.php find: $getperms=getpermissions($thread['forumid'],-1,-1,$forum['parentlist']); after that add: if ($bbuserinfo[userid]<1) {show_nopermission();exit;} NOTE:There are 2 instances of that line in showthread.php Add the additional line under both entries. (if you use Logician's "Download thread hack",there will be 3 instances) Logician's original post is here |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|