It didn't work with nonclean urls, and it inserted the language letters "?q=de" in the server path

my fix is: Change line 137 to:
return str_replace('/?q=' . $language->prefix . '/', '/', $url);

that solved my problem.

Could you please fix it in the code, so that it will work in the next version?

Comments

firstmanifold’s picture

of course the file is: click_heatmap.module

vm’s picture

Title: Making it work with NOT Clean Urls » incompatibility with clean urls disabled
Version: 6.x-2.6 » 6.x-2.x-dev
Status: Patch (to be ported) » Active

moving to 6.x-2.x and marking as active as there is no patch

john franklin’s picture

Status: Active » Fixed

Fixed.

john franklin’s picture

Applied to all four active branches:

  • 6.x-2.x
  • 6.x-3.x
  • 7.x-2.x
  • 7.x-3.x

Status: Fixed » Closed (fixed)

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