R_J
AdminR_J Admin
-
Re: open typography.scss
Oh wait, font face isn't even set through _typographie.scss There is the /src/scss/base/_variables.scss file which purpose is to gather all the common styles people might want to be able to easi… (View Post)7 -
Re: Nginx configuration issue
You can use the following lines: # Default path handling location / { try_files $uri @vanilla; } location @vanilla { fastcgi_param X_VANILLA 1; rewrite ^/(.+)$ /index.php?p=$1 last; } I'm not su… (View Post)1 -
How to add a slideshow to your page with the Pockets plugin
Before you even start: you know that slideshows are awfully annoying? Nobody likes them. But if you want to add one to your forum, you can follow this description. You all know what a slideshow is bu… (View Post)5 -
Re: Vanilla 3.0 - Release Candidate & Call for Testers
I just went through an update from a (clean) Vanilla 2.8 installation and a new Vanilla 3 installation and here is what I found: Known issues File access rights: still way to permissive, but that is … (View Post)2 -
Re: Getting this permission errors after installing Vanilla with docker
Well, there are three folders that must be readable and writable so that you can install vanilla. Guess which one? Try giving them permission 755, if that doesn't work try 775 (View Post)1
