The forum of the forums
Welcome on the Forumotion Support Forum.

To take full advantage of everything offered by our forum, please log in if you are already a member or join our community if you're not yet....



Create a free forum like this one.

Log in command under each forum

View previous topic View next topic Go down

Log in command under each forum

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

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)

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!

Darren1
Helper
Helper

Male
Posts: 11509
Age: 20
Language: Australian, English - UK
Location: Mass release of tutorials coming!
Points: 35853
Join date: 2008-07-09

http://testorial.forumotion.com

Back to top Go down

View previous topic View next topic Back to top


Permissions in this forum:
You cannot reply to topics in this forum