MyBB Community Forums

Full Version: Admin CP time wrong?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys.

The time on my forum is perfectly fine but when I go into my admin logs the time is 8 hours slow for some reason. It's saying 18.22 when it's actually 02.22. Is there anyway to fix this at all?


Also is there anyway to make my banner clickable so it takes me back to the index page? It's all done through CSS and I can't seem to find a way to do it.

One more problem. The return to the top button doesn't do anything. Could you guys point me in the right direction on how to get this sorted out?

Cheers. Smile

http://football-base.co.uk/forum/index.php
1. You can adjust the time in the acp the same way you can in the UserCP. Just edit the Date/Time settings.
2. In your header template, change:
<a href="http://football-base.co.uk/forum/index.php"><img src="images/FaceBBook/fblogo.png" alt="Football Base Forums" title="Football Base Forums" /></a>
to the following:
<a href="http://football-base.co.uk/forum/index.php"><img src="/images/FaceBBook/fblogo.png" alt="Football Base Forums" title="Football Base Forums" /></a>
3. In your header template, add the following to the very top:
		<a name="top" id="top"></a>