Log in command under each forum

Post new topic   Reply to topic

View previous topic View next topic Go down

Log in command under each forum

Post by darren1 on August 16th 2009, 12:44 am

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
Forumotion Member

Male
Posts: 6574
Age: 17
Language: Traditional Australian, Australian, English
Location: Yups I'm back | Support mode: off, sleeping or school
Country:
Join date: 2008-07-10

Back to top Go down

View previous topic View next topic Back to top


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