|
Replace Deleted Home Link |
|
|
|
Monday, 13 February 2006 |
|
Replace the Home Link after accidentally deleting it. The top or first position in mainmenu is the Frontpage. This component requires the ID = 1 or it will mess up the pathway.
Open Menu Manager - admin | Menu | Menu Manager | mainmenu - At the top right click on the New button.
- Select Component.
- Name it EG:Home2.
- Select Frontpage from the list of components.
- Select Publish.
- Save.
Open the Joomla DB in phpMyAdmin or other SQL editor. - Find jos_menu and click it.
- Select the Browse tab to display all menu items.
- Find the ID column.
- Find whatever has the value of 1.
- Change it to a number that is not there EG:1234.
- Find Home2 and record the ID.
- Give it the ID = 1.
- Change the menu item that used to have ID = 1 to whatever ID Home2 had.
- Save.
Open admin | Menu | Menu Manager | mainmenu - Move Home to the first position at the top.
- Click on the Home link to open Frontpage parameters.
- Rename Home2 to Home.
- Configure the Frontpage parameters.
- Save.
|