Recent Topics

1 Nov 16, 2010 04:13    

My b2evolution Version: 3.3.3

I need to create a private blog for family members only, needs to ask for a userid and password before anyone can read any posts, I've searched here and cant find a solution.

Thanks!

2 Nov 17, 2010 15:01

I think i got it - add the line to the blog?.php file:

$login_required = true;

Seems to be working

3 Nov 17, 2010 19:09

It's possible to access the blog from index.php?blog=33
You should also disable sitemap and rss feeds.

4 Nov 19, 2010 03:38

Thanks for the info!

Could I use the $login_required = true; in the index.php file?

Also it seems members are unable to upload images, would like to have a blog for family photos.

Thanks!

5 Nov 19, 2010 03:57

I think I got it, change the additional permissions in the group to allow upload files.

not easy - but seems to work.

Thanks.

6 Nov 19, 2010 06:10

Seems like I missed your reply... yeah you can put $login_required = true; into index.php


Form is loading...