PDA

View Full Version : Unregistred users can see the forum-overview, but not the postings


matze-man
10-17-2004, 02:36 PM
I would like that unregistred users can see the forum-overview (forumdisplay.php), but not the postings-sides (showthread.php).

But it is not adjustable with the vB-version 3.03 over the Admin-Site. I would like to make that with an php-script.

An idea from me:

IF(USER=guest && SITE=showthread.php){
THEN show the usercp.php
}

How is the call with the variables correct?
Into which file the snippet must be built?

daz91
10-17-2004, 08:00 PM
you modify your unregistered users in admincp and they wont be able to see posts

supernut
10-18-2004, 10:43 AM
you modify your unregistered users in admincp and they wont be able to see posts

it does not show the Post and thread counts.. i want to show them also, i want the unregistered surfers to see the threads but not allowed to read them, when they click to read it should advise them to register ?