-
Hello,
In fact the logging is okay, but there's a bug in the filter. I've fixed it in the current 1.8-beta branch, but I haven't released it yet. I may do this soon, as I've got some little changes to add.
The issue can be fixed by changing classes/HeatmapFromClicks.class.php, at lines 144 to 145, where you should read:
/** W is not in the range of sizes, or right...
10:07PM UTC on Jul 02 2009 in ClickHeat
-
You can simply add the same cookie the admin page sets.
Perhaps using JS so you just have one to see one page without sending a form.
The function that sets the cookie is «adminCookie()», it's located in clickheat/js/admin.js (last function). Just copy-paste the «else» part and it'll be good.
07:54AM UTC on Jun 29 2009 in ClickHeat
-
Sorry for the delay.
This is a sample config file that should go there. Here's mine:
<?php
$GLOBALS['clickheatConf'] = array(
'logPath' => PIWIK_INCLUDE_PATH.'/tmp/cache/clickheat/logs/',
'cachePath' => PIWIK_INCLUDE_PATH.'/tmp/cache/clickheat/cache/',
'filesize' => 0,
'memory' => 8,
'step' => 5,
'dot' => 19,
'flush' => 40,
'alpha' => 90,
'start' =>...
07:14AM UTC on May 04 2009 in ClickHeat
-
Sorry for the delay. The issue should be that you used a unique group name (clickHeatGroup variable in the Javascript), so all your pages are grouped in only one group name.
You should:
- change the group name on each page manually
- use a dynamic group name (based on the url or the title of the page), by selecting 2nd or 3rd option in the javascript code creator.
07:00AM UTC on May 04 2009 in ClickHeat
-
There's no such text in the whole ClickHeat code... So I really can't help (and Google don't know anything about it either).
Have you changed the default behaviour of PHP (personalized error handler...)?.
09:55AM UTC on Apr 16 2009 in ClickHeat
-
Hello Tony,
I'm sorry I can't do this right now, I'll keep you informed by mail.
Don't worry about the FTP, we can use another PHP trick to test the whole thing.
03:55PM UTC on Apr 09 2009 in ClickHeat
-
Hello,
That's a strange behaviour, no one told me about such a thing before.
Can you set me up an FTP account so I can test it? Send the credentials to tech@labsmedia.com
I'm sorry there's no easy way to test it here, as we don't have any windows server.
07:05AM UTC on Apr 08 2009 in ClickHeat
-
Click on the icon right next to the drop down menu, then changes the url you see :-)
07:02AM UTC on Apr 08 2009 in ClickHeat
-
This option already exists, you have a drop down to select the browser in the main panel. The list isn't exhaustive, so may be you may want to add more browsers, please tell me.
04:48PM UTC on Mar 31 2009 in ClickHeat
-
The strange thing is that if the debug mode works, so the normal mode should.
The only difference is the fact that debug mode creates a span, so this should be an issue rather than the difference that makes it work.
Or perhaps the code is interfering with another JS code, and the span creation removes this interference. Else I can't see with, because the very same code is called. Only you...
06:08AM UTC on Mar 30 2009 in ClickHeat