I followed the guide and put the javascript code into the module--mousefow settings. But when I go to source code start to search mouseflow, it never show me the code and of course it says, not installed.

But I tried many times and also cleared cache, uncompressed the javascript code of the site. So i really don't know what potential problem it might be.

Could you let me know if there is any other possible reason that the javsacript is not there.

Thanks,

Iris

CommentFileSizeAuthor
#2 mouseflow-fix-1889728-2.patch2.54 KBvaccinemedia

Comments

vaccinemedia’s picture

Same issue here!

vaccinemedia’s picture

Status: Active » Needs review
StatusFileSize
new2.54 KB

Here's a patch which fixes the issue. The array wasn't being passed to drupal_add_html_head, just the stored javascript code to it wasn't outputting anything. I've also fixed the permissions which were using the old hook_perm from Drupal 6. I've also added an extra field in the settings for blocked IP addresses. This comes in handy when you don't want to end up recording yourself / team if you are busy working on the website for which you are recording users activity. It simply does not load the code if your IP address is in the list :)

BD3’s picture

Issue summary: View changes

#2 fixed the issue for me.

mouseflow’s picture

Category: Support request » Bug report
Priority: Major » Critical

  • vaccinemedia authored 6980693 on 7.x-1.x
    Issue #1889728 by vaccinemedia: Cant detect the code after it is added...
oskar_calvo’s picture

Status: Needs review » Fixed
oskar_calvo’s picture

Status: Fixed » Closed (fixed)