Closed (fixed)
Project:
FileField Sources
Version:
6.x-1.4
Component:
Source: IMCE
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Dec 2011 at 09:53 UTC
Updated:
16 Apr 2012 at 16:31 UTC
Using CCK 6.x-3.0-alpha3 & IMCE 6.x-2.2
We have a field within a content type, an image field which can have unlimited amount of values.
The first value, you have "upload" and "file browser", hitting file browser brings up the browse button which you can click to bring up IMCE and works lovely.
However, when you click add another item, file browser no longer does anything and you are left with the local upload button. Same with the item that was just working as well.
I've checked the issue queue for all related projects, but as filefield_sources is the module that works this area, i'd imagine it's an issue here.
Any ideas?
Comments
Comment #1
simon.fryer commentedAnyone?
Comment #2
quicksketch#1329056: "Add a new file" form disappear after selecting existing file
Comment #3
quicksketchOh, actually that one seems D7-specific.
I don't use CCK 3 versions, so I'm guessing it's an issue with those versions of CCK.
Comment #4
simon.fryer commentedFIXED IT. Holy shit.
As it turns out, apologies quicksketch, something within our theme is 'causing it go awry.
All i've done, after literally looking at this for around 2 months on and off, here's my fix - which is solely configuration.
- Browse to 'Site configuration', 'Administration tools' then hit 'Administration theme'. (admin/settings/admin/theme)
- Expand 'Pages' if not already
- Expand 'Custom pages'
- Add in this one line; 'content/js_add_more/*' (without quotes)
- Voila!