Michael Heilemann wrote: > Hey guys, > > I run a private blog for a group of friends, and it's currently running > WordPress. I of course want to port it to Habari asap, but I need a way > to close it off from the public. Currently I'm using 'Members Only' for > WordPress, a plugin which lets only registered users in, and I was > wondering if we have something like that available (I didn't find > anything in extras), or if someone would be interested in writing one up?
It should be fairly easy to do if that's all you want - only allow people with an account access to the blog. You'd just have to extend the default controller with a User::identify() check. Not sure if it can be done as a plugin already. I'll see to get some code for this up tomorrow latest. -Matt --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/habari-dev -~----------~----~----~----~------~----~------~--~---
