Page 1 of 1

NAV_TABLE_COLUMN} with Home Button

Posted: Mon 7. Mar 2005, 11:43
by Carino
Hi,

searching for a solution. Nav Table Column is in use and I have to integrate the Home (Start site) Button inside the Menu.

ich suche eine Lösung. Ich nutze Nav Table Column und ich muss den Home (Startseite) Button ins Menü integrieren.

Thanx,

Carino

Posted: Mon 7. Mar 2005, 13:00
by pSouper
you can't do this afaik.
you could... use another nav system with a nice css for this though.

offcourse you can !

Posted: Mon 7. Mar 2005, 17:49
by yuluma
yes you can, I did that before.

Look at the sourcecode of your page and copy the code af one table in the menu. like this:

Code: Select all

<tr style="cursor:pointer;cursor:hand;" onClick="location.href='index.php';return false;" onMouseOver="MM_swapImage('linkidqGuHtO','','img/article/nav_link_1.gif',1);" onMouseOut="MM_swapImgRestore();">

<td ><img src="img/leer.gif" width="1" height="1" alt="" /></td>
<td valign="top"><img src="img/article/nav_link_0.gif" alt="" border="" name="linkidqGuHtO" id="linkidqGuHtO"></td>
<td valign="top" style="height:15px;"  width="100%" class="nav_table"><img src="img/leer.gif" width="1" height="2" alt="" /><br /><a href="index.php">Homepage</a><br /><img src="img/leer.gif" width="1" height="2" alt="" /></td>
<td width="0"><img src="img/leer.gif" width="2" height="15" alt="" /></td>
</tr>
and just copy it into your template above the nav_column tag! Now change the word of the menu item you copied...

there you go..... just the same, only not interactive, but your homepage will stay your homepage I asume...

Posted: Mon 4. Apr 2005, 20:17
by spirelli
No need to mess around with the source code.
Just create another category called "Home" (which will show up in the menu) and cut and paste your home page article(s) onto that page. On thw normal homepage create an article that redirects to your new homepage. Done.