[Solved]: How can I change size of login box? [Solved]: How can I change size of login box?
 

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

Main Menu

[Solved]: How can I change size of login box?

Started by Legrandse, April 08, 2009, 11:07:55 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Legrandse

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

Joe Carver

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

Nibbler

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.

Joe Carver

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

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


Joachim Müller