Hi,
the code changed by system plugin can be set for some variable e.g. this way:
Code: Select all
JPluginHelper::importPlugin( 'system' );
$dispatcher = JEventDispatcher::getInstance();
JPluginHelper::importPlugin('plgSystemNameOfThePlugin');
$dispatcher->trigger('onNameOfTheEvent', array(&$text));
But unfortunately, there are two much variables I don't know:
- the system name of the plugin
- the event name which can change the text
- the parameters of the event (if it is set as reference, etc.)
The next problem is, I think is is much more a request on specific modification than core feature (because it handles specific plugin only
![Sad :-(](./images/smilies/icon_sad.gif)
)
Jan