R_J
AdminR_J Admin
-
Re: Comment & registration plugin
Not sure how difficult that would be. Don't think about modifying classes. Changing Vanillas behavior happens by adding a plugin, not by changing existing files. There is a plugin which seems to have… (View Post)1 -
Re: Moderation queue is kind of useless
I don't manage a community, so this is a more theoretical answer: * The comment can be expanded so that you are able to read it completely if you like to. * My understanding of the purpose has been t… (View Post)1 -
Re: Remove Email from Registration Requirement?
What about password resets and notifications? I think you would need an email address for that. But adding that line to your /conf/config.php should be enough $Configuration['Garden']['Registration']… (View Post)1 -
Re: URL sub category
Tweaking your new software to match old conventions might be possible, but in most cases it would be a bad idea. You must always ensure that each new version of the new software shows your old conven… (View Post)2 -
Re: Ability to show discussion between a certain date?
@rbrahmson : clever! I would have mimiced the controller logic and reused only the view, but your approach is much more robust, future proof and requires less code. Since @MrCaspan doesn't need a fle… (View Post)3