Closed (fixed)
Project:
Web File Manager
Version:
5.x-1.5
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Feb 2007 at 00:26 UTC
Updated:
29 May 2007 at 13:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
robmilne commentedIt does seem that way but i am unfamiliar with IMCE. Further investigation is required.
Comment #2
alphageekboy commentedI have a similar issue that happens if I enable WYMEditor 5.1x. If it is disabled then I see the file browser window for WebFM in the content editing page. However, once I enable WYMEditor then I do not see anything in the file browser drop-down. I'm not sure if is a problem with WYMEditor or WebFM.
Comment #3
alphageekboy commentedComment #4
robmilne commentedhttp://drupal.org/node/133790 indicates that this issue wrt WYMEditor is resolved. I still haven't found time to look at IMCE.
Comment #5
gmclelland commentedFYI.. I have the same problem with IMCE.
Comment #6
glottus commentedI have the same issue, which is a shame because I liked what I saw of the WebFM interface. I really could use a way for admins to upload multiple files, rearrange them, give them metadata, and especially attach them to multiple nodes.
IMCE sort of allows some of this, and since I need it to allow easy inclusion of pics in my node fields for the end user, I'll have to choose IMCE over WebFM. I would really benefit from being able to use both, however.
Comment #7
Moxide commentedHello,
Webfm uses the "old" method to bind the window's onload event.
It seems to erase the onload events which are bound using the newer JQuery method : $(window).load( function {} ).
This patch makes Webfm use the JQuery method and, at first sight, fixes the conflict with IMCE.
Regards.
Moxide
Comment #8
robmilne commentedBrilliant! Thanks a lot. I'm not an imce or fck user but I've loaded those modules and they seem to be functioning fine along side WebFM. One more argument for integrating my module into the jquery framework.
Comment #9
robmilne commentedComment #10
(not verified) commented