Closed (fixed)
Project:
Clicky - Web Analytics in Real Time
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
23 Feb 2011 at 16:52 UTC
Updated:
16 Nov 2011 at 20:30 UTC
Any idea when you'll update this module to D7?
Thanks!
--Ben Finklea
Comments
Comment #1
vishalkhialani commentedi vote for this too
Comment #2
threading_signals commentedWould third that. =o)
Comment #3
jeffwidman commentedLove to see this ported to D7
Comment #4
rsvelko commentedits easy to vote ;)
Three variants:
1. Anyone with a paypal donation desire ?
- amount = 100 usd for the whole job - u can split - just offer an amount in the thread.
- paypal email : vladradulov@gmail.com
2. You wait to see when I find the time.
3. Someone of us ports these functions in the module:
(ones beginning with _ are not drupal API hooks - need no porting - just a check if all ok )
function getclicky_help($path, $arg) {
function getclicky_menu() {
function getclicky_footer($main = 0) {
function _getclicky_track($account) {
function _getclicky_output_banner_html_code($site_id_number) {
function _getclicky_output_js_code_secure_or_unsecure($site_id_number, $secure) {
function _getclicky_output_js_code($site_id_number) {
function getclicky_block($op = 'list', $delta = 0, $edit = array()) {
function _getclicky_output_stats_dashboard() {
function getclicky_admin_settings() {
Thats it.
Comment #5
BenK commentedSubscribing
Comment #6
Stefan Haas commented+1
Comment #7
gepeto commented+1
Comment #8
pwhiteside commentedSubscribing
Comment #9
nedpwolf commentedSubscribing
Comment #10
pcambraI've a working version of this developed for D7, just asked rsvelko access to co-maintain the module so I can commit it and you can test it :)
Comment #11
rsvelko commentedhopla. You are my new co-maintainer.
Commit to make our fans happy.
Comment #12
pcambraYay! I've just pushed a basic D7 version of this.
I've dropped segmentation by now as it depends highly of profile and we'd need to rethink the whole thing. We can cover it in further patches if it's really needed.
Enjoy!