2 balupton Nov 05, 2006 20:05

balupton wrote:
On like line 450 of /blogs/inc/_blog_main.inc.php add the following;
replacing $whatever_blog_it_is with the blog id of the public blog
problem is, i don't have a public blog. all i want to show is ..htsrv/login.php
regards,
PAT
sorry, yeh, just replace $whatever_blog_it_is with whatever blog you want to require users to login for. If all yours blog require it, then just get rid of the $blog == $whatever_blog_it_is && part.
conf/config.php add this just below <?php
$login_required = true;
;)
¥
On like line 450 of /blogs/inc/_blog_main.inc.php add the following;
replacing $whatever_blog_it_is with the blog id of the public blog