Since this module pulls tabs from the views displays. There are times when you may need to change the order of the tabs. I am not aware of any way to do this in views. Is there any way the order of tabs can be changed orther than rebuilding the view completely?
Comments
Comment #1
gnindl commentedI assume this is a Views issue.
A simple work around is to go to the views_display table and adjust the column position accordingly.
Comment #2
dawehnerThis is part of views3 both in d6 and d7.
For views2 you have to export the view, reorder things manually in the export and import again.