Tuesday, March 19 in 2024
Module Frontpage Slideshow
Modul: Tabber Snippet
Nick: tomhung, WebBird
Version: 0.61
State: Alpha
License: MIT
GUID: E3702EE9-0D0A-46F7-8260-2D7603D5B78F
Platform: 2.7 and 2.8
Last info: 2010-03-24
Rating:
55.0
625 votes
1 2 3 4 5
Download: here
Forum: here
Web Link: here
Description: Please note that support was suspended for this module by the authors. If someone wants to develop or maintain this code snippet any further, please feel free to do so, but keep in mind that the module is licensed under GNU GPL.

This module is based on a script from barelyfitz (see web link)
and shows tabbed content from existing wb page id.

Info: Call on a code section:

tabber(array(3,19));
or
tabber('3,19');

To use the menu title instead of the page title (for shorter tab titles), call on a code section:

tabber_use_menu_title();
tabber('3,19');

You can also include sections, but you have to set the titles by hand:

tabber_sections(
array(
array( 'id' => 19, 'title' => "Sektion 19" ),
array( 'id' => 11, 'title' => "Sektion 11" )
)
);
Image: