Linc
AdminLinc Admin
Options are papercuts.
Reactions
-
Re: Default SomeModel::GetSomething() behaviour
What happens when the model inserts its own logic: https://github.com/vanilla/vanilla/issues/1691 :neutral_face: Wrote a nice way to check whether stub content should be inserted (empty forum). Now i… (View Post)3 -
Re: Discussion doesn't refresh when you post a new comment?
@R_J Nice plugin. A couple suggestions: $DiscussionID = $Args[0] + 0; $LastCommentID = $Args[1] + 0; Instead, cast them as (int) and then throw an error if they aren't > 0. $Comments = $CommentMod… (View Post)3 -
Re: How to configure HtmLawed to allow mailto links?
I like the idea of the link auto-parser using mailto and HtmLawed allowing it, it would just require someone else to write that patch and test the hell out of it. (View Post)1 -
Re: Default SomeModel::GetSomething() behaviour
In Vanilla, we do most permission checks in the controller. Models, in our paradigm, shouldn't question what you want or insert extra logic silently, they're an interface to the database. If you ask … (View Post)3 -
Re: Vanilla Open Source vs. Vanilla Cloud Feature List?
@FerrariSteve The differences between open source & cloud features - whereby I assume you mean "extra widgets and functionality for forum users" - are all plugin-based. Cloud adds thing… (View Post)10