Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 13

CurtisOdenSpencerMcToddericgillettejsebeanx00zachs +6 guests

VanillaForums.org

This discussion is related to the VanillaForums.org (old blue) addon.
VanillaForums.org
«1

Comments

  • Posts: 430
    this doesn't have a preview image, i thought this was a requirement to upload a theme.
  • Posts: 100
    I receive an fatal error when using this theme: "Undefined property: stdClass::$CountUnreadConversations"
  • Posts: 4,883
    @iamkeir - how old is your version of Vanilla 2 & Garden? That field is in the core now.
  • Posts: 100
    I downloaded it today so I thought it was the most recent - how can I find out the exact version? :/
  • Posts: 100
    Anybody? :)
  • Posts: 4,883
    If you downloaded it today, then that is the most recent version.

    What page do you get that error on, and what is the entire error?
  • Posts: 4,883
    Uploaded new version for updated html in master branch.
  • Posts: 126
    Awesome ill update later as i have already edited it for my own site :D
  • Posts: 100
    Hi @Mark, thanks for that - for info, the error was:

    Fatal Error in PHP.ErrorHandler();

    Undefined property: stdClass::$CountUnreadConversations

    The error occurred on or near: /new.bristolunibreakdance.com/themes/public_vforg/views/default.master.php

    29: $CountUnreadConversations = $Session->User->CountUnreadConversations;

    Backtrace:
    [/new.bristolunibreakdance.com/library/core/functions.error.php:132] PHP::include();
    [/new.bristolunibreakdance.com/themes/public_vforg/views/default.master.php:29] PHP::ErrorHandler();
    [/new.bristolunibreakdance.com/library/core/class.controller.php:988] PHP::include();
    [/new.bristolunibreakdance.com/library/core/class.controller.php:775] Gdn_Controller->RenderMaster();
    [/new.bristolunibreakdance.com/library/core/class.pluggable.php:192] Gdn_Controller->xRender();
    [/new.bristolunibreakdance.com/library/core/class.pluggable.php:192] Gdn_Pluggable->__call();
    [/new.bristolunibreakdance.com/applications/vanilla/controllers/discussions.php:85] DiscussionsController->Render();
    [/new.bristolunibreakdance.com/library/core/class.dispatcher.php:227] DiscussionsController->Index();
    [/new.bristolunibreakdance.com/index.php:41] Gdn_Dispatcher->Dispatch();

    Additional information for support personnel:
    Application: Garden
    Application Version: 1.0
    PHP Version: 5.2.11
  • Posts: 4,883
    @iamkeir - Your database is missing a field that was added recently. You can make sure it adds it by signing in with whatever user has UserID 1 (the user created when the forum was installed the first time), and visiting these pages:

    new.bristolunibreakdance.com/utility/structure/garden
    new.bristolunibreakdance.com/utility/structure/vanilla
    new.bristolunibreakdance.com/utility/structure/conversations
  • Posts: 100
    Thanks @mark, I'll look into that. I realised I can tell the version of my install from the error page... but is there anywhere else I can find it out in future?

    By the way, I've used vanilla for many years and just recently been rolling out garden for my community and, even though it's still in dev/beta, there is very, very good feedback. I hope you realise that vanilla really stands out in the forum arena. Thank you for all your hard work over the years :)
  • Posts: 100
    @mark - signed in as UserID 1 and visited those links. Received database update messages but error still occurs... perhaps I need to download the latest version of the forum to be safe?
  • Posts: 4,883
    On those pages, underneath the update messages, you need to click a link to implement the changes (it's something like "click here to apply these changes").

    Thanks for the kudos!
  • Posts: 100
    @Mark - I never saw those links initially, and now I'm receiving "The database structure does not have to be updated."

    It's not a *massive* issue for me to be honest, but just making sure I'm reporting problems.
  • Posts: 4,883
    And you ran the script on all three links?

    Hmmm
  • Posts: 100
    To be honest, I do not remember there being any links on each page you gave me - just a confirmation message. I'm going to download latest copy and reinstall - see if that fixes it.
  • Posts: 1
    Hi Mark,
    Today, I downloaded the vanilla 2 and theme vanillaforum.org theme too, but my forum doesn't have look like original, and search box is missing as well.
    Any suggestions?
    Thank you.
    Etchbee
  • Posts: 4,883
    We've done some upgrades to the VF.org theme to work with the latest version of Vanilla in master. But, this site hasn't been upgraded yet - so the search bar is gone, and the core stuff is a *little* bit different in this version of the addon. It will get updated again once we've got the Vanilla 2 release candidate out (that's our goal right now).
  • How do I download vanilla 2 from GitHub? Is there a download link? I can't seem to find it. Thanks!
    http://github.com/lussumo/Garden
  • Posts: 9
    Links in the menu are not valid.
  • Posts: 1
    does not work with Vanilla 2 RC1.
  • Posts: 27
    isn't working right now:

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

    @mark Care to fix this for us? :D

    Thanks
  • Posts: 697
    Works great with Vanilla 2 RC1. Should be fun customizing this for my site
  • Posts: 697
    Sorry, I meant Vanilla 2 RC2...how do I edit my post?
  • Posts: 4,883
    I haven't done any work on this for a while b/c we're working on a new version of the .org site...
  • Posts: 697
    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.
  • Posts: 4,883
    @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;
    }
  • Posts: 4,883
    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;
    }
Sign In or Register to comment.