Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: Space between LOGIN and LAST UPLOADS  (Read 3046 times)

0 Members and 1 Guest are viewing this topic.

photofreak

  • Coppermine newbie
  • Offline Offline
  • Posts: 18
Space between LOGIN and LAST UPLOADS
« on: September 04, 2004, 11:16:26 am »

When you have a look at www.digipixz.com you see the the space between LOGIN and LAST UPLOADS is not the same as the other links.
Where can ik fix thas so it has the same space between?
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Space between LOGIN and LAST UPLOADS
« Reply #1 on: September 04, 2004, 11:28:29 am »

when viewing the sourcecode of your page, it's quite obvious why this happens:
Code: [Select]

<!-- BEGIN login -->
                        <a href="login.php?referer=%2F">Login</a>
<!-- END login -->

                        <br />
                        <a href="thumbnails.php?album=lastup&cat=0">Last uploads</a><br><br>
                        <a href="thumbnails.php?album=lastcom&cat=0">Last comments</a><br><br>

                        <a href="thumbnails.php?album=topn&cat=0">Most viewed</a><br><br>
                        <a href="thumbnails.php?album=toprated&cat=0">Top rated</a><br><br>
                        <a href="thumbnails.php?album=favpics">My Favorites</a><br><br>
                        <a href="search.php">Search</a>
shows you have one line-break after login, but two of them after all other  menu items.

Joachim
Logged

photofreak

  • Coppermine newbie
  • Offline Offline
  • Posts: 18
Re: Space between LOGIN and LAST UPLOADS
« Reply #2 on: September 04, 2004, 12:11:36 pm »

which file is this?
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Space between LOGIN and LAST UPLOADS
« Reply #3 on: September 04, 2004, 12:12:51 pm »

this is the html output of your page. Modify theme.php to add another <br /> after the login link

Joachim
Logged

photofreak

  • Coppermine newbie
  • Offline Offline
  • Posts: 18
Re: Space between LOGIN and LAST UPLOADS
« Reply #4 on: September 05, 2004, 02:24:38 am »

Perfect!
Logged
Pages: [1]   Go Up
 

Page created in 0.017 seconds with 20 queries.