-
Drupal 6 version of this module
-
Adding the files.
-
add the setting to allow absolute urls
-
altered .info file of vfp_cck module. Added some extra checks to prevent errors and warning when creating a view.
-
- altered the info on request: issue http://drupal.org/node/528820 - altered the code. Now the exposed filter options from tihs modul are only available if you have set the filter exposed. - Did a grand code code review. Added a lot of tekst to the module in the hope that more people understand the things I'm doing. This was an issue: http://drupal.org/node/524442 - Support for CCK fields is experimental at best.
-
tested the api with a module, altered relatedcontent_set_nodes and relatedcontent_get_nodes. Also updated the help file
-
alter the node_delete function. their was a call to function that no longer existed
-
added an basic cck support
-
alter the way this module handles arguments within the views object. Now it respects the way views expects a $query object should look like. This fixes a large bug because often the exposed filter did not work as expected if you also used normal filters.
-
added all filter from views and fixed several bugs