coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: AndrewC on December 12, 2005, 06:26:19 AM

Title: Customizing Igames theme - sys_menu buttons
Post by: AndrewC on December 12, 2005, 06:26:19 AM
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
Title: Re: Customizing Igames theme - sys_menu buttons
Post by: Joachim Müller on December 12, 2005, 07:21:23 AM
there is a register link already, you'll have to allow registration in coppermine's config.
Title: Re: Customizing Igames theme - sys_menu buttons
Post by: AndrewC on December 12, 2005, 06:27:56 PM
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