Ok - I can confirm that this is an issue. For any of the fields that you use as the multi dropdown list, in the exp_weblog_data, the field_ft_X column is NULL. It should be “none” or “multiselect” or something. My entries use 1 multi dropdown field, and I changed the field_ft_X column to be “none” instead of NULL for all of them, and I no longer have the error!
Mark, can we get a fix for this please? Or, does someone else know how to fix this?
See this post here for hopefully a fix.
That fix is very specific to a different extension, and while it’s the same concept as the Multi Drop-down List extension, the extensions are written differently. I’ll see if I can figure it out…
See this post here for hopefully a fix.That fix is very specific to a different extension
It’s not, honest 😉
I’ve applied this to around 5 different extensions now and it worked in all cases. Admittedly I haven’t tried it out on this extension but I would imagine it should work.
In the page that I linked to yes it does reference the LG File Manager extension as the one that they are applying the fix and the one which the page is documenting but it does also state above that, some other extensions this can be applied to also.
Should work I reckon.
Best wishes,
Mark
Ok, I got it to work. So - I was a wad. I was assuming the function that edits the field would do it, but you have to put the following at the bottom of the “publish” function for this module:$r .= $DSP->input_hidden('field_ft_' . $row['field_id'], $row['field_fmt']);
Excellent news. Glad you got it working 😊
Just out of interest for anyone else that might be having this problem was wondering if you would share the exact line that you placed this code at so that others can add it in if needed.
Best wishes,
Mark
Just out of interest for anyone else that might be having this problem was wondering if you would share the exact line that you placed this code at so that others can add it in if needed.
Well, I made a couple other changes of my own, so this isn’t exact, but add it above the “return $r” at the bottom of the “publish” function. Approximately at line 510.
Can someone point me to an explanation of how to use this extension please? I was hoping for a readme in the current zip, but no joy.
I’m prepopulating this list from custom field entries in another weblog and I need to be able to extract the entry_ids from the items selected on the Publish page. All I seem to be able to access is the entered values for those entries (which is obviously what’s intended, I know), but there is some mention of people getting the entry_ids earlier in this thread, so I’m wondering if there is now a tag option?
Any help appreciated. Thanks.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.