R_J
AdminR_J Admin
-
Re: Modifying Vanilla 2.3.1 to use PHPMailer 5.2.24
I know what the problem is, but I'm not sure I can help solving it. The class is not autoloaded and it needs to have the correct namespace. Namespaces are still some kind of a mystery to me. If … (View Post)2 -
Re: Adding a "See All" option to Emoji dropdown in Advanced Editor
There always is a solution but in some times it is harder than in others. In this case I could think of one solution, but it would require you to do some extra work with JavaScript. You would have to… (View Post)3 -
Re: Anyone know of an addon to ban users from a discussion?
Yes. You need to find out which class fires that event to get the correct method name for your plugin. Afterwards you have to find out how to change the css class Echoing a html snippet is the easies… (View Post)1 -
Re: Anyone know of an addon to ban users from a discussion?
Well, indeed strange, but as long as it works... Sending a notification to a user is quite complicated. What about addding a css class to a discussion where you are banned? And/or output some message… (View Post)1 -
Re: ValidateStrenght alert. What does it mean and how to fix it?
You should add a translation for that in your locale file: * If it is not already existing, create a file /conf/locale.php * Make sure the first line is <?php * Add $Definition['ValidateStren… (View Post)1
