footprintmediauk
User
 Junior Boarder
| Posts: 7 |   | Karma: 1
|
Fixed! Statistics with sh404SEF - 2008/06/17 19:36
Hello Friends,
If like me you use Acajoom and sh404SEF together, you will know that the statistics (stats) aren't collected because the url used to call the hidden image becomes the same as for the component in general.
In order to fix this, change the setting for Acajoom in sh404SEF to 'Do not override sef_ext' and add the following line to your components/com_acajoom/sef_ext.php file:
| Code: | // HACK to ensure Acajoom stats are logged even with sh404SEF enabled.
case "log":
$sefstring = 'log/' . lookup_list($args['listid']) .'/' . $args['mailingid'] .'/' . $args['subscriber'];
break;
|
This should go on line 65, just under the case "change" rule.
Hey presto, you can now capture statistics even with sh404SEF enabled for Acajoom!
Website Design, Content Management, Search Engine Optimisation, Graphic Design, Flash Authoring - all in a day's work!  Footprint Media - Professional Web Services - http://www.footprintmedia.net |
|
|
| | To post on the forum you need to sign in. |