The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

log on box on the main forum page

4 posters

Go down

log on box on the main forum page Empty log on box on the main forum page

Post by Guest Sun 14 Jan 2007 - 16:59

Can i place a logon box like this

log on box on the main forum page NEWLOGON

at the bottom of my forum?

i'm having problem with the codes to blackeye
here are the code

<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><img name="tlc" src="templates/BBLite/images/tlc.gif" WIDTH=15 HEIGHT=30 border="0" alt=""></td>
<td width="100%" background="templates/BBLite/images/tm.gif"><img name="tm" src="templates/BBLite/images/spacer.gif" width="1" height="1" border="0" alt=""></td>
<td><img name="trc" src="templates/BBLite/images/trc.gif" WIDTH=15 HEIGHT=30 border="0" alt=""></td>
</tr>
<tr>
<td background="templates/BBLite/images/left.gif"><img name="left" src="templates/BBLite/images/spacer.gif" width="1" height="1" border="0" alt=""></td>
<td valign="top" bgcolor="#D8D8D8">
<form action="{S_LOGIN_ACTION}" method="post" target="_top">

<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
<td align="left" class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></td>
</tr>
</table>

<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" align="center">
<tr>
<th height="25" class="thHead" nowrap="nowrap">{L_ENTER_PASSWORD}</th>
</tr>
<tr>
<td class="row1"><table border="0" cellpadding="3" cellspacing="1" width="100%">
<tr>
<td colspan="2" align="center">&nbsp;</td>
</tr>
<tr>
<td width="45%" align="right"><span class="gen">{L_USERNAME}:</span></td>
<td>
<input type="text" name="username" size="25" maxlength="40" value="Guest" />
</td>
</tr>
<tr>
<td align="right"><span class="gen">{L_PASSWORD}:</span></td>
<td>
<input type="password" name="password" size="25" maxlength="32" />
</td>
</tr>
<tr align="center">
<td colspan="2"><span class="gen">{L_AUTO_LOGIN}: <input type="checkbox" name="autologin" /></span></td>
</tr>
<tr align="center">
<td colspan="2">{S_HIDDEN_FIELDS}<input type="submit" name="login" class="mainoption" value="{L_LOGIN}" /></td>
</tr>
<tr align="center">
<td colspan="2"><span class="gensmall"><a href="{U_SEND_PASSWORD}" class="gensmall">{L_SEND_PASSWORD}</a></span></td>
</tr>
</table></td>
</tr>
</table>

</form>
</td>
<td background="templates/BBLite/images/right.gif"><img name="right" src="templates/BBLite/images/spacer.gif" width="1" height="1" border="0" alt=""></td>
</tr>
<tr>
<td><img name="blc" src="templates/BBLite/images/blc.gif" WIDTH=15 HEIGHT=20 border="0" alt=""></td>
<td background="templates/BBLite/images/btm.gif"><img name="btm" src="templates/BBLite/images/spacer.gif" width="1" height="1" border="0" alt=""></td>
<td><img name="brc" src="templates/BBLite/images/brc.gif" WIDTH=15 HEIGHT=20 border="0" alt=""></td>
</tr></table>

look like this Confused

log on box on the main forum page Dodgylogon


blackeye i dont know if it's possble to do it.
avatar
Guest
Guest


Back to top Go down

log on box on the main forum page Empty Re: log on box on the main forum page

Post by Guest Sun 14 Jan 2007 - 19:58

i sorted most of the codes out but it wont log in??

<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><img name="tlc" src="templates/BBLite/images/tlc.gif" WIDTH=15 HEIGHT=30 border="0" alt=""></td>
<td width="100%" background="templates/BBLite/images/tm.gif"><img name="tm" src="templates/BBLite/images/spacer.gif" width="1" height="1" border="0" alt=""></td>
<td><img name="trc" src="templates/BBLite/images/trc.gif" WIDTH=15 HEIGHT=30 border="0" alt=""></td>
</tr>
<tr>
<td background="templates/BBLite/images/left.gif"><img name="left" src="templates/BBLite/images/spacer.gif" width="1" height="1" border="0" alt=""></td>
<td valign="top" bgcolor="#D8D8D8">
<form action="http://s-delphi-testing.niceboard.com" method="post" target="_top">

<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
<td align="left" class="nav"><a href="http://s-delphi-testing.niceboard.com" class="nav">Clifton Fc</a></td>
</tr>
</table>

<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" align="center">
<tr>
<th height="25" class="thHead" nowrap="nowrap">PASSWORD</th>
</tr>
<tr>
<td class="row1"><table border="0" cellpadding="3" cellspacing="1" width="100%">
<tr>
<td colspan="2" align="center">&nbsp;</td>
</tr>
<tr>
<td width="45%" align="right"><span class="gen">USERNAME:</span></td>
<td>
<input type="text" name="username" size="25" maxlength="40" value="USERNAME" />
</td>
</tr>
<tr>
<td align="right"><span class="gen">PASSWORD:</span></td>
<td>
<input type="password" name="password" size="25" maxlength="32" />
</td>
</tr>
<tr align="center">
<td colspan="2"><span class="gen">AUTO LOGIN: <input type="checkbox" name="autologin" /></span></td>
</tr>
<tr align="center">
<td colspan="2">Log me on automatically each visit<input type="submit" name="login" class="mainoption" value="LOGIN" /></td>
</tr>
<tr align="center">
<td colspan="2"><span class="gensmall"><a href="http://s-delphi-testing.niceboard.com/profile.forum?mode=sendpassword" class="gensmall">I FORGOT MY PASSWORD</a></span></td>
</tr>
</table></td>

does anyone know why it wont log on for? scratch blackeye
avatar
Guest
Guest


Back to top Go down

log on box on the main forum page Empty Re: log on box on the main forum page

Post by Chaos Sun 14 Jan 2007 - 20:29


<form action=http://s-delphi-testing.niceboard.com/login.forum method="post" target="_top">

Add "login.forum" at the end of your Forum address?
And please avoid Double Posting.
avatar
Chaos
New Member

Male Posts : 17
Reputation : 0
Language : English

http://forumgp.quickbb.net

Back to top Go down

log on box on the main forum page Empty Re: log on box on the main forum page

Post by Tristou Sun 14 Jan 2007 - 21:00

Chaos, it's our job to prevent about the double-posting Smile

Spook, where did you find this code ?
Tristou
Tristou
Hyperactive

Posts : 2078
Reputation : 15

Back to top Go down

log on box on the main forum page Empty Re: log on box on the main forum page

Post by Guest Sun 14 Jan 2007 - 22:10

sorry about the double post i dint think i could fit all of it on.

i got the log on code from a theme

sorry to ask again is there a way to place it at the botton?? had to close my portal today to many people dint like it for some reason dont ask me why...lmao so i love to place it at the botton
avatar
Guest
Guest


Back to top Go down

log on box on the main forum page Empty Re: log on box on the main forum page

Post by Tristou Mon 15 Jan 2007 - 0:17

spook wrote:
i got the log on code from a theme

Do you find this code in the source code of the page or in a phpBB code ? It's important for me to have an answer because it may help you Smile
Tristou
Tristou
Hyperactive

Posts : 2078
Reputation : 15

Back to top Go down

log on box on the main forum page Empty Re: log on box on the main forum page

Post by Guest Mon 15 Jan 2007 - 0:31

i took the code out of a phpbb templates
avatar
Guest
Guest


Back to top Go down

log on box on the main forum page Empty Re: log on box on the main forum page

Post by Tristou Mon 15 Jan 2007 - 8:39

that's why I think it won't work because the tags like this {TAGS} are used for the template engine. I know that a french moderator created a connexion box with HTML and javascript. I'll ask him Wink
Tristou
Tristou
Hyperactive

Posts : 2078
Reputation : 15

Back to top Go down

log on box on the main forum page Empty Re: log on box on the main forum page

Post by Guest Mon 15 Jan 2007 - 10:20

nice one tristou Wink you are a star
avatar
Guest
Guest


Back to top Go down

log on box on the main forum page Empty Re: log on box on the main forum page

Post by Code Tue 16 Jan 2007 - 16:28

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

try this till Tristou will fix it to you
Code
Code
Forumember

Male Posts : 38
Reputation : 0
Language : English, French, Greek, Arabic

http://editboard.com

Back to top Go down

log on box on the main forum page Empty Re: log on box on the main forum page

Post by Guest Tue 16 Jan 2007 - 19:15

i think that only for portal Wink
avatar
Guest
Guest


Back to top Go down

log on box on the main forum page Empty Re: log on box on the main forum page

Post by pauldemonteverde Wed 17 Jan 2007 - 2:38

try using this code:
Code:
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD vAlign=center align=middle bgColor=#d8d8d8 height=110>
<FORM action=http://http://s-delphi-testing.niceboard.com/login.forum method=post target=_top>
<TABLE cellSpacing=2 cellPadding=2 width="100%" align=center border=0>
<TBODY>
<TR>
<TD class=nav align=left><B><FONT face="Arial Narrow" size=2><A class=nav href="http://s-delphi-testing.niceboard.com/index.html">INDEX</A></FONT></B></TD></TR></TBODY></TABLE>
<TABLE class=forumline style="BORDER-RIGHT: #2a2a2a 3px outset; BORDER-TOP: #2a2a2a 3px outset; BORDER-LEFT: #2a2a2a 3px outset; BORDER-BOTTOM: #2a2a2a 3px outset" cellSpacing=1 cellPadding=4 width="100%" align=center border=0>
<TBODY>
<TR>
<TD class=row1 bgColor=#2a2a2a>
<TABLE height=65 cellSpacing=0 cellPadding=0 width=100% border=0>
<TBODY>
<TR>
<TD align=left width=228 bgColor=#55552b>&nbsp;</TD>
<TD align=left width=72 bgColor=#55552b><SPAN class=gen><FONT face="Arial Black" color=#2a2a2a size=1>USERNAME:</FONT></SPAN></TD>
<TD align=left width=90 bgColor=#55552b><FONT face="Arial Black" size=1><FONT face="Arial Black" color=#2a2a2a><INPUT style="BACKGROUND-COLOR: #727238" tabIndex=1 maxLength=40 size=10 name=username></FONT><FONT color=#2a2a2a> </FONT></FONT></TD>
<TD align=left width=74 bgColor=#55552b>
<P align=left><SPAN class=gen><FONT face="Arial Black" color=#2a2a2a size=1>PASSWORD:</FONT></SPAN></P></TD>
<TD align=left width=91 bgColor=#55552b><FONT face="Arial Black" color=#2a2a2a size=1><INPUT style="BACKGROUND-COLOR: #727238" tabIndex=2 type=password maxLength=32 size=10 name=password></FONT></TD>
<TD align=left width=75 bgColor=#55552b><SPAN class=gen><FONT face="Arial Black" color=#2a2a2a size=1>AUTO_LOGIN: </FONT></SPAN></TD>
<TD align=left width=25 bgColor=#55552b><SPAN class=gen><FONT face="Arial Black" color=#2a2a2a size=1><INPUT type=checkbox CHECKED name=autologin></FONT></SPAN></TD>
<TD align=left width=64 bgColor=#55552b><FONT face="Arial Black" color=#2a2a2a size=1><INPUT class=mainoption style="BORDER-RIGHT: #cceeff 1px outset; BORDER-TOP: #cceeff 1px outset; FLOAT: left; BORDER-LEFT: #cceeff 1px outset; BORDER-BOTTOM: #cceeff 1px outset; BACKGROUND-COLOR: #808000" tabIndex=3 type=submit value=LOGIN name=login></FONT></TD>
<TD align=left width=229 bgColor=#55552b>&nbsp;</TD></TR>
<TR>
<TD align=right bgColor=#565643 colSpan=9><A class=gensmall href="http://s-delphi-testing.niceboard.com/profile.forum?mode=sendpassword"><FONT face="Arial Narrow" size=1>LOST PASSWORD?</FONT></A></SPAN></I></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></FORM></TD></TR></TBODY></TABLE>

PREVIEW:
log on box on the main forum page Loginix3
pauldemonteverde
pauldemonteverde
Forumember

Male Posts : 238
Reputation : 9
Language : English and Filipino
Location : Pilipinas

http://isanghimig.online-talk.net

Back to top Go down

log on box on the main forum page Empty Re: log on box on the main forum page

Post by Guest Tue 10 Apr 2007 - 13:09

can some change the colour on this code please..

i dont know what you will need so this is the colour codes for my forum


Theme Element

Code:
Background Colour - #656565
Text Colour - #000000
link Colour - #444444
Visited Link Colour - #444444
Active Link Colour - #444444
Hover Link Colour - #dd6900
Boby Line Colour - #98aab1
Boby Line Background Colour - #ffffff
Forum Line Colour - #
Row Line Colour - #ffffff

Table Row Colour 1 - #efefef
Table Row Colour 2 And Highlight - #dee3e7
Table Row Colour 3 And Separtion - #d1d7dc
Topic Review Border Colour - #
Button Code And Quote Colour - #fafafa
Drop-down menu, form fields and Header Border Colour - #dee3e7
Title Font Face - TrebuchetMS
Main Font Face - Verdana
Code Font Face - Courier
Main Font Size - 10
Title Font Size - 11
Title Post And Category Font Size - 12
Header Font Colour - #ffffff
Header Background Colour - # 006699
Category Background Colour - #dee3e7
Right Category Colour - #ffffff
Category Border Colour - #ffffff
avatar
Guest
Guest


Back to top Go down

Back to top

- Similar topics

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