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
there is a register link already, you'll have to allow registration in coppermine's config.
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