MyBB Community Forums

Full Version: problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi everyone,

I have a problem with my theme atm. I think its because I installed MyAlerts, the log out option goes down and it doesn't look good. Could someone please help. Url: http://webzhut.co.cc

Login in using this:
Username: Demo
Pass: demo23
Probably best if you post a URL?
heres the url: http://webzhut.co.cc
in your header_welcomeblock_member template, you have a <br> after this code:
<script type="text/javascript">
// <!--
if(use_xmlhttprequest == "1")
{
new PopupMenu("unreadAlerts_menu");
}
// -->
</script>


Only remove that <br>

also if you want put log out in a line below usercp, change style of MyAlerts and decrease its size Big Grin
(2012-08-31, 12:22 PM)M.Abbasi Wrote: [ -> ]in your header_welcomeblock_member template, you have a <br> after this code:
<script type="text/javascript">
// <!--
if(use_xmlhttprequest == "1")
{
new PopupMenu("unreadAlerts_menu");
}
// -->
</script>


Only remove that <br>

also if you want put log out in a line below usercp, change style of MyAlerts and decrease its size Big Grin

THANK YOU SO MUCH Smile. Gave you a rep point Wink