We have been using SIR image rotation component from http://www.joomlaworks.gr for a while now. It`s easy, light and flexible. One of the problems was that with search engine url optimization enabled all rotating images got displayed at the same time.
In order to fix that there is some patching to be done.
In file:
/modules/mod_jw_sir/mod_jw_sir.php
line 66 needs to be changed from:
+ '@import "modules/mod_jw_sir/mod_jw_sir/mod_jw_sir.css";'
to
+ '@import "/modules/mod_jw_sir/mod_jw_sir/mod_jw_sir.css";'
Thursday, April 16, 2009
SIR (simple image rotator fix for Joomla url optimization
Labels:
development,
joomla,
patch,
simple image rotator,
sir,
solution