you should be able to fix this by just placing the multi-drop-down-list file back on the server in the system/extensions folder. or if you have access to PHP you can manually disable the extension by running the following query:
DELETE FROM exp_extensions WHERE class = 'multi_drop_down_list'
Of course editing MySQL directly is risky so make sure you back up your database first as a general caution.
I installed this extension successfully, created custom multi-select fields, but when I try to publish a weblog I can only choose one selection—just like the the original drop down list
1. Is there something else (configuration-wise) other than installing the extension that I need to do?
2. Is there any actual documentation for this extension other than the forum posts?
I did create two multi selected fields. They show up as lists in the weblog publish page, which surprises me since I was expecting a drop-down. What am I doing wrong?
Thanks that was pretty dumb on my part. I’m used to pc and was using a mac and trying to do it with the control key.
I have a couple other questions:
I appreciate all the work you do creating these extensions for free, but is there chance you could add some docs and package them with the zip file for each extension? It would be real nice to have installation instructions and some general useage examples in a readme file or something.
I want to use the multi-drop-down with the custom field extension. How do I go about searching for weblogs by multi-drop down selections? Can I do something like:
You can simply output the field, {field_name} to access it’s contents. Also, use the separator=”” attribute to specify a delimiter other than the default.
It should work with the custom field extension, but if not please bring it up in the custom field thread. Thanks!
Also, I don’t want to display the contents of the custom field, I want to restrict the search depending on its contents. Maybe you’re suggesting that I first get the contents and then restrict the search based on the contents? Anyway, I’ll move that question to the correct thread if i can’t get it working.
Hi Mark- When using this extension with the “pre-populate field option, the extension seems to place the entry_id as the value in the record, instead of the text of the field. For example, when using just the regular select field, if I have the values, pre-populated from another field, of housing, financial, insurance. And the user selects ‘insurance’ the field value displays as ‘insurance’ in the field, so if doing a custom query, I can simple search for ‘insurance’.
In the multi-select field, the field value displays as the entry_id (13975), instead of the actual value (insurance). Is this the planned behaviour? Because it really causes problems with custom queries, as well as with something a simple as converting the field from a pull down list to a multi-select field. Since the records for the pull-down field always displays the text value of the field and the multi-select field displays a numerical value for the field.
For example, I have a solution, that passes values via the path.php file to a number of custom fields. The value is a text value (housing or insurance). This sends a custom query across a number of different fields, some of the multi-select. But I can’t use the populate field from another custom field in conjunction with the Multi-Drop Down List extension, since the value returned aren’t text values, and searching for ‘housing’ returns nothing because the value is stored as an entry_id.
First, thanks for sharing the extension, it’s just what I needed.
Second, I have a bug fix for the separator=”” attribute. The regex you’re currently using won’t allow a separator containing a single quote (’). Changing the regex on line 578 to use a end-of-string anchor fixes the problem.
Hi Mark, Thanks for this great extension! It’s great! I’m trying to implement a multi-drop-down list custom field on a SAEF. Do you know the code I need to get this going? For example, to show the standard drop down menu, I know that it’s:
allgood2 - I too am looking for a way to pull the actual value rather that the entry_id.
Mark, is there anyway to add that ability in the extension, i.e. kinda like you did with File where you were able to pull different pieces of data like the path, extension, file name, etc. perhaps custom_field_data or something like that.?
Has any one gotten search in custom field working with multi drop-down list, radio buttons, or any other of Mark Hout’s custom field extensions?? The docs say
NOTE: Only custom fields of the type “Text Input”, “Textarea”, and “Drop-down Lists” are searched with this parameter.
But since technical Hout’s extensions just modify the field type “drop-down” list, I was kind of hoping there’s someway to make this work.
So far I’m not having any luck, but I am wondering if that’s just me, since I’ve had problems using the function before (for some reason if I type it in (even with multiple proof readings) it doesn’t work, but if I copy and paste from the manual, then copy and past from the field definition screen, it does). So I’m hoping maybe its just me, and others have it working. Please, please let me know.