[Solved]: re-ordering Menu Items [Solved]: re-ordering Menu Items
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

[Solved]: re-ordering Menu Items

Started by uk_martin, August 01, 2004, 01:52:43 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

uk_martin

I am using the Airhead theme im my gallery which I have bridged to phpBB 2.010 - and would like to re-order the menu buttons at the top of the Coppermine page to be in the same order as their corresponding buttons in the Forum.

Can someone suggest how this is done, and which file it is that needs editing.

Wouldn't it be simpler to include the menu table into the header rather than the body files, to save it being reloaded every time?

Thanks in advance.

Martin

Casper

It's in themes/yourtheme/theme.php.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

Joachim Müller

Quote from: uk_martin on August 01, 2004, 01:52:43 PM
Wouldn't it be simpler to include the menu table into the header rather than the body files, to save it being reloaded every time?
Since coppermine isn't using frames, it doesn't matter - will be reloaded every time anyway. Shouldn't be a problem though, your browser should cache it anyway.

GauGau

uk_martin

Thanks guys, all sorted now.

Martin