In the help text of the admin/settings page there is a typo:
"The ClickHeat library can be downloaded form http://www.labsmedia.com/clickheat/.'

Otherwise I can't fault this module - really neat stuff. Are there any plans to integrate a nicer front-end for viewing the heatmap images from within drupal itself? An additional page in the 'logs' section to show the heatmaps would be great - I find the interface provided by the clickmap library itself to be a bit clunky. I'm happy to help if I can...

CommentFileSizeAuthor
#2 click_heatmap.zip2.34 KBtanoshimi

Comments

boombatower’s picture

Assigned: Unassigned » boombatower
Status: Active » Fixed

Yea, I do plan to be able to view the heatmaps from within the Drupal administration interface. I believe the library comes with an example on how to do it, but I didn't take a close look at it. Most likely I will port the module for 6.x then work on integrating the viewing interface at some point.

As for the word usage error I have correct that.

Thanks for taking a look at my module and providing feedback. Always nice to know someone is using your work.

tanoshimi’s picture

StatusFileSize
new2.34 KB

Excellent - here's a drupal 6.x port to start off:

Summary of changes made:

  • added core = 6.x to .info
  • changed arguments to hook_help()
  • totally changed hook_menu
  • changed arguments to hook_validate
  • changed all references to $form_values to $form_state['values']
boombatower’s picture

Thanks for the port. Only change was the word usage you found in this issue. The code you sent me contained the same problem. Otherwise thanks for the port.

I have commit your changes (#98200) and released the code.

tanoshimi’s picture

You'd think I would have spotted that, wouldn't you?! Ta.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.