MyBB Community Forums

Full Version: My Shoutbox 1.5
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
It is on the bottom of my forum I want it on the top how can i do that
Do you want it to be at the top on all pages?
(2011-08-20, 02:18 PM)faviouz Wrote: [ -> ]Do you want it to be at the top on all pages?
No just on the main page it appears below all my forums

(2011-08-20, 02:14 PM)tohplayer Wrote: [ -> ]It is on the bottom of my forum I want it on the top how can i do that


Go to Templates & Style>Templates>Your Templates name that use --Options>Expand Templates>Index Page Templates(Expand)>index
and replace this code
</script>
</head>
<body>
{$header}
{$shoutbox}
{$forums}
{$boardstats}
{$footer}
</body>
</html

Thanks Visit my site <snip>

(2011-08-20, 02:46 PM)sborhan Wrote: [ -> ]
(2011-08-20, 02:14 PM)tohplayer Wrote: [ -> ]It is on the bottom of my forum I want it on the top how can i do that


Go to Templates & Style>Templates>Your Templates name that use --Options>Expand Templates>Index Page Templates(Expand)>index
and replace this code
</script>
</head>
<body>
{$header}
{$shoutbox}
{$forums}
{$boardstats}
{$footer}
</body>
</html

Thanks Visit my site <snip>
Thanks bro

This for the new 1.6 update you go to

Go to Templates & Style>Templates>Your Templates name that use --Options>Expand Templates>Index Page Templates(Expand)>index

But then instead of replacing the code that was given just move {myshoutbox} from
</script>
</head>
<body>
{$header}
{$forums}
{myshoutbox}
{$boardstats}
</body>
</html>

Over to

</script>
</head>
<body>
{$header}
{myshoutbox}
{$forums}
{$boardstats}
</body>
</html>

And then that will post the shoutbox 1.5 to the header above the forums but below the logo.