I seem to be having an issue with the easyaccordion_for_views plugin. The plugin can be found here. The javascript the plugin uses can be fount here.
The plugin simply doesn't seem to work with the St_Conch theme, or the fusion core theme. However it works perfectly well with the default theme. I'm guessing this is due to some javascript that the fusion theme introduces.
I'm wondering if you can share your experience in Aggregate Functions with Views 2 or 3 in Drupal 6 and 7. I see there's a bunch of modules that enable this in Drupal 6 but there isn't any I know in Drupal 7. Additionally, looking into the Views forum itself there are a lot of issues related to this (with many unresolved), so what do you do to achieve this with minimum coding?
If you don't remember, the aggregate functions are the group of mathematical functions that includes SUM(), MAX(), MIN(), COUNT(), AVG(), FIRST(), LAST() used in a SQL argument.
In drupal 6, the image module from cck uses the function image_styles(), this function return an associative array with the styles for images. One of the values of this array is presetname, but this value does not exist in drupal 7, so what it means in drupal 6 and what is the replacement for it in drupal 7?