ssi_menubar question

Started by ItchyBanjo, June 06, 2005, 05:27:13 AM

Previous topic - Next topic

ItchyBanjo

Is there any way to output ssi_menubar as text links instead of icons?

I want to add the menubar to the front page of my site formatted as an unordered list so each link would need to be inside  <li> <li /> tags and the " | " separator needs to be removed.

Any advice welcome.

Thanks

[Unknown]

There is an option in the theme settings...

-[Unknown]

ItchyBanjo

I want it in the front page of the site so the theme settings have no effect

[Unknown]

They should have just the same effect there as anywhere else.

-[Unknown]

morph

I think what he wants is the graphical menubar that is in his forums to be displayed as text through the ssi function. As of so far, i don't think this is possible by the ssi function, you'de probably have to make you're own function or call the template_menubar (guessing the name..) function and setting the different variables right before you call it.

Coming soon!

ItchyBanjo

Quote from: [Unknown] on June 07, 2005, 08:35:21 PM
They should have just the same effect there as anywhere else.

-[Unknown]
I stand corrected [Unknown] the output does follow the theme settings.

Now, how do I remove the line seperators from between each menu link and wrap each link in <li> <li /> tags?

ItchyBanjo


[Unknown]

Just modify the template_menu function, remove the , $context['menu_separator'] part, and add <li>s around them.

-[Unknown]

Advertisement: