I have an app where 99% of it requires users to be logged in, BUT there are a few pages (Scene_33, Scene34, & Scene_36) that are embedded in a public site so their page tabs naturally show up on Login Pages even before users have logged in...
Just for cleanness, I need a way to hide the page menu from just the login pages. Any ideas?
Hi Sunny or anyone. Please help a noob out. Two questions:
(1) This is CSS, right? Not Javascript?
(2) Where do I enter the page I want to be hidden from the menu? What do I enter? The URL for the page?
I need this as a workaround to the fact that you cannot create “Rules” to hide content on public pages. I want a public “news” page and a members-only news page that contains the public articles and member-restricted articles. Of course I can create a separate members-only page, but then I need to hide the public page from the main menu when the user is logged in. Thank you!
Whenever someone visits your Articles page, this code will check if that user is logged in, and if so, will redirect them to the Member Articles page immediately. If they aren’t logged in, they will remain on the Articles page.
You might also want to put a friendly link on the public Articles page which says something like: 'Already a member? Click here to login’, linking to the Member Articles page.
Maybe one more related question . . . I have a “log in” button in the top main menu that links to a login page. I want this hidden when the user is logged in, or I want to change its text (to the actual title of the login page). Any ideas?