Todd
Vanilla StaffTodd Vanilla Staff
Reactions
-
Re: Class GDN not found in bootstrap.php (line 47) error
I haven't seen this type of bug in Vanilla. Try the following. * Make triple sure you've deleted *.ini in your /cache folder. * Make triple sure you've actually copied all of the vanilla files to you… (View Post)1 -
Re: [Solved] [2.1a] Backslash added? if quotation marks
You've got magic quotes turned on. I've added a fix for this but you can also fix it by adding the following to your php.ini: magic_quotes_gpc = Off (View Post)1 -
Help Make Activities and Notifications more Localizable
I'd like to get a dialog started with the localization community here so that I can make sure our activities and notifications are localizable into all languages. Currently, some of the different gra… (View Post)3 -
Re: Theme not working in Internet Explorer.
I've seen cases where the url(...) elements in a css file can screw things up if not formatted properly. Try doing the following: * Enclose your urls in quotes. So use url("/images/bg-body.gif&q… (View Post)1 -
Re: Which way is better to do an application?
We create very few new applications and when we do they are major. Plugins can do a lot and is what I'd recommend. The render call in the above function isn't exactly how I'd do it. $Sender->Rende… (View Post)3