To view this discussion on the web, visit https://groups.google.com/d/msg/joomla-dev-general/-/cgWwyCGJtMAJ.--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To post to this group, send an email to joomla-de...@googlegroups.com.
To unsubscribe from this group, send email to joomla-dev-gene...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/joomla-dev-general?hl=en-GB.
I see how you've structured your plugin. And I see that when I save the *plugin* parameters -- the event is triggered.However -- I don't see how that event is triggered from a component.For example --If I throw a simple echo + exit statement in your plugin at the top of onExtensionBeforeSave, and edit-save your plugin, I see my debug text.Since this is a system plugin, and I've put my debug code before any context conditions are implemented, one would think that I would get the text and exit if I then go to any component, view options, and save. But I don't.So either the events are not triggered with components, or there must be some other way to implement the trigger that I am missing.
--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To view this discussion on the web, visit https://groups.google.com/d/msg/joomla-dev-general/-/07u3XNO8eBUJ.
To post to this group, send an email to joomla-de...@googlegroups.com.
To unsubscribe from this group, send email to joomla-dev-gene...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/joomla-dev-general?hl=en-GB.
To unsubscribe from this group, send email to joomla-dev-general+unsub...@googlegroups.com.
is there some sample code you can point me to?