Hi
How to use this module. there is no documentation on module.

Comments

ChrisValentine’s picture

Try this web page as a starting point: http://tewson.com/content/creating-tabbed-views-drupal-6
And: http://views-help.doc.logrus.com/help/views/menu

Something to add to the above:
I've found that if you want to build a page to display the content of a single node, or a single user, in a tabbed view, for each and every tab's Path that you create, it must contain % - so you might have:

Default tab:
Title: Profile
Path: teacher/%/profile

Location tab:
Title: Location
Path: teacher/%/location

Contributions tab:
Title: Contributions
Path: teacher/%/contributions

If you don't include a % in your default tab's path, you don't get any tabs appearing.

Jack Daniel’s picture

@ChrisValentine:
Your explanataion can be achieved without View Tabs module, no need that module to do so. @mayur.pimple asked how to use the module which I also found useless. Dont use this if you can't afford wasting time