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.
Styles problem
I upload the styles to the "themes" folder. And when I gonna change style (which I do in the theme tab) it says: Failed to open the styles directory. Please ensure that PHP has read access to the /home/user/wwwroot/domain.com/community/themes/soulscape/styles/ directory.
0
This discussion has been closed.
Comments
/path/to/vanilla/root/themes/vanilla/styles/default/vanilla.css
/path/to/vanilla/root/themes/vanilla/styles/scene/vanilla.css
From the sounds of it, you dumped your new style directly in the "themes" folder. So, it might be that you don't understand the difference between a theme and a style in Vanilla.
A theme is a set of xhtml templates that are used by Vanilla to display content. Each "theme" can have various styles. Each style can only apply to one theme for obvious reasons (the same css would look very wierd on different xhtml).
So, the theme folder first contains each of the themes available. Currently there are only two that I can think of - the default one and the one made by jazzman available through the add-ons site. Most of the styles on the add-ons site will apply to the default theme, called "Vanilla"
The "Vanilla" theme, located here:
/path/to/vanilla/root/themes/vanilla/
contains a styles folder. That styles folder is where all of the different sets of css files for that theme will go.
Once you are sure you have the css files in the correct place, then go and try again. If it still fails with a permission error, then I guess you actually have a permission error.