MyBB Community Forums

Full Version: help T_T
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Well I can see the issue in FF but it doesn't happen in any other browser, looks like something just FF doesn't like. Have you modified any templates, anything to do with registering??
(2009-05-14, 04:46 PM)MattRogowski Wrote: [ -> ]Where's that code in the source?? Confused This is what I see...

<div align="center"> 
<input type="hidden" name="step" value="agreement" /> 
<input type="hidden" name="action" value="register" /> 
<input type="submit" class="button" name="agree" value="I Agree" /> 
</div> 
</form>

That code you gave doesn't show anywhere near the agree button for me Huh
This is the code I see in Firefox

<div align="center">
<a href="http://www.finalymu.yoyo.pl/index.php">
<strong>
<input type="hidden" value="agreement" name="step"/>
<input type="hidden" value="register" name="action"/>
<input class="button" type="submit" value="I Agree" name="agree"/>
</strong>
</a>
</div>
That doesn't show for me in FF at all but I think I have found the issue, or at least an issue:

<a href="http://www.finalymu.yoyo.pl/index.php"><span style="color: Red;"><strong><marquee behavior="alternate">FinalYMU Community Forum</marquee></span></</a>

Revert your nav_bit template to default.
there is no change to the registration, yesterday could have been recorded and today is no longer
(2009-05-14, 04:52 PM)MattRogowski Wrote: [ -> ]I think I have found the issue, or at least an issue:

<a href="http://www.finalymu.yoyo.pl/index.php"><span style="color: Red;"><strong><marquee behavior="alternate">FinalYMU Community Forum</marquee></span></</a>

Revert your nav_bit template to default.

Either revert it or remove the redundant </ from the end. You also haven't closed the <strong> tag, may be what the </ is meant to be.
oh thank you Sir Cheer Toungue
I still have a question whether it is enabled by last post? like someone post! to display it, is something like vBulletin?
Pages: 1 2