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?
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?