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.
| Comment | File | Size | Author |
|---|---|---|---|
| #14 | fieldsortable-5.x-0.2.tar_.gz | 17.66 KB | yurk |
| #8 | epsasort.tar_.gz | 16.85 KB | yvmarques |
Comments
Comment #1
leanazulyoro commentedsubscribing, i need this too
Comment #2
socialnicheguru commentedi need this also
Comment #3
c-c-m commentedIf 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.
Comment #4
NoRandom commentedThis 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.
Comment #5
Kirk commentedThis would be a great feature to have. subscribing as well.
Comment #6
leanazulyoro commentedthere ia a patch here: http://drupal.org/node/264162 .... it worked for me... ^^
Comment #7
quicksketchThis 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.
Comment #8
yvmarques commentedI 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.
Comment #9
plan9 commentedyvmarques - I just installed your module but nothings happening. Is there any additional configuration needed?
Thanks
G
Comment #10
yvmarques commentedHello 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.
Comment #11
dvasquez commentedYou 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.
Comment #12
dvasquez commentedHello 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.
Comment #13
yvmarques commentedHi dvasquez,
Do you use anything WYSIWYG ?
If yes, you can disable editor for epsasortorder textarea.
Comment #14
yurk commentedField Sortable plugin, based on yvmarques's one and remaked for support multiple textfields and without any sqls requests