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.

embed vanilla options not working!

edited December 2011 in Vanilla 2.0 - 2.8

Ive installed vanilla and wordpress fine, but in the embed vanilla section, i dont get any of the options past the theme options such as the dashboard embed, remote URL, and remote URL to forum. How do i get those options to display?

Best Answer

  • LincLinc Admin
    Answer ✓

    In your conf/config.php, set the remote URL:

    $Configuration['Plugins']['EmbedVanilla']['RemoteUrl'] = "http://domain.com";

    The options will show up from then on.

Answers

  • LincLinc Admin
    Answer ✓

    In your conf/config.php, set the remote URL:

    $Configuration['Plugins']['EmbedVanilla']['RemoteUrl'] = "http://domain.com";

    The options will show up from then on.

  • It worked! you just needed to manually insert the code into the plugins category on the file.
    Hope this helps anyone else whose stuck

Sign In or Register to comment.