1
kesikkafa
phpBB login form as Xoops Block?
  • 2005/3/23 7:01

  • kesikkafa

  • Just popping in

  • Posts: 47

  • Since: 2005/2/6 2


i want to let my phpbb forum users to login to my phpbb forum via XOOPS block on my homepage. The code is here but when i try to copy and paste this code as a block the form is appear well but the page tuning-order to go bad-deformed.

<form action="http://www.kesikkafa.com/forum/login.php?sid=47352f3d89f67c361ec82fbd52c2f278" method="post" target="_top">

<table width="100%" cellspacing="2" cellpadding="2" border="0">
<tr>

<td class="nav"><a href="index.php?sid=47352f3d89f67c361ec82fbd52c2f278">kesikkafa.com Forum Home Page</a></td>
</tr>
</table>

<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
<th class="thhead" nowrap height="28">Enter Your Username And Password</th>
</tr>
<tr>
<td class="row1">
<table border="0" cellpadding="3" cellspacing="1" width="100%">
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr>
<td width="45%" align="right">User Name</td>
<td width="55%">
<input type="text" name="username" size="25" maxlength="40" value="" class="post" />
</td>
</tr>
<tr>
<td align="rightPassword</td>
<td>
<input type="password" name="password" size="25" maxlength="32" class="post" />
</td>
</tr>
<tr>
<td colspan="2" align="center">Remember Me
<input type="checkbox" name="autologin" />
</td>
</tr>
<tr>
<td colspan="2" align="center"><input type="hidden" name="redirect" value="" />
<input type="submit" name="login" class="mainoption" value="Login" />
</td>
</tr>
<tr>
<td colspan="2" class="gensmall" align="center"><a href="profile.php?mode=sendpassword&sid=47352f3d89f67c361ec82fbd52c2f278">Lost Password</a></td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="catbottom" height="28">&nbsp;</td>
</tr>
</table>

</form>

2
Bassman
Re: phpBB login form as Xoops Block?
  • 2005/3/23 7:39

  • Bassman

  • Friend of XOOPS

  • Posts: 1272

  • Since: 2003/5/23


if you put in a <br> after "Username" in
"<th class="thhead" nowrap height="28">Enter Your Username And Password</th>"
and change the username size to 15 from 25, it should fit. in the side column.

3
kesikkafa
Re: phpBB login form as Xoops Block?
  • 2005/3/23 8:22

  • kesikkafa

  • Just popping in

  • Posts: 47

  • Since: 2005/2/6 2


After some modification i make the code like this.Form is ok it works.But again the page tuning-order to go bad-deformed.

<form action="http://www.kesikkafa.com/forum/login.php?sid=47352f3d89f67c361ec82fbd52c2f278" method="post" target="_top">

<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
<td class="row1">
<table border="0" cellpadding="3" cellspacing="1" width="100%">
<tr>
<td width="45%" align="right">Username</td>
<td width="55%">
<input type="text" name="username" size="15" maxlength="40" value="" class="post" />
</td>
</tr>
<tr>
<td align="right">Password</td>
<td>
<input type="password" name="password" size="15" maxlength="32" class="post" />
</td>
</tr>
<tr>
<td colspan="2" align="center">Remember me
<input type="checkbox" name="autologin" />
</td>
</tr>
<tr>
<td colspan="2" align="center"><input type="hidden" name="redirect" value="" />
<input type="submit" name="login" class="mainoption" value="Login" />
</td>
</tr>
<tr>
<td colspan="2" class="gensmall" align="center"><a href="http://www.kesikkafa.com/forum/profile.php?mode=sendpassword&sid=47352f3d89f67c361ec82fbd52c2f278">Lost Password</a></td>
</tr>
</table>
</td>
</tr>
</table>

</form>

</td></tr></table>

4
Bassman
Re: phpBB login form as Xoops Block?
  • 2005/3/23 8:53

  • Bassman

  • Friend of XOOPS

  • Posts: 1272

  • Since: 2003/5/23


lose the "</td></tr></table>" at the bottom.

5
kesikkafa
Re: phpBB login form as Xoops Block?
  • 2005/3/23 10:00

  • kesikkafa

  • Just popping in

  • Posts: 47

  • Since: 2005/2/6 2


yes..it is perfect now.

thank you

Login

Who's Online

187 user(s) are online (126 user(s) are browsing Support Forums)


Members: 0


Guests: 187


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits