R_J
AdminR_J Admin
-
Re: Premium Content Plugin
https://vanillaforums.org/discussion/26822/a-git-github-primer (View Post)2 -
Re: Doesn't work for NewDiscussion Module
I also enjoy thinking about what is possible. No matter if realizing even a single line of code would make sense or not :mrgreen: (View Post)1 -
Re: Error: Running through the CMS installation process
Don't use any hosters custom installer scripts: sooner or later you will run into problems and no one here will be able to help you then. Stick with the "manual" installation. Setting … (View Post)3 -
Re: Doesn't work for NewDiscussion Module
Okay, it is not that obvious ;-) You've started with looking at controller->addModule() which is the right start. The AfterAddModule would be a good thing to look at, but it doesn't have… (View Post)2 -
Re: How to prevent duplication when overriding an event handler?
You cannot "override" that. Every plugin, addon, theme can use this event to add content and no usage will block the others. You might be able to trick something, though... The code in YAGA… (View Post)1
