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.
Options

Can't get it to Work

Changed the requirements down to 2.0.18.4 but can't get this to work. Using the embed friendly theme within a WordPress site. I also tried an earlier version of the plugin but still nothing.

Comments

  • Options

    Ignore this, I was being an idiot, it works perfectly, thanks!

  • Options

    I can't get it to work. Its impossible to enable it. Clicking enable from the plugins does nothing :( What to do?

  • Options

    Try editing your class.quotes.plugin.php file in textpad or similar to include your version of Vanilla:

    'Version' => '1.6.1',
    'MobileFriendly' => TRUE,
    'RequiredApplications' => array('Vanilla' => '2.0.18.4'),
    'RequiredTheme' => FALSE,
    'RequiredPlugins' => FALSE,
    'HasLocale' => TRUE,
    'RegisterPermissions' => FALSE,
    'Author' => "Tim Gunter",
    'AuthorEmail' => 'tim@vanillaforums.com',
    'AuthorUrl' => 'http://www.vanillaforums.com'
    );

    Then re-upload.

Sign In or Register to comment.