Trying to use this on Drupal 7, it appears to simply break the views interface when I enable it for any exposed filter. Particularly the top menu bar on views gets completely exposed, with no hidden elements, and trying to save any additional changes to the menu attempts to save the javascript file to your computer, rather than completing the action, (although the action does appear to actually be saved in the view, which is why I can turn the sexy-exposed filters off without breaking too much). Also, the filter doesn't appear to show up in the actual view itself. It just stays as the original dropdown list.

CommentFileSizeAuthor
Untitled.png195.97 KBNathanM

Comments

chuntley’s picture

Same here. I'm also getting some error messages.

ANDiTKO’s picture

Yep. Same here ...

sijuwi’s picture

Yep

csedax90’s picture

same problem...

ryan88’s picture

Had the same problem, turns out there are files you have to download to the sites/all/libraries folder. Look in the README.txt file within the module. It would be nice if the front page of the module specified that you need to download the plugin!

ANDiTKO’s picture

Assigned: Unassigned » ANDiTKO
Status: Active » Fixed

Thanks ryan88, here is the fix:

## Installation
1. Download and unpack the dropdown-check-list v1.3 plugin in "sites/all/libraries/ddcl/".
Link: http://dropdown-check-list.googlecode.com/files/dropdown-check-list.1.3.zip
(Note: newer versions are not compatible with Drupal 7's jQuery version.)
Drush users can use the command "drush se-plugin".
2. Install the module as usual, see http://drupal.org/node/70151 for further information.

## Usage
1. Once the module is installed go to a view's edit page.
2. If you add or edit a Views exposed filter you'll find a new 'Make it sexy' checkbox. You can activate Sexy Exposed by ticking it.
(Note: this checkbox is only present, if exposed filter's type is select list, radios or checkboxes.)

Status: Fixed » Closed (fixed)

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