I have two content types called web jobs and network job. I need to display this content type nodes in tabbed form in page like web jobs in tab and network job in another tab both common fields like title, post and date location.
For this I tried to use the views module in drupal,this shows results in a combined manner, so not in separate tab.
I also have tried the view tabs module without getting the expected result.
Could any body give a clue as how to achieve my desired result.
Thanks in advance
Each view could have multiple displays. The first display is called Defaults. Then you can create pages, blocks, etc., that can copy the original Defaults display, but can be changed. You can create a view with default view for both content types and then, you can create particular displays:
Actually you don’t need View Tabs (a separate module). Views in version 6.x-2.x supports tabs well. The tabs configuration is well described in Advanced Help. Here is the example that could be useful for you:
With this done, you will now have a Navigation link named ‘Tabs’ and when you click on it, you will go to the tabs, with ‘Tab 1’ being the default tab that appears. You can then click between Tab 1 and Tab 2.