the screenshot shows the configuration

and even though the js and css files are correctly included in the loaded page

<link type="text/css" rel="stylesheet" media="all" href="/sites/all/modules/sexy_exposed/js/ddcl/css/ui.dropdownchecklist.css?P" />
<script type="text/javascript" src="/sites/all/modules/sexy_exposed/js/ddcl/js/ui.dropdownchecklist-min.js?P"></script>
<script type="text/javascript" src="/sites/all/modules/sexy_exposed/js/sexy_exposed.js?P"></script>

the views exposed filters seem unchanged

am I missing something ?

Comments

zserno’s picture

Title: can't get it to work » Doesn't work with custom filter identifier
Component: Documentation » Code
Category: support » bug
Priority: Normal » Critical

Found the bug: module assumed that you're using default filter id (e.g. 'tid' instead of 'c' in your case), which is false thinking of course.
Patch is coming soon.
Thanks for the report, nice catch! :)

zserno’s picture

Patch attached, against 6.x-1.0-alpha1. Please test.

zserno’s picture

Status: Active » Needs review
giorgosk’s picture

Status: Needs review » Reviewed & tested by the community

patch works fine

asak’s picture

I can confirm patch solves this.

zserno’s picture

Status: Reviewed & tested by the community » Fixed

Comitted to HEAD. Thanks guys!

Status: Fixed » Closed (fixed)

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