Todd
Vanilla StaffTodd Vanilla Staff
Reactions
-
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 -
Re: Minimum post (comment) count before you can start new discussions?
Since this is a support community asking a question is often be a member's first post. More free-form communities sometimes do have a minimum post requirement and that's valid, but I think it wouldn'… (View Post)1 -
Re: [Vanilla 2.1 feature] Show only discussions with unread posts?
This is one of those features that's really tough to write. We kind of have two options: * We make significant changes to Vanilla just to support this feature. * We write a "good enough" fe… (View Post)1 -
Re: Allow users to ignore whole discussions?
This isn't core functionality. If I were to write a plugin for this I wouldn't change queries, but just hide the ignored discussions on the server or through css. The general rule is you don't want t… (View Post)2 -
Re: Support for storage and retrieval of all Unicode characters in Vanilla?*
Completely agree with @x00 here. This is not a change we are going to make lightly nor anytime soon. The fact of the matter is that encoding support in mysql and php is just not that robust. And swit… (View Post)2