Customizing Igames theme - sys_menu buttons Customizing Igames theme - sys_menu buttons
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Customizing Igames theme - sys_menu buttons

Started by AndrewC, December 12, 2005, 06:26:19 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

AndrewC

I'm trying to customize my own theme starting from Igames as it is pretty close to what I want. I've searched and found some good links about adding buttons but I'm not clear on how to adjust the current sys_menu display.

As delivered the sys_menu has a "logged in" version and "guest" version. I want to add a "register" button to the guest version and possibly take a couple out of the "logged in" version.

The themes.php doesn't seem to specify anything so obviously I'm looking in the wrong place. Where should I be looking ? This is what it currently shows:

// HTML template for sys_menu
$template_sys_menu = <<<EOT
         |{BUTTONS}|
EOT;

Thanks, Andrew

Joachim Müller

there is a register link already, you'll have to allow registration in coppermine's config.

AndrewC

Quote from: GauGau on December 12, 2005, 07:21:23 AM
there is a register link already, you'll have to allow registration in coppermine's config.

Again, too easy !!!  I didn't realise you had to set the permission in the Config.

thanks, Andrew