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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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