attached patch on the 5.x HEAD adds a weight attribute to the attachments to let you rearrange the order in which attachments are displayed on the page. Also included in the patch is functionality to drag and drop to rearrange the order of attachments on the node edit form. This requires the jquery_interface module to be present which if absent will degrade to normal non javascript functionality.

Issue fork attachment-189156

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

cscsteve’s picture

Status: Reviewed & tested by the community » Fixed

Looks good to me. Committed to HEAD.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

imclean’s picture

StatusFileSize
new5.2 KB

This sounds like a great feature, unfortunately it isn't included in the current version. Also the patch adoesn't seem to work against the current HEAD. Is this likely to be part of future versions and/or would it be possible to get a patch for the current one?

Edit: here's my diff against the attachment.module file only of the 9 Sept 2007 release.

jbergeron’s picture

This would be a great feature to implement, could be useful on a daily basis.

jrabeemer made their first commit to this issue’s fork.