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: "Forgot password" @login.php, why is it CSS class "topmenu" ?  (Read 8739 times)

0 Members and 1 Guest are viewing this topic.

Roi Danton

  • Contributor
  • Coppermine novice
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 33
    • Tahun
"Forgot password" @login.php, why is it CSS class "topmenu" ?
« on: November 24, 2005, 04:51:54 pm »

It's also not a support question but I think in this forum it fits best.

Please change in later releases the CSS class of the "Forgot password" string ... all colours fit in my style, only these two words doesn't.
« Last Edit: November 24, 2005, 09:46:47 pm by donnoman »
Logged
Style Tahun for cpg --> review

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: "Forgot password" @login.php, why is it CSS class "topmenu" ?
« Reply #1 on: November 24, 2005, 05:37:10 pm »

You can easily fix this for yourself: edit login.php, find
Code: [Select]
                    <td align="center" class="tablef"><a href="forgot_passwd.php" class="topmenu">{$lang_login_php['forgot_password_link']}</a></td>and change the class - make it something like this
Code: [Select]
                    <td align="center" class="tablef"><a href="forgot_passwd.php" class="my_custom_css_class">{$lang_login_php['forgot_password_link']}</a></td>or add the style inline like this
Code: [Select]
                    <td align="center" class="tablef"><a href="forgot_passwd.php" style="color:red">{$lang_login_php['forgot_password_link']}</a></td>
Logged

Roi Danton

  • Contributor
  • Coppermine novice
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 33
    • Tahun
Re: "Forgot password" @login.php, why is it CSS class "topmenu" ?
« Reply #2 on: November 24, 2005, 06:18:42 pm »

Hehe, got it, thx ... with this thread I intented to convince you that you change this in later versions (b/c I want to make my theme public and not everyone wants to make such changes) ... I'm hoping I'm successful with this.  :D
Logged
Style Tahun for cpg --> review

donnoman

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1615
  • From donovanbray.com
    • Donovan Bray
Re: "Forgot password" @login.php, why is it CSS class "topmenu" ?
« Reply #3 on: November 24, 2005, 08:54:07 pm »

I would like to take a closer look at your theme and css to determine possible changes for future coppermines, can you zip what you have so far and attach it here.
Logged

Roi Danton

  • Contributor
  • Coppermine novice
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 33
    • Tahun
Re: "Forgot password" @login.php, why is it CSS class "topmenu" ?
« Reply #4 on: November 26, 2005, 01:27:49 am »

I think it wouldn't help you much b/c I'm quite new to cpg.
[OT]
I've just removed the spacer sometimes (but thats only my opinion ... I don't like to use "blind" images, so I'm using CSS instead) and I've exchanged deprecated HTML attributes with CSS attributes ... I assume these things won't helping much. And I'm using older HTML 4 Transitional b/c of incompatibility of the IE with XHTML definitions and absolute positioned elements. :-\\
Anyway, if you are still interested, have a look over here: http://forum.coppermine-gallery.net/index.php?topic=24092.0
[/OT]
Logged
Style Tahun for cpg --> review

Roi Danton

  • Contributor
  • Coppermine novice
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 33
    • Tahun
Re: "Forgot password" @login.php, why is it CSS class "topmenu" ?
« Reply #5 on: November 30, 2005, 12:11:00 am »

Btw, maybe you should add a script.js including the png-24 image fix for Internet Explorer in your common themes.
Logged
Style Tahun for cpg --> review
Pages: [1]   Go Up
 

Page created in 0.017 seconds with 19 queries.