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!
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?
Tagged:
0
Best Answer
-
Linc Admin
In your conf/config.php, set the remote URL:
$Configuration['Plugins']['EmbedVanilla']['RemoteUrl'] = "http://domain.com";
The options will show up from then on.
0
Answers
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