Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: I Just Noticed a Strange Bug
Thanks! Resetting the comment count after every post may work for your use case. public function CommentModel_BeforeNotification_Handler($Sender, $Args) { Gdn::UserModel()->SetField($Args['Comment… (View Post)1 -
Re: I Just Noticed a Strange Bug
This plugin recalculates the profile counts. The problem is that counts are incremented when you post a comment, so they are set back only whenever the profile is visited and may be higher in the mea… (View Post)1 -
Re: remove uploaded attachments older then 30 days
2 suggestions: * Why not use fileatime() which would keep files that are frequently accessed? * The media table keeps track of files uploaded through the fileupload plugin. Also you'll need some kind… (View Post)1 -
Re: Wordpress Facebook SSO Integration (and other integration questions)
You probably want to set your Registration method to "Connect" so that user accounts can only be created through SSO. To prevent confusion and duplicate content I would not serve the forum … (View Post)2 -
Re: Embeding issue
A new install isn't going to magically fix this, unless you have changed core files. There is a bug in master that breaks the AutoOffset, but it doesn't apply to you, since you are most likely using … (View Post)1