Recent Topics

1 Dec 22, 2008 23:10    

My b2evolution Version: Not Entered

I would like to users login first in order to view the blog.
Ho do i do that?
Thanks.

2 Dec 23, 2008 08:16

I'm pretty sure the only way to do this is to add .htaccess security to the directory you are serving the blog from. Maybe someone else could chime in on this one?

4 Dec 23, 2008 17:21

Just put $login_required = true; in blog stub file ;)

5 Dec 23, 2008 17:23

You use stub files ? 8|

¥

7 Dec 30, 2008 18:15

Sorry for the late respond…
Thank you all for your advice.
But where do I find this stub file?

Thanks

8 Dec 28, 2009 18:57

Stub files are blog1.php, blog2.php etc...

index.php is also a stub file, so you can add $login_required = true; in it too


Form is loading...