Thread: TT Private Only
View Single Post
  #5  
Old 3rd December 2010, 17:27
daffy's Avatar
daffy daffy is offline
Senior Member
 
Join Date: Mar 2009
United Kingdom
Posts: 550
Default
Quote:
Originally Posted by gmaister22 View Post
Code:
$site_config['MEMBERSONLY'] = true;
but you can still view the website :S
you probably need to hide some frames and blocks to members only to

something like this

PHP Code:
if (!$site_config["MEMBERSONLY"] || $CURUSER) {
begin_block("title here");


code here

end_block
();

that will hide that particlar block or frame to members only
__________________
"FFS PPL READ GOD DAMMIT, WHAT AM I GOOGLE?"
"I Kill You!" simples


http://i.imgur.com/DtcRfH5.gif

I also Setup And Modify Trackers PM For Details
Reply With Quote