Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: Quotes 1.6.9, vanil'a 2.1.6 and BBCode
Yes, nested Quotes don't work with BBCode. I have written a small plugin to work around that in the past: Edit, ok, looks like the Syntax prettifier messes things up, I attached it. (View Post)1 -
Re: Image compression
You could change the config setting $Configuration['Garden']['UploadImage']['Quality'] (range: 0 - 100, default: 75) That would affect avatars and other images uploaded throught the forum too. Or you… (View Post)2 -
Re: SEO: Rewriting ~/discussions to Top-Level
Like @x00 said that shouldn't be a problem, as Vanilla uses canonical URLs throughout the whole application. All major search engines support them (Google for about 5 years now). Vanilla does much m… (View Post)2 -
Re: Home Page Like Twitter
Try to go with this route first, you need to experiment a little more. You can sign in, you just get redirected back to the signin page because it is the default controller. To redirect to /discussio… (View Post)1 -
Re: Error accessing discutions
How can we know if you don't show us the full error message? Enable debug mode and post what you get $Configuration['Debug'] = TRUE; (View Post)2