Posted by bandidoofoz on December 4, 2009 at 5:56am
G'day Folks
I've made a good start in prototyping my social network site thanks in no small part to what I've read here. Now for the the bit, a biggie for me, that I haven't figured out...
My site will be a member only site & I'd like to split page access as follows. Anonymous Users should only be able to see (in Drupal path terms)...
- <front>
- login
- user/login
- user/register
- about
- invite/*
& Authenticated Users not able to see any of those (if only because there's no point).
Ideally users accessing pages that are prohibited would also be re-directed to <front> for anonymous users & club for authenticated users.
TIA for any help,
cheers, Pedro :)
Comments
i don't see any problems
i don't see any problems doing that with drupal. all the permissions mentioned above can be controlled from 'admin/user/permissions' page.
and about the redirect to , i remember reading it somewhere.