Hello,
I found navbar in header_welcomeblock_member and tried to move it down a bit, but it seemed to have a bad effect on my theme and the theme looked out of place once I had tweaked around a bit.
Basically, I'm using the announcements bar as on mybb community forums, but I want the announcements bars to be above the navigation section.
http://thediscussionzone.com
So basically, just move "The Discussion Zone" below the announcements.
Any ideas how?
Thanks.
(2010-11-25, 05:13 PM)iGeorge Wrote: [ -> ]Hello,
I found navbar in header_welcomeblock_member and tried to move it down a bit, but it seemed to have a bad effect on my theme and the theme looked out of place once I had tweaked around a bit.
Basically, I'm using the announcements bar as on mybb community forums, but I want the announcements bars to be above the navigation section.
http://thediscussionzone.com
So basically, just move "The Discussion Zone" below the announcements.
Any ideas how?
Thanks.
Can you go ahead and copy the coding and paste it here
(2010-11-25, 07:13 PM)MattG Wrote: [ -> ] (2010-11-25, 05:13 PM)iGeorge Wrote: [ -> ]Hello,
I found navbar in header_welcomeblock_member and tried to move it down a bit, but it seemed to have a bad effect on my theme and the theme looked out of place once I had tweaked around a bit.
Basically, I'm using the announcements bar as on mybb community forums, but I want the announcements bars to be above the navigation section.
http://thediscussionzone.com
So basically, just move "The Discussion Zone" below the announcements.
Any ideas how?
Thanks.
Can you go ahead and copy the coding and paste it here
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<style type="text/css">
.newsbar_red {
background: #D6ECA6;
border-top: 2px solid #8DC93E;
border-bottom: 2px solid #8DC93E;
text-align: center;
margin: 10px auto;
padding: 5px 20px;
font-weight: bold;
}
</style>
<style type="text/css">
.newsbar {
background: #F3F781;
border-top: 2px solid #8DC93E;
border-bottom: 2px solid #8DC93E;
text-align: center;
margin: 10px auto;
padding: 5px 20px;
font-weight: bold;
}
</style>
<script type="text/javascript">
<!--
lang.no_new_posts = "{$lang->no_new_posts}";
lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}
<center><a target="_blank" href="http://www.HYrextalk.com">
<img src="http://www.hyrextalk.com/banners/hyrextalk_728.jpg" border="0"></a></center>
<p class="newsbar_red">h4ckatt4ck.net - Blackmarket/Blackhats - Free Beta Registration</p>
<p class="newsbar">Looking to earn money by posting? <a href="http://thediscussionzone.com/showthread.php?tid=198">Click here for more information!</a></center></p>
{$itph}
{$forums}
{$itpf}
{$boardstats}
{$footer}
</body>
</html>
Okay what exactly do you want to be moved, i don't really understand.
Do you want Hello There, Guest! Login — Register
above,
Home, Memberlist, Calendar, Help?
(2010-11-25, 07:34 PM)MattG Wrote: [ -> ]Okay what exactly do you want to be moved, i don't really understand.
Do you want Hello There, Guest! Login — Register
above,
Home, Memberlist, Calendar, Help?
No, I want navigation below announcements bar.