Closed (fixed)
Project:
Chosen
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Sep 2013 at 12:16 UTC
Updated:
14 Jun 2018 at 12:50 UTC
Jump to comment: Most recent
Comments
Comment #1
killua99 commentedNow I understand why is missing chosen.
Is because the path https://github.com/harvesthq/chosen/tree/v0.10.0. So you're looking for this path
$library_path = module_exists('libraries') ? libraries_get_path('chosen') : 'sites/all/libraries/chosen';But the zip file when you unzip that the real path is chosen/public/... So you have to support drush make files, or at least explain that you need this one. https://github.com/harvesthq/chosen/releases/download/1.0.0/chosen_v1.0....
Comment #2
hydra commentedHey killia99! Sry for the problems you had. There is a drush command downloading the library, a chosen.make.example and a note in UPDATE.txt and README.txt on which version is required. I'm not a native english speaker, so you are very welcome to improve those texts! Thanks for reporting on how you find a solution for your problem, this will help leading other people having same issues.
Comment #4
edurenye commentedUse this https://github.com/harvesthq/chosen-package instead.
Comment #5
markusd1984 commentedI had the exact same issue with v 1.8.6 and 1.8.7 that I could not get to work, where would I need to change the path?
I tried #4 package which works fine, thanks!