Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Where put extension path line?
All,
I'm totally new to Vanilla and php. I've managed to properly install Vanilla, and now I'm trying to install the "Discussion Filters" extension. I am not sure which file to edit to insert the below path line:
/path/to/vanilla/extensions/discussion_filters/default.php
Any help would be much appreciated. Sorry for the newbie question.
Thanks in advance.
0
This discussion has been closed.
Comments
You will need to know both the "relative" path as well as the "absolute" path.
Is your FTP application of choice able to show you this path?
/path/to/vanilla/
then you put the folder containing all of the extension files in /path/to/vanilla/extensions/
so that the path to the default.php file associated with that particular extension looks like this:
/path/to/vanilla/extensions/YourExtensionName/default.php