Adds an onAfterRenderModule trigger#8296
Conversation
This PR adds an extra event trigger to the module rendering process. This way plugins can manipulate the rendered output of modules separately.
|
@nonumber Makes sense to have such a trigger, thank you! Please remove the whitespaces in line 260. |
|
That PR is for the complete module position. Modules (plural) as opposed to module. |
|
Ah, ok, I see. Thanks for the clarification. |
|
Are these three issues related #8693 #8296 #3105 This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/8296. |
|
I have tested this item ✅ successfully on abfc4ee This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/8296. |
|
I have tested this item ✅ successfully on abfc4ee This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/8296. |
|
Any chance this can get merged before it gets out of sync? |
|
+1 with Peter. This is a needed improvement |
|
(someone has set this to 3.6 milestone) This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/8296. |
|
thank you Brian. |
|
What it means is that someone has decided that this can only be merged in Joomla 3.6 |
|
So should I change this so it is a PR to the 3.6.x branch? |
|
As far as I know its the latter On 27 January 2016 at 11:50, Peter van Westen notifications@github.com
Brian Teeman |
Adds an onAfterRenderModule trigger
|
Thanks :) |
|
👍 |
This PR adds an extra event trigger to the module rendering process.
This way plugins can manipulate the rendered output of modules separately.
To test, create a system plugin
foobarwith this:Or add the registerEvent and onAfterRenderModule code to an existing plugin.