By TheJones on
I need to do a site with two static menus, one horizontal and one vertical). No login for most of the site except one section, support. When a user clicks on "support" in the horizontal menu, the page loads a login. Post login it redirects back to the unlocked support page for an uninterrupted user experience.
I've worked in Moodle and Angel a lot, so I get the general functions and admin menu, as well as editing the php and css. My issue is I'm not sure how to get the login to work in a page and then redirect back to that page post login.
Is Drupal right for this? If so, is there any particular modules or resources I should be looking into?
Thanks in advance.
James
Comments
Check out login destination.
Check out login destination. http://drupal.org/project/login_destination
Thanks
Thanks! I'll look into it.
I just dove right in and started building the site learned the CCK and Views and such.
I decided all was possible based on some case studies and playing around on other sites. Now I just gotta figure it out! It may even be core functionality of a restricted page giving and access denied page with a login that will gateway into the restricted page, don't know.
Thanks again!
James
P.S.: Is there any section to solicit help, or rules against it. I may be willing to pay for functionality that is taking me too long. Sorry if this is the wrong place to make this inquiry.
...
If you are looking to pay for services there is a Paid Drupal services forum (http://drupal.org/forum - scroll down).
If you have configuration questions, how do I, etc > look at the first Post Installation forum.
-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide
Thanks
Thanks a bunch!