Heat Maps Question
Forbid - February 19, 2009 - 21:41
This may be a stupid question, but I'm not sure how to access directories in drupal.
I'm trying to install the heat maps libraries that are needed for the module click_heatmap. It says to goto the /sites/default/modules/click_heatmap/clickheat/, which IS where I have it installed... but I get a drupal Page not found error. I'm probably just not trying to access it correctly. The drupal install is in the www folder on my web server, so where I'm trying to access is http://www.example.com/sites/default/modules/click_heatmap.
Any help would be greatly appreciated.

that's the install location
but that is not the URL you go to. Once you install it in that directory, you have to go to admin/build/modules to enable the module, then run update.php on your site as admin.
Then the configuration of the module will be found in your admin configuration menu.
"The ClickHeat library comes with a setup tool and administration interface. The interface can be used to view click heatmaps once the data has been recorded, but the Click Heatmap module comes with an interface to view heatmaps through the Drupal administration area. To view heatmaps through Drupal goto: admin/logs/click_heatmap."
Hrmm...
I guess I don't know if it's fully installed into that directory. I have uploaded the folder there but I can't actually get to the index.php in the /www/sites/default/modules/click_heatmap/clickheat to run the install because I don't know how to get outside of drupal to do it.
Also, if I goto admin/logs/click_heatmap, I also get a page not found error. But it may just be a typo since there is information at admin/reports/click_heatmap. When I go there I can't seem to find a way to view the click heatmaps which is why I'm thinking I haven't completed the install of the heatmaps correctly because of drupals not letting me access the directory TO install it.
Just as an addition, when I do goto the admin/reports/click_heatmap there is a section that says Page: with a dropdown box that is greyed out. I don't know if that helps, but I thought I would add it.