Very nice module. One thing I am missing is change the order of displays. I can affect the order by the creating the display in the desired order (or maybe by exporting-editing-importing a view) but is there a easy way to change the tabs order?

Comments

Bilmar’s picture

subscribing. I am interested in learning how to manipulate tabs as well.

osopolar’s picture

if you are looking for a more flexible solution you may want to use http://drupal.org/project/quicktabs

solipsist’s picture

Category: support » feature
Status: Active » Postponed

You can't reorder tabs through the UI. You can export your view, reorder the displays in code and re-import it. I may implement a draggable reorderable interface for the grouping and weighing once the bugs have been fixed.

Anonymous’s picture

+1 for this feature

CinemaSaville’s picture

I too would love to see this implemented. Would make it really slick and functional. Thanks.

cyberett’s picture

then, what is the purpose of the weight in the Page settings: Menu options?

p.s. love the module and would like to be able to drag tabs from it too! :D

Blackwolf’s picture

Subscribing.

askibinski’s picture

You can reorder at the database layer. Look for column position in the views_display table.

solipsist’s picture

My plan is to implement a draggable table before the final 1.0 release that allows tabs to be reordered.

gooddesignusa’s picture

+1. Even if it didn't actually move them in the views just outputted it that order it would be fine.

raghukr’s picture