Notifications
Clear all
Hi π I have a fansite that I use efiction on. I was wondering if someone knew of a code that I could use to put a login box on the home page of my site. Kind of like a lazy way of signing into Efiction, instead of going to the fanfiction tab and then signing in, they could just sign in the login box on the front page?!? π
Posted : 13/11/2007 7:16 pm
Try:
<form method="post" enctype="multipart/form-data" action="user.php?action=login">
<p><label for="penname"><input type="text" name="penname" id="penname" /> Penname</label></p>
<p><label for="pswd"><input type="password" id="pswd" name="password" /> Password</label></p>
<p><label for="cookiecheck"><input type="checkbox" name="cookiecheck" id="cookiecheck" value="1"> Remember Me</label></p>
<p><input type="submit" name="submit" value="Submit" /></p>
</form>
<p><a href=""user.php?action=register"" title="Register">Register</a> | <a href=""user.php?action=lostpassword"" title="Lost Password">Lost Password</a></p>
You'll have to modify the four user.php's to the absolute path (or folder) of your website. It should work, but might not -- also, if your user is already logged in, it'll still display that ... that's basically just ripped from the login file. π
archive:
site:
Available for skin/mod commission! π
Posted : 13/11/2007 7:23 pm
OMG Thank you so much. You are just wonderful!!!! π
Posted : 13/11/2007 11:49 pm
