Quote:
Originally posted by Arabs Emperor
i wANT TO know how to do that
i want gust can see threads but can't open it
i mean just dispaly forums and threads and post not
----------------------------------------------------------------
:rambo:
|
Here's a simple showthread hack by Logician.
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