MyBB Community Forums

Full Version: Nobody can register
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all

please help

I was just about to launch my new board today but have picked up 1 problem, whenever somebody tries to register and they click on the "I Agree" button, they get taken back to the index page.

Please help guys, thanks Smile

I am running 1.2.4 with the Mybulletin template
Oh, i forgot to say that I have uploaded a fresh copy of member.php but no change

When you hover the mouse over the "I Agree" button you can see it is linking to the forum index page
Did you make any changes to the files or templates? What does it say in your member_register_agreement template?
The only changes I made was I added 2 links to the Top Links bar.
This is the member register agreement template

Quote:<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->agreement}</title>
{$headerinclude}
</head>
<body>
{$header}
<br />
<form action="member.php" method="post">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong>{$mybb->settings['bbname']} - {$lang->agreement}</strong></td>
</tr>
<tr>
<td class="trow1">
<p>{$lang->agreement_1}</p>
<p>{$lang->agreement_2}</p>
<p>{$lang->agreement_3}</p>
<p>{$lang->agreement_4}</p>
<p><strong>{$lang->agreement_5}</strong></p>
</td>
</tr>
</table>

<br />
<div align="center">
<input type="hidden" name="action" value="register" />
<input type="submit" class="button" name="agree" value="{$lang->i_agree}" />
</div>
</form>
{$footer}
</body>
</html>
Link to your forum?
www.samobilephones.com

please excuse the picture on the home page, it was just a test Wink
In your header template the following link doesn't appear to be closed:

<a href="http://www.samobilephones.com/forumindex.php">

Just needs a </a> after it to close it.
Tikitiki

You deserve a medal man, such a silly mistake on my part. Working perfectly now.

Thank you so much for your help, you guys are all fantastic.

Thank you for all your time and effort that you guys put into this. Smile
Cheers Smile