River
MVPRiver MVP
Reactions
-
Re: Adding some html
probably htmledit plugin is the easiest option, but here's another option if you wanted to know .... If a theme does not have a default.master.xxx file. With the pure theme * you could also clone the… (View Post)3 -
Re: Do not show "Reply and Send PM links" to logged-in member.
@Prosper you are correct. I will reply to myself :) (View Post)1 -
Re: Do not show "Reply and Send PM links" to logged-in member.
https://github.com/R-J/reply/blob/master/class.reply.plugin.php#L47 try this public function discussionController_replies_handler($sender, $args) {echo '<div class="Reply">'; to publi… (View Post)2 -
Re: Plugin not showing correctly in the dashboard
actually other arrays may need to be changed as well or requirements need to be vanilla 2.3.x (View Post)1 -
Re: Plugin not showing correctly in the dashboard
@R_J It's good to see you took initiative to replace an unsafe plugin EasyReply with yours Reply which does not have the safestyles false. great. I see a minor bug in your initial release. duplicate … (View Post)1