Firefox PHP

Was wondering if there was a a log in box like this?

Posted by White_Rabbit 
Was wondering if there was a a log in box like this?
March 22, 2013 08:25AM

[postimg.org]

I would like it to be in the header to the right.

[www.bannedlikeproductions.com]



Edited 2 time(s). Last edit at 03/22/2013 08:26AM by White_Rabbit.
Re: Was wondering if there was a a log in box like this?
March 22, 2013 12:50PM
Hi,
In header.tpl create form login, in code for anonymous users, and create style css

// this is example

Language: HTML
<div id = "login_form>"<h4>{LANG->LoginTitle}</h4> <form action="{URL->LOGINOUT}" method="post"> {POST_VARS}   {LANG->Username}<input type="text" id="username" name="username" size="30" value="{LOGIN->username}" /><br />   {LANG->Password}<input type="password" id="password" name="password" size="30" value="" /><br /> <br /> <input type="submit" value="{LANG->Submit}" /> {POST_VARS} </form> </div>



Edited 1 time(s). Last edit at 03/22/2013 12:52PM by szeler.
Sorry, only registered users may post in this forum.

Click here to login