Advanced search  

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

Pages: [1]   Go Down

Author Topic: move the sys_menu and sub_menu to admin_menu position  (Read 3344 times)

0 Members and 1 Guest are viewing this topic.

Darius

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
move the sys_menu and sub_menu to admin_menu position
« on: June 08, 2006, 10:24:52 am »

Hallo,

it was easy to reposition the menu to the admin menu but the orientation of the sys and sub menu was wrong. It was from top to bottum like on the left side. I want it from left to right.
I hpoe there is no older post to this question.

Gruss Darius

here my side: http://www.bild.gr/
Logged

Dr Preacox

  • Contributor
  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 122
  • Is the Matrix...
    • Dynamic Creations
Re: move the sys_menu and sub_menu to admin_menu position
« Reply #1 on: June 08, 2006, 10:34:55 am »

I am a little confused as to what you are asking  ???
Logged
My Mods:
Making Memberlist Public - VIEW
Different Way of Displaying Categories - VIEW
Coming Soon - Automated Sub Domains -MOD

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: move the sys_menu and sub_menu to admin_menu position
« Reply #2 on: June 08, 2006, 10:48:39 am »

- This is skin/template issue not miscellaneous !
- I think you're using old ver (1.4.5) of CPG Please update to 1.4.8 ASAP
- you should edit your theme.php and change this
Code: [Select]
$template_sys_menu = <<<EOT
                <div class="topmenu">
                     {BUTTONS}
                </div>
EOT;
to
Code: [Select]
$template_sys_menu = <<<EOT

                     {BUTTONS}

EOT;
Logged
‍I don't answer to PM with support question
Please post your issue to related board
Pages: [1]   Go Up
 

Page created in 0.032 seconds with 19 queries.