By kumar654 on
Hey guyz,
I am using drupal version 5. I have been trying to make a tab view since a while. i am not sure which module i should use.
Also i want to sort view by sorting label criteria, i mean by which clicking on the label it should sort it by itself
An example of this would be in the following page
http://www.drupaldude.com/popular/latest
This website has viewtabs and also the label sorting criteria
Can anyone please tell me how to do this.. thanks a lot
adi
Comments
=-=
the views.module is for creating lists.
investigate a module like quicktabs.module to create tabs of views.
thanks
Hey,
Thanks foryour help. it is the quicktabs module that was looking for.
Can you also tell me about the sorting module. How to sort by title, or date just by clicking at the title on the top.
Once again thank you very much
Adi
=-=
views.module is what you use to create the lists and to create sortable lists by adding the proper sort options in your view.