Todd
Vanilla StaffTodd Vanilla Staff
Reactions
-
Re: Transifex Locales are Now Available in Addons
@Roben, just go look at our locale addons and you'll see all of the locales generated from transifex there. (View Post)1 -
Re: Overwrite plugin's view in theme
Plugins that have simple calls to echo cannot be overridden by your theme. I recommend using css as much as possible to change the look of things in this case. Not all plugins fetch their views in th… (View Post)6 -
Re: Is there animated gif suport for Vanilla avatars?
We don't support animated gifs by default because we can't resize them properly. If you want an animated gif avatar you'll need to do the following: * Set the following config setting: $Configuration… (View Post)6 -
Re: Sunk discussions display wrong 'last comment' time in discussion listing.
Yeah, the thought process in building a system that scales is completely different than that of a small community platform. You really don't want to join data in unless it's completely necessary. You… (View Post)2 -
Re: Coding standard in vanilla/garden framework
@nepheus, focusing on the particulars of a framework's coding practices is a common mistake that novice programmers make. Once you've explored more code you'll see that there isn't one true style. Wh… (View Post)1