Closed (duplicate)
Project:
IMCE for FileField
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jul 2012 at 14:04 UTC
Updated:
24 Sep 2013 at 10:08 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
polPatch for 6.x-1.x.
Comment #2
polCleaned the patch against bad characters. Damn keyboard!
Comment #3
polFix a bug in the patch.
Comment #4
polDamn what's going on... again a typo error :(
Comment #5
polFix a bug when the field is not set to "unlimited".
Modified the regex to find the fields.
Comment #6
polFix a bug in the loop.
Comment #7
polPatch improvement.
Comment #8
polNew patch against 6.x-1.x.
Comment #9
polCasting as array by default.
Comment #10
polRenamed the name variable, it's a reserved word in JS and especially in Chrome.
Comment #11
polNew patch.
Comment #12
ufku commented#1504192: Open file browser link disappears
Comment #13
dmdewey commentedI was having the same issue and the patch was not working until I cleared the site cache. So if anyone is applying the patch and then not seeing the IMCE file browser link at all, then make sure you clear the site cache.
Comment #14
loziofabio commentedApplied the patch, cleared site cache: IMCE for FileField now works as it should ;)
Thanx for the solution.
Comment #15
chichilatte commentedWorks for me, except for fields in a fieldgroup. I patched #11 patch and it seems to work now. In
imce_filefield.jsI changed this line:... to these lines...
I don't have a deep understanding of what's going on here in terms of theming (it's tag soup in there!), so it might not work in all cases. It's good for me tho.
PS Is this all something to do with the Rubik theme? I'm using it for my admin side too.
Comment #16
polHello @chichilatte,
Is it also working for field who aren't in fieldgroups ?
Thanks.
Comment #17
chichilatte commentedYep, fields not in fieldgroups too :)
Comment #18
airb commented#11 worked for me.
since the creation of patch the module has changed but it's easy to "repair" manually.
thanks!
Comment #19
globallog commentedHow to apply #11 patch in Drupal 7?
Comment #20
pol@globallog,
The patch is for D6, you're welcome to do it for D7.
It's also useless to alarm everyone in the thread by email, we receive notifications when someone post a message.
And no, I won't do the patch for D7 as I'm not working with this module anymore.
Good luck.
Comment #21
IsaMic commentedHi,
Attention November 29, 2013, 6.x-1.x-dev version of imce_filefield has been changed and the patch is no longer updated.