Side bar always shows at the bottom of the page. Whats the best way to fix this...
This below explanation is pretty vague to me...?
Most asked question:
Q:I've installed your sidebar mod and it works fine except on the forumhome! The sidebar is showing at the bottom of the page. Any idea how to fix it?
A:It is either due to one of these:
1. you are using a custom style that is changing the forumhome look.
2. You are using a nother mod that is changing the content of froumhome before this ESB.
ESB needs to see this in forumhome
PHP Code:
<div id="pagetitle">
So to tix this problem you either need to make sure that
PHP Code:
<div id="pagetitle">
exist in the correct location or change ESB forumhome plugin to search for a new phrase.
for the latest version 1.4.1+ it looks for
PHP Code:
{vb:raw navbar}
and
PHP Code:
{vb:raw footer}
so if you are setting new style make sure not to remove or change
PHP Code:
{vb:raw navbar}
and
PHP Code:
{vb:raw footer}
location to get sidebar in the proper location.
|