Does this module work with Views 3? If not, do you have plans to support Views 3?

Comments

aviddv1’s picture

Version: 6.x-2.x-dev » 6.x-2.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));
SchwebDesign’s picture

hello! any updates on this module working with Views 3?

jasom’s picture

following :)

aze2010’s picture

subscribing.
when will it be working with views3?

drupalshrek’s picture

Status: Active » Closed (won't fix)

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.