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

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

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

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