News:

Wondering if this will always be free?  See why free is better.

Main Menu

Stripped ssi_menubar

Started by Owdy, March 14, 2005, 06:24:32 AM

Previous topic - Next topic

Owdy

Is it possible use ssi_menubar without some buttons? Lets say i dont want calendar button appear in main site.
Former Lead Support Specialist

Tarvitsetko apua SMF foorumisi kanssa? Otan työtehtäviä vastaan, lue:http://www.simplemachines.org/community/index.php?topic=375918.0

Elissen

#1
modify index.template.php, template_menu().


if (defined('SMF') && SMF != 'SSI')
// calender button here

Owdy

#2
Hmmm, how about only in one page? That erases that button from all ssi pages.
Former Lead Support Specialist

Tarvitsetko apua SMF foorumisi kanssa? Otan työtehtäviä vastaan, lue:http://www.simplemachines.org/community/index.php?topic=375918.0

Elissen

Something like this:

if ($_SERVER['REQUEST_URI'] != '/full/path/to/ssi/powered/file.php')

Owdy

Former Lead Support Specialist

Tarvitsetko apua SMF foorumisi kanssa? Otan työtehtäviä vastaan, lue:http://www.simplemachines.org/community/index.php?topic=375918.0

Advertisement: