Move menu items into {GALLERY} Move menu items into {GALLERY}
 

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

Move menu items into {GALLERY}

Started by itang, September 05, 2005, 04:48:44 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

itang

Is it possible to move menu items such as last upload, last comment into the main gallery?

For example, in between the breadcumb and the nav bar?

Joachim Müller

there are some examples of themes that have actually two menu bars that can be displayed in different places of your template file - take a look how this is done with the themes Eyeball, Rainy Day or Mac Ox X. However, without severe changes in the core code, the menus can't go into the {GALLERY} block

Tranz

You could accomplish it using absolute positioning with CSS. There are issues with absolute positioning when the layout changes so you would need to do exhaustive testing to make sure that the menu looks fine in varying circumstances/browsers, etc.

itang