Does this module work with Views 3? If not, do you have plans to support Views 3?
I'm using version 6.2.3 and it appears not to be compatible with Views 3. Not sure if this is the correct solution, but I modified statspro_views_handler_field_graph.inc.
In the method, get_max_graph_value, I commented out everything and added:
$max_query = 'SELECT MAX(' . $this->base_table . '.' . $this->field . ') FROM {statspro} statspro'; return db_result(db_query($max_query));
hello! any updates on this module working with Views 3?
following :)
subscribing. when will it be working with views3?
All future development work will now only be done on the Drupal 7 version, hence I'm closing this as "won't fix".
I'm not sure even what version of views is used. If this is an issue for D7, please feel free to reopen this issue.
Comments
Comment #1
aviddv1 commentedI'm using version 6.2.3 and it appears not to be compatible with Views 3. Not sure if this is the correct solution, but I modified statspro_views_handler_field_graph.inc.
In the method, get_max_graph_value, I commented out everything and added:
Comment #2
SchwebDesign commentedhello! any updates on this module working with Views 3?
Comment #3
jasom commentedfollowing :)
Comment #4
aze2010 commentedsubscribing.
when will it be working with views3?
Comment #5
drupalshrek commentedAll future development work will now only be done on the Drupal 7 version, hence I'm closing this as "won't fix".
I'm not sure even what version of views is used. If this is an issue for D7, please feel free to reopen this issue.