MyBB Community Forums

Full Version: help me please!!!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I have a problem with my forum.  And it is that when I click on "login" or "register" it stays like this and nothing appears, everything else works perfectly except login and register, does anyone know how I can solve it?

EDIT: URL: https://eliteforums.cf

[Image: 37-B1-D822-D1-E0-4-B70-86-B5-1709-A6-C99650.jpg]
It will be difficult to suggest anything without seeing the site unfortunately.
forum url?
(2022-11-11, 07:05 PM)Mostafa.Shiraali Wrote: [ -> ]forum url?

https://eliteforums.cf
It looks like the <div id="header"> element is not closed, as the entire page is inside this, and there's a CSS rule "#registration_login_page #header" to apply display:none, which hides the page. If the <div id="header"> element is not closed, it will wrap the entire page content in it.
(2022-11-11, 07:10 PM)Matt Wrote: [ -> ]It looks like the <div id="header"> element is not closed, as the entire page is inside this, and there's a CSS rule "#registration_login_page #header" to apply display:none, which hides the page. If the <div id="header"> element is not closed, it will wrap the entire page content in it.

I understand, and what exactly should I do?  Where should I go and what are the steps
You'll need to look at probably the header template to see if there's an unclosed tag, or post the contents here to see if anyone can see the issue.
(2022-11-11, 08:57 PM)Matt Wrote: [ -> ]You'll need to look at probably the header template to see if there's an unclosed tag, or post the contents here to see if anyone can see the issue.

I already solved it brother, thank you very much, it was as you told me, I just had to put another </div> tag in the header