Hiya,

Just wondering if there is a Drupal 7 version of this great module in the works or if there is another module/project/core that handles what this does for D7?

Thanks,
Shadi

Comments

iva2k’s picture

Status: Active » Closed (won't fix)

D7 moved to CCK/FileField, making this module not portable to D7. It's a great undertaking to make same tweaks in D7, for which I don't have any bandwidth. If someone want to take on that - I'll be glad to make them co-maintainters.

lektum’s picture

+ 1

Would be great if some kind of field widget could be included in core Field API so that it is possible to use this great feature on D7.

klonos’s picture

Title: Drupal 7 Version » Port iTweak upload module to drupal 7 - maintainers for a 7.x branch wanted.
Category: feature » task
Status: Closed (won't fix) » Postponed
Issue tags: +D7 porting, +port to d7, +d7 ports

From #1 above, it seems that "postponed" is a better-suited status for this task. Also, editing the issue title to be less vague in our dashboards + adding proper tags.

It should be clearly stated in the project's front page that there is currently no intention or available spare time by the module's maintainers to do this. Also please state that help is needed for any D7 version and point people interested in this issue so they can follow if they wish.

Oleksa-1’s picture

To achive the same functionality in D7 should not be difficult using hook_field_formatter_info

For eg how it is done in http://drupal.org/project/image_url_formatter

iva2k’s picture

Version: 6.x-2.x-dev » 7.x-3.x-dev
Status: Postponed » Active

Good news to everyone - I have created a 7.x-3.x-dev branch with first set of functionality. Project page has been updated.
I will keep this issue open while remaining features are implemented, so people who want to help can post patches here.

It is an almost complete rewrite, so a staged approach is used.

The functionality is broken up as follows:

  1. filefield/imagefield formatter (attachments display settings). This is fully functional and committed. What needs to happen is for people to test it in the wild
  2. Integration tests with remaining image popup modules:
    • lightbox2 (cursory checks done)
    • highslide (note: highslide currently does not have an official D7 version, I found 2 proposed versions in its issue queue and did cursory checks with one of them)
    • Colorbox
    • fancyBox
    • Shadowbox
  3. filefield/imagefield widget theme functions (upload form changes)
  4. Upgrade path from D6 (settings only, files and fields themselves are migrated using other modules)
  5. Integration with Insert module (may be a non-issue), add some good insert styles, see #1068796: Add some good file insertion styles via hook insert_styles
  6. Integration with download count module
  7. Site-wide settings for field formatter (and a way to override it in instance display settings)
  8. Integration with SWF tools, see #583824: Integrate with SWFTools
  9. Integration with views (if needed), see #796094: Display icons and thumbnails in views
  10. Documentation