how do i create a menu button so members can go back to the welcome page after logging in? I have a php widget in stalled if i knew the php to make sure they went to correct welcome page. thanks for any help or ideas.
i want to create a members only menu so that once logged in people can access members only content and also go back to to welcome page where i post updates and info for them by member level
I imagine you don't want this menu to show for those without the access to it, either, even if they wouldn't be able to see the content anyway when trying to view it.
Well, you could create a widget and use conditionals to display the links based on whether they are logged in or not and their access level.