Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
I think that this would be really, really useful. Right now my content creators see two different file managers, WebFM for attachments and IMCE for general file uploads, and I hate that. I want just one file manager, and WebFM is much more capable than IMCE. If WebFM could be integrated into TinyMCE, then I'd say bye-bye to IMCE.
What this does:
1. Checks permission to access webfm.
2. Provides a "Browse" button (in TinyMCE, insert/edit image > General > Image URL; little button is at right) that opens a webfm window when it's pressed.
What it doesn't do yet:
3. Show just the file manager. Instead you get the whole /webfm page.
4. Return the results of the file selection to TinyMCE.
I have very little familiarity with this, but if someone pointed me in the right direction I might figure it out. No doubt 3 and 4 are simple if you know how, but I don't yet. Any suggestions?
As per #803722: Cease support of Drupal 5? support for D4 and D5 has been closed. Sorry, please upgrade to Drupal 6. If you think this issue still applies with Version 6.x please reopen this issue with correct version tag.
Comments
Comment #1
robmilne commentedNo plans. I'll review a patch if you wish to try yourself.
Comment #2
Andrew Schulman commentedI think that this would be really, really useful. Right now my content creators see two different file managers, WebFM for attachments and IMCE for general file uploads, and I hate that. I want just one file manager, and WebFM is much more capable than IMCE. If WebFM could be integrated into TinyMCE, then I'd say bye-bye to IMCE.
http://drupal.org/node/241753#comment-792305 provides a patch for integrating IMCE into TinyMCE. The patch is fairly easily adapted for WebFM as follows:
What this does:
1. Checks permission to access webfm.
2. Provides a "Browse" button (in TinyMCE, insert/edit image > General > Image URL; little button is at right) that opens a webfm window when it's pressed.
What it doesn't do yet:
3. Show just the file manager. Instead you get the whole /webfm page.
4. Return the results of the file selection to TinyMCE.
I have very little familiarity with this, but if someone pointed me in the right direction I might figure it out. No doubt 3 and 4 are simple if you know how, but I don't yet. Any suggestions?
Andrew.
Comment #3
geoff_eagles commenteddbFM is based on webfm and it has TinyMCE integration. You might be able to grope through the dbFM code and use bits to modify webfm?
Comment #4
nhck commentedAs per #803722: Cease support of Drupal 5? support for D4 and D5 has been closed. Sorry, please upgrade to Drupal 6. If you think this issue still applies with Version 6.x please reopen this issue with correct version tag.
Thank you! :-)