I recently added a Photopost Pro to my account and would like to make it so that unregistered people can't see anything but the login page. Once they logged in they would be able to see the actual gallery index file. How could I pull this off?
I have all of the categories set with just the admin being able to do anything. Everyone else has no permissions. I attached what the page looks like set like this.
It would be great if I could just add some code that checks if you are logged in. If you aren't logged in it sends you to the login page and if you are it does nothing.
That page looks normal but with the new plugin system you could do something like that easily. Maybe make a global plugin hooked globally with this content? have not tested it but should work.