R_J
AdminR_J Admin
-
Re: User event hooks / handler
In the EntryController are several methods which handle the different registration methods. All of them contain lines similar to this: } elseif (!$authUserID) { $this->Form->setValidationResult… (View Post)1 -
Re: Show last comment on discussion listing page
Discussions and Comments are in two different tables. There wouldbe some kind of joint needed. There is no DiscussionModel method which fetches the discussion and additionally the most recent comment… (View Post)1 -
Re: How to use php functions inside smarty templates?
Whether a templating engine is useful or not is wildly discussed throughout the net and my opinion on that question in this context is that you a) should do what helps you achieve results quicker and… (View Post)1 -
Re: 2.5?
I really don't like that. But you could certainly download it from GitHub - that's how GitHub works (View Post)1 -
Re: Is there any way to use a Middleware that will intercept every request?
Is your custom addon a Vanilla addon? Then it is quite easy. You can use the events in the dispatcher for this. Look at /library/core/class.dispatcher.php for detailed information. You can use it lik… (View Post)1
