Currently waiting on #558614: Port tabs to Drupal 7.

Comments

klonos’s picture

Status: Active » Postponed

...subscribing. I think that issue's status is best to be set to 'postponed', since it depends on the other issue being fixed first.

rogical’s picture

+1

klonos’s picture

Title: Port to D7 » Port Views tabs module to D7
Issue tags: +D7 porting, +port to d7, +d7 ports
muschpusch’s picture

It looks like tabs will be deprecated for elements #1056562: Deprecate Tabs module for D7 in favor of Elements and there is a initial commit to elements. For horizontal tabs...

Shadlington’s picture

Subbing

jmones’s picture

subscribe

tripper54’s picture

subscribe

Vc Developer’s picture

sub!...

Jerome F’s picture

subscribe, I think you can acheive all this with quicktabs though.

alltooeasy’s picture

How do you subscribe?

klonos’s picture

How do you subscribe?

By posting a comment in the issue you want to subscribe to. ...So basically, you just did ;)

likewhoa’s picture

subscribing

Erica_der_Whatkin’s picture

sub

slerby’s picture

sub

jmornar’s picture

Even if "Tabs" module is deprecated in favor of Elements module, we still need integration with Views, and possibility to output views results in "Full content" format each node rendering in it's own tab? So, maybe it makes sense to port this module to D7?

Regards

bforchhammer’s picture

Just stumbled on this module... I wrote a simple D7 implementation for views-based tabs myself a little while ago and added it to the References Tabs module. It's entirely undocumented at this point, but maybe it can serve as a starting point for a D7 implementation of views tabs... (The references tabs module isn't really the right place for this feature anyway).

It might also be worth thinking about merging both modules into a new "dynamic tabs" module for D7. From what I understand, both modules share the idea of turning dynamic content (e.g. views rows or a set of referenced entities) into tabs using the core tabs library... I'd be happy to collaborate on such a project.

Nikita Petrov’s picture

You may use this module: http://drupal.org/project/quicktabs

bforchhammer’s picture

I might be wrong, but as far as I know quicktabs doesn't allow dynamic tabs, which means that you can't for example load 5 nodes and create one tab for each node. (In order words, tabs are not built from dynamic content but defined statically).

bandanaman’s picture

You can do it with the Views Slideshow module. Just enable pager widget, disable auto-advance and do some fixes in css.