coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: Legrandse on April 08, 2009, 11:07:55 AM

Title: [Solved]: How can I change size of login box?
Post by: Legrandse 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
Title: Re: How can I change size of login box?
Post by: Joe Carver 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.
QuoteFind in your login.php file                   <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
Title: Re: How can I change size of login box?
Post by: Nibbler on April 08, 2009, 03:05:24 PM
Actually you need to edit here

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.
Title: Re: How can I change size of login box?
Post by: Joe Carver 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/ (http://gallery.josephcarver.com/natural/)

i-imagine.net (http://i-imagine.net)
Title: Re: How can I change size of login box?
Post by: Legrandse 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

Title: Re: How can I change size of login box?
Post by: Joachim Müller on May 04, 2009, 11:28:00 PM
http://forum.coppermine-gallery.net/index.php/topic,55415.msg270618.html#msg270618
Locking