Quote:
Originally Posted by txsbmw
That is due to the fact that we do not allow users to select the default vb style. It does not work in the default style either as I have tested it. Again it was working fine on 4.0.8 PL2 before I updated the mod to the 1.4.1 version
|
Quote:
Originally Posted by txsbmw
Also my custom styles are just the same as default (as they were copied from that) I just changed the header template to include my navigation bars and I changed the colors under StyleVars
|
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.
Quote:
Originally Posted by Igel1
The version 1.4.1pl1 my skin for the first time all mixed up
VB 4.1.0pl2
|
Was it ok on 1.4.1?
Did you check on the default style?