Log in command under each forum
Page 1 of 1 • Share •
Log in command under each forum
To insert the Log in box to your forums
Administration panel >> General ( Tab ) >>
Forum > Categories and Forums > Click on the
of any forum > Scroll down just a little to fit "description" into the screen > Choose your view:
1)
2)

3)

Now, insert the desired code in the Description box, and view the new login form command where you desire it.
Note: Members logged in WILL be able to view it.
Now, if you ever require assistance for this code, don't be afraid to ask for it in the Script (Code) section
Enjoy!
Administration panel >> General ( Tab ) >>
1)

- Spoiler:
- Code:
<form action="http://testie.forumotion.com/login.forum" method="post"><table cellspacing="1" cellpadding="3" border="0"><tr><td width="45%" align="right"> Username:<input type="text" name="username" size="25" maxlength="40" />Password<input type="password" name="password" size="25" maxlength="32" /><td colspan="2">Log me on automatically each visit: <input type="checkbox" name="autologin" checked="true" /></td></tr><tr align="center"><td colspan="2"><input type="submit" class="mainoption" name="login" value="Log in" /></table></form>
2)

- Spoiler:
- Code:
<form action="http://testie.forumotion.com/login.forum" method="post"><table cellspacing="1" cellpadding="3" border="0"><tr><td width="45%" align="right"> Username:</td><td><input type="text" name="username" size="25" maxlength="40" /></td></tr><tr><td align="right">Password:</td><td><input type="password" name="password" size="25" maxlength="32" /></td></tr><tr align="center"><td colspan="2">Log me on automatically each visit: <input type="checkbox" name="autologin" checked="true" /></td></tr><tr align="center"><td colspan="2"><input type="submit" class="mainoption" name="login" value="Log in" /></td></tr></table></form>
3)

- Spoiler:
- Code:
<form action="http://testie.forumotion.com/login.forum" method="post"> Username:</td><td><input type="text" name="username" size="25" maxlength="40" /><td align="right">Password:</td><td><input type="password" name="password" size="25" maxlength="32" /></td></tr> <tr align="center"><td colspan="2"><br><center>Log me on automatically each visit: <input type="checkbox" name="autologin" checked="true" /></td></tr><tr align="center"><td colspan="2"><input type="submit" class="mainoption" name="login" value="Log in" /></td></tr></table></center></form>
Now, insert the desired code in the Description box, and view the new login form command where you desire it.
Note: Members logged in WILL be able to view it.
Now, if you ever require assistance for this code, don't be afraid to ask for it in the Script (Code) section
Enjoy!
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum




by Darren1 on August 15th 2009, 11:44 pm






