Quote:
Originally Posted by huskermax
It works great on forum.php and threaddisplay.php but not showthread.php. See screen shots.
Topsidebar shows that the copyright has been moved to the top were the side bar should showup.
Bottomsidebar shows were the side bar is, at the bottom of the thread.
added** I am using 4.1.2
|
Quote:
Originally Posted by chaoyueh
I have the same problem on forumdisplay.php pages
Please help.
Thanks
I am using vb 4.1.1 version. The mode version is 4.1.1PL2
|
this is what I did
I just add </div> before <vb:if condition="$announcebits"> and solve the problem.
Code:
<body>
{vb:raw header}
{vb:raw navbar}
<div id="pagetitle">
</div>
<vb:if condition="$announcebits">
<ol id="announcements" class="announcements">
{vb:raw announcebits}