Created on: 2004/12/08
Last updated on: 2004/12/08
Version: 0.8
License: GPL
© 2004 Jesus M. Castagnetto (jmcastagnetto at php dot net)
A simple Mambo module that displays your active weblinks on a tabbed pane. Each tab's title is the name of your weblink sections, and the links are ordered using the order you have assigned to them.
This module uses the cool WebFX's Tab Pane, with the 'luna' stylesheet distributed with that package.
The main problem is that because of the way I am including the stylesheet, I assumed that Mambo is in the document root and thus put an absolute path to the images needed for the tabs.
Basically, you need to modify the lines listed below from the file: modules/mod_tabbed_pane/css/luna/tab.css
...
11 background-image: url( "/modules/mod_tabbed_links/css/luna/tab.png" );
...
34 background-image: url( "/modules/mod_tabbed_links/css/luna/tab.active.png" ) !important;
...
56 background-image: url( "/modules/mod_tabbed_links/css/luna/tab.hover.png" );
...
Note: This module seems to work just fine in Joomla.
Download:
mod_tabbed_links (10.44 KB)










