Specify an alternate home page for logged-in users

From HAA Best Practices Wiki
Revision as of 16:30, 20 January 2010 by Whbean65 (talk | contribs)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

To specify an alternate home page for logged-in users go to Joomla->Extensions->Plugins manager and click on System - Alternative Home. By enabling this module and specifying the home page for logged on users, you can arrange to have a simple home page for visitors and then use your actual front page for logged-on users.

This is more complicated than it sounds. Here's what you have to do:

  • Create a menu called "Hidden" but do not assign it to mod_mainmenu when you create it, so it won't display;
  • Create a menu item on the "Hidden" menu called "Classmate Home" with a menu item type of Front Page;
  • Create an article called "Open home", which is the home page for un-registered users;
  • Change the type of the "Home" menu item under the "Main" menu to "Article" layout and point it to the "Open home" article;
  • Go to the plugin manager and click on System - Alternative Home. Set the alternative home menu item to "Classmate Home" and activate the plugin.
  • Finally, if you are using polls, go to Joomla->Extensions->Module Manger->Polls and change the menu assignment to "Classmate Home" on the Hidden menu.

Now, unregistered users should see the "Open home" page and logged-in, registered users should see the front page.

Return to the Basic Management How-To's page