ez projects / bcwebsitestatistics / forum / general / bc website statistics feedback / re: bc website statistics f...
You need to be logged in to post messages in the forums. New users may register here.
|
Member since: Posts: 55 |
Tuesday 30 October 2007 1:21:43 pm Hello!
We are very proud to offer the BC Website Statistics extension, http://projects.ez.no/bcwebsitestatistics Please provide feedback to the community on how the extension works for you and any features you might think would be useful to add. If this extension is useful to you please write a positive review, http://projects.ez.no/bcwebsitestatistics/reviews Cheers, Brookins Consulting eZ Community Partner | North American Experience |
|
Member since: Posts: 4 |
Tuesday 16 June 2009 12:54:22 am Thanks for the nice extension!
We've found it useful to add a CDATA tag to /autoloads/bcwebsitestatisticsoperators.php lines 205-214 to use CDATA so the pages can pass through an HTML validator: $ret .= "\n".'<meta http-equiv="Content-Script-Type" content="text/javascript">'."\n".'<script type="text/javascript" language="Javascript"><![CDATA[if( !window.loaders ) { window.loaders = new Array(0); } if( window.onload ) { window.loaders.push(window.onload); } window.onload = function() { for(var i=0; i < window.loaders.length; i++) { var func = window.loaders[i]; func(); } urchinTracker(); __utmSetTrans(); }]]></script>'; } else { $ret .= "\n".'<script type="text/javascript" language="Javascript"><![CDATA[if( !window.loaders ) { window.loaders = new Array(0); } if( window.onload ) { window.loaders.push(window.onload); } window.onload = function() { for(var i=0; i < window.loaders.length; i++) { var func = window.loaders[i]; func(); } urchinTracker(); }]]></script>'; } } else { $ret .= "\n".'<script type="text/javascript" language="Javascript"><![CDATA[if( !window.loaders ) { window.loaders = new Array(0); } if( window.onload ) { window.loaders.push(window.onload); } window.onload = function() { for(var i=0; i < window.loaders.length; i++) { var func = window.loaders[i]; func(); } urchinTracker(); }]]></script>'; Community Project Board Member |
|
Member since: Posts: 7 |
Thursday 10 March 2011 3:17:52 pm Thanks to the Brookins team for the extension.
[edit: solved the problem I had - silly ini setting mistake] Regards - Paul |
You need to be logged in to post messages in the forums. New users may register here.