hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: Articles Idea: Category-Based Permission Model
The key thing is only put columns in the data base that you want to query/join on, or can be useful to other applications (the use of, not implementation of). So, DatePublished, Status, Author. Every… (View Post)1 -
Re: Vanilla 2.2 beta 1 is now available
We could even code something like this via the community repo. (View Post)3 -
Re: Editing Reactions
There is no UI to do so. You can remove the reaction via a DB edit. Deleting a user removes their negative reactions by default. (View Post)2 -
Re: Articles Idea: Category-Based Permission Model
You could explicitly set the class name right before render to discussion controller (or the appropriate "approximate" controller). So: $this->ClassName = 'DiscussionController'; $this-&… (View Post)1 -
Re: The Hall Of Code Curiosities
Mind linking to the code blocks? (View Post)1