1 perler Nov 05, 2006 19:28
3 perler Nov 05, 2006 20:18
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
4 balupton Nov 05, 2006 20:22
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.
5 yabba Nov 06, 2006 07:54
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