Log in command under each forum

Darren1 at 07h44
16
Aug
2009
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!
Similar topics
Hey Billy nice addition! I've run the tool via CMD all all works great but I want to use your new tool to build a script or batch file or something that I can run automatically after I have downloaded my latest movies or episodes using SABNZBD. Can
As i've mentioned I have been looking at adding a useful command line method to Media Companion and have spent a several hours playing with this this evening. In order to avoid the need for extensive rewriting of the application I have written a small
Hi All I want to automatically delete cache and cookies in selenium How can i do this in selenium-java Can anyone exemplify Second problem Often i get the Internet explorer script error pop-up while running my tests .Not in all pages but
Replies 1 to 0 on 0 for "Log in command under each forum"
See also
more_less
Informations

0 Replies For the topic :
"Log in command under each forum"

This topic has been viewed 6450 times.

Last message :
16/08/2009 at 07h44 by "Darren1"