Hello,

I am wondering if anyone knows of a way to make content tabs like those seen on madpenguin.org. Here is an example : http://madpenguin.org/cms/?m=show&id=6190 . In this review of vector linux he has 4 different sections, Overview, Installation, On the desktop, and Enlightenme...stuff. You can move threw his review by clicking these tabs. I think this is sweet and was wondering if there was anyway to duplicate this with drupal. Im not sure what cms madpenguin is useing.

Thanks

Comments

nevets’s picture

It would be possible to write a module that does this. Since the tabs are not fixed (they are different for different reviews) you would need a way off defining the tabs and their associated content.

tinycg’s picture

Somewhere. I have it, but I can't remember where I got it from, it was based off another site with the same idea. Basically it attaches nodes to one another in a hierarchy that are the order of the 'tabs'.

Contact me, worst case I can give you my files of it, because I can't find where I got it from.

Will post if I find the site.

EDIT: update, it's found on jiffle.net at
http://www.jiffle.net/drupaldocs/tabbedpage

madpenguin’s picture

The CMS Mad Penguin runs on is a commericial packaged called NePublisher :)

summit’s picture

Hi, Is tabbedpage already on drupal.org?
I couldn't find it.
Thanks for considering!
greetings,
Martijn

nevets’s picture

Now days for tabs there are a number of possibilities, to name some you can have tabbed views, tabbed panels and there it the quick tabs module plus the tabs module that is part of javascript tools for custom solutions.