R_J
AdminR_J Admin
-
Re: How to override functions (Vanilla 3.3)?
You did it right, but some functions are loaded so early that you cannot override them in a plugin. You need to put them in the bootstrap.before.pbp file. I have no keyboard here, so please use the f… (View Post)2 -
Re: Vanilla 3.3 is now available
The check is made in /applications/dashboard/controllers/class.setupcontroller.php line 318. You would have to change that file and remove the gd extension from the required modules. As far as I can … (View Post)1 -
Re: RJ's Like Plugin
I started to prefix my plugins so that the like plugin is called "rj-like" instead of "like". But a dash in the name causes problems in the download section. I hope that will be f… (View Post)2 -
Re: Why are tags set to a limit of 5?
Adding $Configuration['Vanilla']['Tagging']['Max'] = 13; to /conf/config.php works for me. (View Post)3 -
Re: knowledge base
Read the docs 😀 (View Post)1