| Custom Modules |
|
Learn all about the exciting new RocketTheme exclusive modules that are included in the MetaMorph v2 template release. Here you can find instructions for installation and configuration for each of the custom modules/scripts. Video Tutorial Currently Available!Launch the Joomla Template Module Installation Video Tutorial now! (Requires Flash) Step One: Installing the Module
Step Two: Publishing the Module
RokContentRotatorRokContentRotator is another mootools based module that is used to display your articles in a sleek fading fashion. To set up RokContentRotator, follow the install instructions below.We will take a quick look at the parameters you will find when you install this module.
Below is the HTML code for the RokContentRotator Item located on the frontpage and appears first:- <h3>Introducing ... MetaMorph v2</h3> We are pleased to announce the launch of the latest addition to our popular line of premium products, MetaMorph v2. It will available from the 01.09.08 and will be accompanied by a variety of accessories. <a href="index.php?option=com_content&task=view&id=13&Itemid=27" class="readon">Learn more</a> Integrated RokSlide Tabbed ModulesFor MetaMorph v2, we have integrated RokSlide into the core of the template so you have the RokSlide functionality in terms of tabs with stylish transitional effects with the modular layout of the template.RokSlide by default has 5 tabs available. Each tab has a module position ranging from User11 to User15, respective to the individual tab. Therefore, you have a single modular position per tab but you have the option of applying multiple modules to a single position. For example, you can assign 3 modules to the User11 position and they will appear in a horizontal layout in Tab 1. ConfigurationConfiguration of the integrated RokSlide itself is primarily controlled in the index.php with the other template configurations. Below is a snippet related to the integrated rokslide:-// module slider configuration
$modules_list = array(array("title"=>"Tab One", "module"=>"user11"),
array("title"=>"Tab Two", "module"=>"user12"),
array("title"=>"Tab Three", "module"=>"user13"),
array("title"=>"Tab Four", "module"=>"user14"),
array("title"=>"Tab Five", "module"=>"user15"));
With the setting $module_list, you can control the aspects of the integrated rokslide feature to a great extent. You can control the tab title and also the module position which appears in each of the tabs. In the code snippet, we have 5 lines, each line controls a single tab. Each line is segregated into 2 distinct parts. These are "title"=>"Tab Title", which controls the Tab Title. The second part is "module"=>"Module Position"), Similarly, there are more RokSlide options to:-
Adding new positionsYou will find that you may need to add extra module positions. These positions are:-
SignalloginThe Signallogin module is a login module for Joomla that was created by RocketTheme and Forum Moderator Chris S. The module itself allows for maximum control on the different elements so it can styled in whatever manner you desire.We will take a quick look at the parameters you will find when you install this module.
|
