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