Search:

Welcome

Login to contribute. Register if you haven't yet.

Need Support?

Search this site to find an answer. If you still need help, post a Question. Private or account-related support inquiries can be made at the Private Support forum.

Hiding Content Using Includes

Using the new [[include:PageName]] tag, you can hide content *within* a certain page from unauthorized users. Say, for example, you want everyone to see your site's home page and menu before logging in, but only logged in users should see a certain section of your site's Menu page, as it contains links to protected content.

Here's how:
1. Create a new page called PrivateMenu (call it whatever you like).
2. Set the appropriate permissions using the Security dropdown to require the level of View authorization you desire (either Registered View or Administrator View).
3. Using the editor, enter a few links to other protected pages into the content of the PrivateMenu page and Save the page.
3. Edit your site's Menu page. In the desired location, enter [[include:PrivateMenu]] and save.

Authorized users will see the contents of the PrivateMenu page within your site's Menu page. Unauthorized users won't see it until they log in.