Hi

I'd like to change the image presentation order of a imagefild. Is there any way to do this? some kind of image weight would be perfect.

Kind regards.

CommentFileSizeAuthor
#14 fieldsortable-5.x-0.2.tar_.gz17.66 KByurk
#8 epsasort.tar_.gz16.85 KByvmarques

Comments

leanazulyoro’s picture

subscribing, i need this too

socialnicheguru’s picture

Component: Documentation » Code

i need this also

c-c-m’s picture

If I am not wrong and I understood well, I think that you have to edit your content type. You'll see all content's fields and you can add some weight on them.

NoRandom’s picture

This field is only to put the form of your field and show them in the node view where you want. But if you upload some images to a cck imagefield you can't sort them.

If you have a bunch of images uploaded and want to re-sort them, you have to download all the images to your computer, delete them all in the cck imagefield and then upload again in your desired order.

Kirk’s picture

This would be a great feature to have. subscribing as well.

leanazulyoro’s picture

there ia a patch here: http://drupal.org/node/264162 .... it worked for me... ^^

quicksketch’s picture

Status: Active » Closed (won't fix)

This feature will not be added to the Drupal 5 version, which is now maintenance only. It is in Drupal 6 since we now have Drag and Drop and CCK provides reordering for all fields.

yvmarques’s picture

StatusFileSize
new16.85 KB

I have just finished one module that help you sort images. Is dependant of jquery_update and imagefield, it has the same ordering feature as imagefield for D6.

plan9’s picture

yvmarques - I just installed your module but nothings happening. Is there any additional configuration needed?

Thanks

G

yvmarques’s picture

Hello plan9,

Can you have trying move images after upload or save ?

I know that is not very explicite, because, I don't show anything for demonstrate that images can be moved.

dvasquez’s picture

You should upload this module as a project on Drupal.org, many we need and is easier to find it in modules.
Congratulations, it's very cool module.

dvasquez’s picture

Hello men,
The module works on localhost, but on-line only makes the Drag and Drop but do not save the new weight that I give to the images.

yvmarques’s picture

Hi dvasquez,

Do you use anything WYSIWYG ?

If yes, you can disable editor for epsasortorder textarea.

yurk’s picture

StatusFileSize
new17.66 KB

Field Sortable plugin, based on yvmarques's one and remaked for support multiple textfields and without any sqls requests