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: [Solved]: How can I change size of login box?  (Read 3857 times)

0 Members and 1 Guest are viewing this topic.

Legrandse

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
[Solved]: How can I change size of login box?
« on: April 08, 2009, 11:07:55 am »

Hello everybody,

Can someone help me how to find the way to change the size of the login box because I close my custom theme but I 've just this problem.

Thanks.

Sébastien
« Last Edit: May 04, 2009, 11:28:16 pm by Joachim Müller »
Logged

Joe Carver

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 1545
  • aka 'i-imagine'
    • Home Page
Re: How can I change size of login box?
« Reply #1 on: April 08, 2009, 01:58:08 pm »

The boxes are made by file login.php. You will need to be careful if you edit it.
Quote
Find in your login.php file
Code: [Select]
                  <tr>
                        <td class="tableb" width="40%">{$lang_login_php['username']}</td>
and edit as you see fit - be careful to keep a backup (so you won't lose login if you make an error)
i-imagine

Nibbler

  • Guest
Re: How can I change size of login box?
« Reply #2 on: April 08, 2009, 03:05:24 pm »

Actually you need to edit here

Code: [Select]
starttable('-1', $lang_login_php['enter_login_pswd'], 2);
Change the -1 to a width in px or %.

Alternatively change the setting for 'Width of the table for file display' in config.
Logged

Joe Carver

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 1545
  • aka 'i-imagine'
    • Home Page
Re: How can I change size of login box?
« Reply #3 on: April 08, 2009, 03:56:26 pm »

Thanks for the correction. One of my login pages also now needs to be resized after adding a recaptcha. You have saved me some time, an always decreasing resource...

i-imagine

gallery.josephcarver.com/natural/

i-imagine.net

Legrandse

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Re: How can I change size of login box?
« Reply #4 on: May 04, 2009, 12:16:03 pm »

Hello,

Thank you for your help for the resize of login box.

I've just need (once again) of your light  ;)

Just after to be logged, you have a small message who says "welcome ..." or "good bye..." if you log off.

Is it possible to tell me how to resize these boxes?

Thanks for your help

Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Logged
Pages: [1]   Go Up
 

Page created in 0.021 seconds with 20 queries.