Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

VanillaForums.org

2»

Comments

  • does not work with Vanilla 2 RC1.
  • isn't working right now:

    urlencode() expects parameter 1 to be string, array given
  • Yep not working either.

    @mark Care to fix this for us? :D

    Thanks
  • RaizeRaize vancouver ✭✭
    Works great with Vanilla 2 RC1. Should be fun customizing this for my site
  • RaizeRaize vancouver ✭✭
    Sorry, I meant Vanilla 2 RC2...how do I edit my post?
  • MarkMark Vanilla Staff
    I haven't done any work on this for a while b/c we're working on a new version of the .org site...
  • RaizeRaize vancouver ✭✭
    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.
  • MarkMark Vanilla Staff
    @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; }
  • MarkMark Vanilla Staff
    err. HTML FAIL. Here goes again:

    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;
    }
  • hey guys

    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
Sign In or Register to comment.