http://www.icyphoenix.com/viewtopic.php?f=28&t=5197&p=35026#p35026
-----------------------------------
FedericoBiccheddu
Sun 21 Dec, 2008 21:14

[MOD] Quick Login For Theme Morpheus IP
-----------------------------------
Some day it makes modifying IP a little I have made this modification that to me it appeals to very many. For the time being the code that place is only worth for the Morpheus topic because it has also a little of diagram in more while the code of the guide is worth for all the topics and is personalizzabile naturally. Here here a screen of the result:

 [img]http://www.icyphoenix.it/./files/posted_images/385/quick_login_morpheus.gif[/img] 


OPEN [b]templates/mg_themes/overall_header_mx.tpl[/b]

SEARCH:
[code linenumbers=false]	</table></td>
	<td><img src="{FULL_SITE_PATH}{T_IMAGESET_PATH}buttons_right1.gif" width="9" height="22" alt="" /></td>
</tr>[/code]


AFTER ADD:
[code linenumbers=false]<!-- BEGIN switch_user_logged_out -->
<tr>
<td colspan="3">
{TPL_CONTENT_TOP_NOPADDING}
    <form method="post" action="{S_LOGIN_ACTION}">
    <table>
    <tr>
    <td><span class="genmed">&nbsp;<b> Quick {L_LOGIN_LOGOUT}:</b>&nbsp;&nbsp;</span><span class="gensmall">{L_USERNAME}:
    <input class="post" type="text" name="username" size="10" />&nbsp;&nbsp;&nbsp;{L_PASSWORD}:
    <input class="post" type="password" name="password" size="10" maxlength="32" />&nbsp;&nbsp; &nbsp;&nbsp;{L_AUTO_LOGIN}
    <input class="text" type="checkbox" name="autologin" />&nbsp;&nbsp;&nbsp;
    <input type="submit" class="mainoption" name="login" value="{L_LOGIN}" />
    </td>
    </tr>
</table>
     </form>
{TPL_CONTENT_BOTTOM}
</td></tr>
<!-- END switch_user_logged_out -->[/code]

I hope this small aesthetic modification is appreciate :mrb:


