Hello, Experts. I’m having difficulty with something that seems like it should be pretty easy.
My site is http://www.ncbevbenefits.com/
Initially, I only want Home and Login visible to unregistered public. I’m testing two different means of login.
- Login link under Main Menu
- Login Form as a module underneath the other menu modules, left
If you click Login (within Main Menu module), you’ll see the look I want all the time for unregistered public. Only Home and Login buttons. When you login (joomlart/tester) as a registered user you can then see the registered menu items. When you click logout, the menu items are supposed to disappear. This all seems to work okay for this method, except I do not want Guest user to be able to edit their profile, as this will be a single guest login for all registered users, and I’ve been unable to get that page to redirect to any other page using this method (the link in Main Menu).
The other method I’m trying is the login form as a module. This works okay. Except on logout, the main menu items are remaining visible (but not functional. they redirect to the 404 error).
Really, I’d just as soon use the first option and not use the login module. But I don’t want the Edit Profile page. The redirect to Home is already set in the Main Menu module, Login; so this doesn’t seem to be the solution.
Any help appreciated!
Rob