E-ball

Anonymous
curious
How can I get my Geeklog site to have a top menu like this one; i.e.: advanced search Support Themes Downloads Forum

sam

Anonymous
There are a number of ways to alter the top menu.

1. change your theme, the menu's are different.
2. create a static page and tick menu.
3. some pluggins will create the menus.
4. create your own. edit the header.thtml found in layout/your theme and look for a section like this...

Homepage |
Forum |
{button_links} |
Gallery |
Advanced Search |
About |
Site Requests

you can create links for external pages or whatever...

sam

Anonymous
sorry like this.

Text Formatted Code
<a href="{site_url}/index.php">Homepage</a> |
      <a href="{site_url}/forum/index.php">Forum</a> |
      <a href="{site_url}/phplinks/index.php">{button_links}</a> |
      <a href="{site_url}/gallery/">Gallery</a> |
      <a href="{site_url}/search.php">Advanced Search</a> |
      <a href="{site_url}/staticpages/index.php?page=20040922093245507">About</a> |
      <a href="{site_url}//forum/index.php?forum=19">Site Requests</a>
 

Status: offline

Blaine

Forum User
Moderator
Registered: 07/16/02
Posts: 1232
You may also want to look at using glMenu which is a dynamic MenuBuilder for both the SiteHeader Menu and Block Menu.

My demo site is here
Geeklog components by PortalParts -- www.portalparts.com