Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 83
0 members and 83 guests
No Members online
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
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 Electric Choice

Go Back   Nukemods Forum > Nukemods > FAQ/Fixes

Reply
 
LinkBack Thread Tools Display Modes
Loggin through Forum login
Old
  (#1 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
Loggin through Forum login - 03-03-2003, 09:13 PM

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
RE:Loggin through Forum login
Old
  (#2 (permalink))
Junior Member
 
Status: Offline
Posts: 5
Join Date: Jan 2006
Location: Nashville, TN
RE:Loggin through Forum login - 02-01-2009, 02:21 PM

Fantastic up til now I have just commented this section of code out. It does seem rather redundant to have it but now that it works I have placed it on my site and also tested it on all versions of PHP Nuke. Great work and now it should be incorporated into all bb to nuke updates. This has been a problem for as long as I have used PHP Nuke and until now I just commented it out.
   
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




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.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