R_J
AdminR_J Admin
-
Re: I just want to add a single line of text after email notifications
I will investigate on the "Check it out" Your minimum and absolutely functionless plugin can look like this: class ExamplePlugin extends Gdn_Plugin {} So yes, you can delete all other metho… (View Post)1 -
Re: I just want to add a single line of text after email notifications
Start with the example plugin and add the following method: public function gdn_email_beforeSendMail_handler($sender) { $emailTemplate = $sender->getEmailTemplate(); // Get message as it currently… (View Post)1 -
Re: How to add New discussion
"cant add" is not helpful. Please describe what a user is doing and what happens at which point. Does this apply to some user or all users, even to the admin user? (View Post)1 -
Re: Something went wrong on my dashboard [RESOLVED]
Delete /cache/theme-index.php and I guess that error should be gone (View Post)1 -
Re: Minusbaseline doesn't appear as a mobile theme
I call it a bug (View Post)2
