Is there any port for D7 version on the roadmap ?

Subscribing

Comments

antiorario’s picture

Status: Active » Postponed

I am planning to do it, but not immediately. I will try to look into it in the next few weeks.

burgs’s picture

antiorario, is there any update on whether this will get upgraded, or is there still hope that this might make it back into filefield_sources for Drupal 7?

antiorario’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev
Status: Postponed » Needs work

I've just committed the initial 7.x-1.x code to Git, which should be available later as a dev release. It works in its basic functionality, except for the JavaScript required for the next available source to be displayed instead of the upload widget. The js file currently up is the one from the D6 version, and although it is being called by the module, it does nothing useful. I'll try to figure it out, but of course any input will be welcome.

Anonymous’s picture

I'm quite interested to have this functionality in D7. However, I think this is such a basic feature that it should be implemented in FileField Sources itself. I think the maintainer changed his mind about integration, too. Could be worth a try? :-)

sense-design’s picture

I am also very interested in having this feature, will have a look at the javascript and get back here for a solution.

sense-design’s picture

Status: Needs work » Needs review
StatusFileSize
new3.06 KB

Please try the attached patch against current dev.

antiorario’s picture

Status: Needs review » Closed (fixed)

I'm holding off any further development on this module because it seems there has been an attempt at including this functionality in FileField Source: #932994: Filefield source "Remote URL" (or any other) set as default option (aka Disable Upload option).