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: Lang=dir  (Read 2240 times)

0 Members and 1 Guest are viewing this topic.

webwiz2010

  • Coppermine newbie
  • Offline Offline
  • Posts: 13
Lang=dir
« on: May 01, 2004, 12:21:12 pm »

 If you look at my site www.cityonthelakes.comthe template is messed up a little bit the register and login show up in the left top corner
How can I remove them from template?
Thanks
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Lang=dir
« Reply #1 on: May 01, 2004, 12:48:55 pm »

You'll have to adjust the position of the layer the menu apperas on (it's positioned "absolute", should rather be relative imo) by changing the coordinates - take a look at /themes/eyeball/template.html and find
Code: [Select]
<div id="Menu1" style="position:absolute; width:780px; height:30px; z-index:1; left: 22px; top: 47px; visibility: hidden;">{MAIN_MENU1}</div>It's not a solution to hard-code the words "login" and "register", as the said floating menu will change once a user has logged in.
If this is alien to you, I recommend changing the menu's properties completely to be displayed permanently.

GauGau

P.S. any special meaning hidden in the subject line you chose? :-\
« Last Edit: May 01, 2004, 12:54:06 pm by GauGau »
Logged
Pages: [1]   Go Up
 

Page created in 0.023 seconds with 18 queries.