No worries @Mark, I'm using this theme with RC2 and it's working great, there were only a few minor things I had to fix up. Using your Custom Pages plugin and the Route Manager in the dashboard, I'm well on my to having a full blown site.
Can you tell me how I can get the other menu buttons to be highlighted when they are clicked on, the way they are on the current vanillaforums.org site?
By default in this theme, only the Home button is highlighted when you click it...the rest just stay the same. I think this is something I can modify in the CSS if you let me know the code.
@Raize - Yes, it is done with CSS. I did it by identifying something unique in the body class attribute, and applying it down to the menu. For example, on this page you can see how I did it like this:
body.Addons .Banner ul li.Addons a {
background:url("tab_right.png") no-repeat right center;
}
body.Addons .Banner ul li.Addons {
background:url("tab_left.png") no-repeat left center;
}
body.Addons .Banner ul li.Addons a { background:url("tab_right.png") no-repeat right center; } body.Addons .Banner ul li.Addons { background:url("tab_left.png") no-repeat left center; }
Comments
urlencode() expects parameter 1 to be string, array given
@mark Care to fix this for us?
Thanks
Can you tell me how I can get the other menu buttons to be highlighted when they are clicked on, the way they are on the current vanillaforums.org site?
By default in this theme, only the Home button is highlighted when you click it...the rest just stay the same. I think this is something I can modify in the CSS if you let me know the code.
body.Addons .Banner ul li.Addons a { background:url("tab_right.png") no-repeat right center; } body.Addons .Banner ul li.Addons { background:url("tab_left.png") no-repeat left center; }
body.Addons .Banner ul li.Addons a {
background:url("tab_right.png") no-repeat right center;
}
body.Addons .Banner ul li.Addons {
background:url("tab_left.png") no-repeat left center;
}
i'm just in the process of setting up a test instance of vanilla 2 (RC3) for my forum and installed this theme
but it only half looks like the theme used on http://vanillaforums.org
refer:
http://img2.pict.com/e4/04/d6/3792969/0/1279160603.jpg
http://justin.kelly.org.au/siforum/discussions
am i supposed to have something else enabled or anything ?
- does it work OK with RC3 ?
any help would be greatly appreciated
cheers
justin