Needs review
Project:
Click Thru Tracking
Version:
master
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Jan 2012 at 07:26 UTC
Updated:
5 Jul 2013 at 08:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
sarjeet.singh commentedComment #2
betz commentedI did a quick port to drupal 7.
It's the same module, ported. So no new (missing) features etc.
Comment #3
betz commentedsorry, i accidentally posted the d6 version :s
here is the d7 version...
Comment #4
4haron commentedJust installed on a drupal 7.14..
There's an error message:
Error message
Notice: Undefined variable: output in click_help() (line 15 of /home/path_to/public_html/sites/all/modules/click/click.module).
The var on line 15 is $output;.. (which is used earlier, on line 12..)
Not sure if related, but /?q=node/nid/click - returns an empty page..
Am aware this is a possibly pre-alpha D7 version of the module, thought any feedback might kind of be useful..
Cheers!
Comment #5
4haron commentedActually, now, following the attempt to view clicks, noticed another message:
Notice: Undefined variable: output in click_view() (line 154 of /home/path_to/public_html/sites/all/modules/click/click.module).
The said line is, like line 15, made of: return $output;
Any relation..?
Cheers!
Comment #6
therobyouknow commentedAn alternative Drupal 7 module for click thru external link tracking/logging might be: https://drupal.org/project/pop_links
(currently a development release)