» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 64
0 members and 64 guests
No Members online
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
Web Hosting - web hosting, dedicated servers and web design services
Online Degree - search for 1000+ online degrees, online colleges & online universities.
tattoo - we are a group of tattoo enthusiasts
Gexa Energy - your absolute best choice in electric service
Texas electricity - save on electric rates
buy Rimonabant - Help dieters achieve significant weight loss without having to slog in the gym

Register Now! Contact Us

About this Page
This is a discussion on Loggin through Forum login within the FAQ/Fixes forums, part of the Nukemods category; Some templates in the Forum have the login area towards the bottom of the Forum's main page. This loggin ...



Go Back   Nukemods Forum » Nukemods » FAQ/Fixes

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-03-2003, 09:13 PM
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
Loggin through Forum login
Some templates in the Forum have the login area towards the bottom of the Forum's main page. This loggin Form won't work.

Well, I've fixed it (imagine that... 8O ). For Nuke6.0 running phpBBport 2.0.6

If you wish to fix your template, do the following.

open
modules/Forums/templates/YourTemplate/index_body.tpl

You should have some sort of code like this or similar.
Your main concern would be everything between the <form> tags.
Code:
<form method="post" action="{S_LOGIN_ACTION}">
  <table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
	<tr> 
	  <td class="catHead" height="28"><a name="login"></a><span class="cattitle">{L_LOGIN_LOGOUT}</span></td>
	</tr>
	<tr> 
	  <td class="row1" align="center" valign="middle" height="28"><span class="gensmall">{L_USERNAME}: 
		<input class="post" type="text" name="username" size="10" />
		{L_PASSWORD}: 
		<input class="post" type="password" name="password" size="10" />
		 {L_AUTO_LOGIN} 
		<input class="text" type="checkbox" name="autologin" />
		 
		<input type="submit" class="mainoption" name="login" value="{L_LOGIN}" />
		</span> </td>
	</tr>
  </table>
</form>
change it to this
Code:
<form method="post" action="modules.php?name=Your_Account">
  <table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
	<tr> 
	  <td class="catHead" height="28"><a name="login"></a><span class="cattitle">{L_LOGIN_LOGOUT}</span></td>
	</tr>
	<tr> 
	  <td class="row1" align="center" valign="middle" height="28"><span class="gensmall">{L_USERNAME}: 
		<input class="post" type="text" name="uname" size="10" />
		{L_PASSWORD}: 
		<input class="post" type="password" name="pass" size="10" />
		<input type="hidden" name="op" value="login">
		 
		<input type="submit" class="mainoption" name="login" value="login" />
		</span> </td>
	</tr>
  </table>
</form>
Now when you try to loggin from the Login option in your Forums Loggin Form, you'll see the correct results...

mikem
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
login allroms Open topics 2 12-14-2004 03:35 PM
SmartDark Forum not prompting login for anonymous poster irish1028 Theme packs 3 04-24-2003 12:12 PM
can't login forum: help! xsanuke Purged Topics 2 03-26-2003 11:49 PM
Can login to PHP-Nuke, but won't transfer login to phpbb2 ehsanix Purged Topics 7 02-06-2003 09:20 AM
Login @ forum but not at portal jkmcgrath Purged Topics 8 01-16-2003 05:45 AM


All times are GMT -5. The time now is 04:38 PM.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.

LinkBacks Enabled by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31