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
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
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.
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)
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
http://forum.coppermine-gallery.net/index.php/topic,55415.msg270618.html#msg270618
Locking