News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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