Quote:
Quote:
Originally Posted by almannai
The mod is searching for navbar and footer phrases to locate itself in the proper location please read this from mod thread
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}
so if you are setting new style make sure not to remove or change
PHP Code:
{vb:raw navbar}
location to get sidebar in the proper location.
|
|
Again as I stated I only added a navigation bar to the header template. Of course if this were the case (because I modified the header template) then it would work in the default vb theme which has not been modified in any way, however it does not. I have gone ahead and allowed user selection to choose that theme so you can see for yourself that this has nothing to do with my styles which is what I have been trying to say, nor is it due to any mods as I disabled them all and the problem still existed (they have since been re-enabled).