Griffin wrote:
Hi,
Great work with this Plugin. But it doesn't work with my Newsflash-Module (Joomla 1.5.22 Stable). Is there any chance to get it working?
Hello,
The newflash module doesn't process plugin code, that's why the text will not blink in the Newsflash-module.
But you can make a small change to the code, and then it will process the plugin code.
This core hack is only for Joomla 1.5 , for higher Joomla versions, use the Custom HTML module.
This can be done by adding the following line to the modules\mod_newsflash\helper.php
add this line:
$results = $mainframe->triggerEvent('onPrepareContent', array (&$item, &$params, 1));
I hope this will help you out,
But keep in mind, if you show an article on your site, together with the newsflash module, only one of the two will blink.
by the way:
This make it also possible, to use the scroller plugins in your newsflash module.