Any plans to do this? Not sure how difficult it would be. I see that Faceted Search and CCK Facets both have 6x versions.

Comments

David Lesieur’s picture

The port should be relatively easy. The main tasks:

  • Apply the patch in #273630: Compatibility with Faceted Search 1.0-beta4.
  • Change the $env_id hook argument to $env.
  • Check for data structure and API changes in OG that might need to be taken into account.
  • Update og_facets_form_alter() for Forms API changes.
  • Update the info file.
KingMoore’s picture

Status: Active » Needs review
StatusFileSize
new5.99 KB

Okay I have a D6 version up and working. Here is the patch. Let me know if you have any problems with it. It took me ages to get my head around the $env, and checkboxes and og_facets_excluded_types($env) function.

KingMoore’s picture

StatusFileSize
new6.65 KB

oops, that patch didn't include the .info file. Here is the full patch with both files.

KingMoore’s picture

Status: Needs review » Fixed

This is now available in the 6x dev branch

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.