hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: jsConnect login, Forgot password link error
This is a known issue: https://github.com/vanilla/vanilla/issues/3298 Fix is here: https://github.com/vanilla/vanilla/pull/3367/files (View Post)1 -
Re: How to include Likes in discussion json feed
I would put that code in the I like this plugin file, not the model file. You can't just copy and paste the code snippet, it is incomplete. (View Post)1 -
Re: Number of bookmarks (CountBookmarks) in 2.2 set to one or zero?
Looking through the codebase, there is a single function that will update the denormalized column "CountBookmarks" on the discussion table (DiscussionModel::bookmarkDiscussion()). It doesn'… (View Post)1 -
Re: How to include Likes in discussion json feed
Heya! I would hook into the discussion model after the calculated columns have been added and loop through the data set and add the column: public function discussionModel_afterAddColumns_handler($se… (View Post)1 -
Re: Is there a way to move Flagging link to the bottom of the post?
Not really a good way to do it. The flagging plugin here is part of the closed addon Reputation, IIRC. You could write a dependent plugin that outputs it in the reaction area. Or modify the flagging … (View Post)1