SMF Support > SMF 2.0.x Support
SSI and custom logon box
(1/1)
jpat01:
Hello,
Can anyone help me getting the login box on the upper right corner of this site: hxxp:www.enviousguild.com/test/ [nonactive] working with SSI (http://docs.simplemachines.org/index.php?topic=789.0)please?
I'm learning PHP, but I'm far far far off, but it would really appriciate it if any of you could help me.
The login box forms are as follows:
--- Quote --- <form method="post" class="signin" action="#">
<fieldset class="textbox">
<label class="username">
<span>Username or email</span>
<input id="username" name="username" value="" type="text" autocomplete="on">
</label>
<label class="password">
<span>Password</span>
<input id="password" name="password" value="" type="password">
</label>
</fieldset>
<fieldset class="remb">
<label class="remember">
<input type="checkbox" value="1" name="remember_me" />
<span>Remember me</span>
</label>
<button class="submit button" type="button">Sign in</button>
</fieldset>
<p>
<a href="forgot" href="#">Forgot your password</a>
</p>
--- End quote ---
This is a homepage for my guild. I would like to have some features on the site like a roster based on a certain group on the forums. I fugured its easier to just use the SMF user DB as its already there... ?
redone:
If your learning, I would begin by using a portal and learning the rest later.
You can use a login block.
http://custom.simplemachines.org/mods/index.php?mod=1104
jpat01:
anyone?
riou:
You should be able to put in ssi_login(); instead of the username/pw/remember me checkbox
Navigation
[0] Message Index
Go to full version