Hello, did you consider porting to 7.x? There is no click tracking module for 7.x...

CommentFileSizeAuthor
#3 click.zip5.05 KBbetz
#2 click.zip12.99 KBbetz

Comments

sarjeet.singh’s picture

Title: Port to 6.x » Port to 7.x
betz’s picture

Status: Active » Needs review
StatusFileSize
new12.99 KB

I did a quick port to drupal 7.
It's the same module, ported. So no new (missing) features etc.

betz’s picture

StatusFileSize
new5.05 KB

sorry, i accidentally posted the d6 version :s

here is the d7 version...

4haron’s picture

Just 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!

4haron’s picture

Actually, 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!

therobyouknow’s picture

An alternative Drupal 7 module for click thru external link tracking/logging might be: https://drupal.org/project/pop_links
(currently a development release)