Linc
AdminLinc Admin
Options are papercuts.
Reactions
-
Re: Cardinal sins of Vanilla plugin development
Nope! And explaining when to use one over the other is a finer point than I have the brain or willpower to do right now. :D Your call, basically. (View Post)1 -
Re: Vanilla 2.1 stable released
@peregrine Sounds like a good issue to file. (View Post)2 -
Re: Cardinal sins of Vanilla plugin development
@peregrine The Attributes column exists on the user & discussion & comment tables for storing meta data about the records. Unless you need to filter or count rows based on the data you're add… (View Post)4 -
Cardinal sins of Vanilla plugin development
Major WTFs: * Not filtering user-generated output (like comments) * Query that returns all records from a potentially huge table (user, activity, log, discussions, comment) * Directly editing SQL (be… (View Post)4 -
Re: 2.1 View count won't increament.
I bet this is a MySQL strict mode issue. Check out DiscussionModel line 1837 (end of the AddView method). (View Post)2