Closed (duplicate)
Project:
Views (for Drupal 7)
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Sep 2008 at 19:12 UTC
Updated:
21 Mar 2024 at 17:12 UTC
Jump to comment: Most recent
Comments
Comment #1
merlinofchaos commentedUnfortunately there currently is no UI to do this. YOu can rearrange them in the database (see views_display, 'position' field controls order). Do be careful that when rearranging you don't mess up the overall order. i.e, there should be a contiguous list of positions with no gaps. i.e, 1, 2, 4, 5 would be unacceptable and probably cause Views to be unhappy.
Comment #2
h3000 commentedHi,
I upgraded to the latest version of Views but I see no interface for this yet. Will this be a part of future versions of views? It seems to be a very handy interface to have - especially if you have a lot of attachments.
Currently using Views 6.x-2.6
Drupal 6.12
Thanks.
Comment #3
joeebel commentedI'd love to see this feature in the future ( a future-feature?), too! I'll try the database jiggering...
Comment #4
jrabeemer commented+++1^9999999
This is a must-have feature. It would seem to me that one should see an "Attachment Order" drag-drop block under the default view if attachments are present.
Comment #5
jrabeemer commentedRebasing feature request...
Comment #6
merlinofchaos commentedPatches considered. I know it's a desired feature.
Comment #7
merlinofchaos commentedAdding a tag to help find stuff.
Comment #8
kari.nies commentedI really need this feature as well.
Comment #9
simon_s commentedChaning the order of views attachments in the views UI would be great and I think many site admins would be very happy about this feature.
At the moment you have to use the panels module to combine different views very flexible. But with dragable views attachments, you could avoid panels in many cases. Would be really happy about this feature!
Thanks for your great work!!!
Comment #10
merlinofchaos commentedhttp://drupal.org/node/338584
Comment #11
joeytheman commentedYou can export the view and reorder the attachments in the code then re-import the view.
Comment #12
AlanAtLarge commentedSubscribe
Comment #13
pippal commentedSubscribing
Comment #14
truyenle commented+ Subscribing
Thanks
Comment #15
uufsm commentedFor displays with many attachments, I borrow a technique from the old Fortran days, when we numbered code lines by 10s. That way, if we realized we needed to add new code, we still had room without renumbering everything.
So, every few attachments I create a "dummy attachment" that's not attached to anything. If I decide later that I want it, I can format it and then attach it. If necessary, I can redo one or two of the other attachments to get things in the right order, but at least I don't have to redo absolutely everything in the view.
Comment #16
griz commentedFortran? In the time you've spent altering attachments I bet you could have written the patch and fixed it for everybody.
FTW:
Comment #17
hockey2112 commented#11 is what worked for me!
Comment #18
hagit commented"Reorder displays" in drupal 8
Comment #19
mlncn commentedDisplay order not being used for attachment order is a bug in modern Drupal: #2943293: Views attachments are not rendered in the specified order (seems to consistently use alphabetical by machine name for order, so editing machine names is a workaround)