I just wanted to take a moment and send a quick thank you for all the help in resolving my issue below. Subject: Display Client Page Link in Header. It is working nicely.
I have a photography blog in development and my goal is this.
1) allow open registration to for users to join and become part of community etc. (Subscribers ?)
2) have a client portal for clients to view/proof their recent photo's from paid sessions, once they login with the user/pass I have created it takes them to their own "gallery" page. (currently level 0).
I have a redirection setup using %%current_user_login%% to acheive #2, but the problem is that any NEW USER(not a client) is directed to a 404 page after registration, because of the variable above. Obviously, that is not what I want to happen.
Is there a way to redirect "clients" to their specific page, yet redirect normal "users" to index ?
Something along the lines if "page doesn't exist - redirect to index.php" or such. Both groups need only Read access. As well, I would not need normal users to have a "My Page" or "Member Home" page/link.
Should I be looking at different membership levels and permissions ?
I am sure it's possible, but just don't know where or what to adjust.
Any direction or advice is greatly appreciated
Chris