Status: offline

ergate

Forum User
Newbie
Registered: 06/30/03
Posts: 5
Hi, Before I start to make a mess of things and try and roll my own, is there a block / hack /directions in existance that will display the static pages in a block? and / or There is a theme axonz-red that I would like to use and it does not display the menu items, such as static pages, if there is a way I could add the menu to this theme I might possibly prefer that, I am just not sure which file I need to edit. any help or at least a point in the direction of the documentation. thanks Aaron

Mark

Anonymous
If you go inside the block manager, you can add any content you want to a side block including a menu.

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Quote by ergate:is there a block / hack /directions in existance that will display the static pages in a block?
No, but that should be fairly easy if you know a bit of PHP and SQL.
Quote by ergate:There is a theme axonz-red that I would like to use and it does not display the menu items, such as static pages, if there is a way I could add the menu to this theme I might possibly prefer that, I am just not sure which file I need to edit.
You will need to find a place in the theme's header.thtml file where you can add the
Text Formatted Code
{plg_menu_elements}
variable. Geeklog will then insert any plugin menu entries there. bye, Dirk

Status: offline

ergate

Forum User
Newbie
Registered: 06/30/03
Posts: 5
quote by Dirk You will need to find a place in the theme\'s header.thtml file where you can add the {plg_menu_elements} variable. Geeklog will then insert any plugin menu entries there.
Worked perfectly. Thanks
quote by Dirk No, but that should be fairly easy if you know a bit of PHP and SQL.
I know enough to get myself in trouble. I am going to dig through the documentation and see if I can make one. thanks