R_J
AdminR_J Admin
-
Re: How to add extra class to the particular comment?
public function discussionController_beforeCommentDisplay_handler($sender, $args) { if ($args['Comment'] whatever) { $args['CssClass'] .= ' MyExtraClass'; // Could also be: // &$args['CssClass'] … (View Post)3 -
Re: Question regarding 2.2 update and mybb passwordhash support
There's no need to change your nginx configuration for 2.2 (View Post)2 -
Re: Some advice on creating the plugin with comments, please
I only outlined the basics. Like I said in a former posing, I would add a column "HasReactionText" which you can set to true or false. And then you could start public function discussionCon… (View Post)1 -
Re: Saving custom registration fields to database
@hgtonight: I didn't have seen your post already explaining the requirement. That happens when I forget to refresh the page before answering... That was also my first thought, but: ;) (View Post)1 -
Re: Testing Facebook notifications
You would have to create a plugin. That plugin would the forum owner require to create a facebook app so that he can use its API. Then you would have to hook into the notifications API. User must be … (View Post)1