Welcome

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

Support Options

1. Search this site.
2. Make or vote for a Suggestion.
3. Post to Community Support.
3. Contact EditMe Support staff.

Stay Informed

Keep informed of product changes, tutorials and tips via EditMe's Blog and monthly newsletter.

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.