 Replicant Custom Modules
Learn all about the exciting new RocketTheme exclusive modules that are included in the Replicant template release. Here you can find instructions for installation and configuration for each of the custom modules.
Installing a Replicant Custom Module
Step One: Installing the Module
Download the replicant_extensions_j15.zip archive from the Replicant download section of the RocketTheme Joomla! Club. Unzip the archive, inside you will find individual zip files for each of the modules. Login in to your administrator console on your Joomla! website and navigate to the Extensions menu item, and select Install/Uninstall from the dropdown menu.
In the Upload Package File section, click the Choose File button and select one of the mod_modulename.zip that was inside of the zip file you downloaded earlier. Next click the Upload File & Install button to install the module.
Step Two: Publishing the Module
Now the module is installed it must be published in the appropriate module position and configured to suite our needs. From the top menu, select Extensions then Module Manager. This will take you to the Module Directory which allows you to configure the placement and configuration of all modules in your Joomla! website.
The Replicant RokFlow module allows you to present content in a professional and modern way. You activate the module in the following way.
- In the Joomla Administrator, go to Extensions and then Module Manager. Select the New icon at the top right of the module control centre.
- Setup the custom module with the normal configuration, setting the fields for position, published etc..
- Scroll down to the large white box at the footer area of the module control area.
- Insert the following at the top of this text box
<script src="templates/rt_replicant_j15/js/rokflow.js" type="text/javascript" charset="utf-8">
</script>
<script type="text/javascript" charset="utf-8">
window.addEvent('load', function() {
new RokFlow('rokflow');
});
</script>
<div id="rokflow">
<div id="loader"></div>
<div>
<a href="images/covers/1_large.jpg" title="Pink Floyd">
<img src="images/covers/1.png" title="Pink Floyd" alt="Pink Floyd" />
</a>
</div>
<div>
<a href="images/covers/2_large.jpg" title="Bon Jovi">
<img src="images/covers/2.png" title="Bon Jovi" alt="Bon Jovi" />
</a>
</div>
</div>
Above is a code snippet from the custom module.
The Replicant RokSlide module is a powerful tab system which loads content items and displays them in a professional manor.
The settings can be configured by following these instructions:
- In the Joomla Administrator, go to Extensions and then Module Manager. This will bring up a list of all of the installed modules. Find "RokSlide" on the list and click on the title to go to the Module configuration.
- In the Module configuration, there are various options that you can customize to your needs including: Category which defines the category that content items are loaded from, such as Newsflash or Latest News.
- Width and Height settings allow you to change the dimensions of the tabs to your individual needs
- You also have the options to show images, read more links in conjunction with settings to limit the number of items and load the mootools library if not already present
The Replicant RokLatest module is a mootools driven, sliding news module. The module adds a dynamic presence to previewing content on your frontpage.
The module itself has a large array of configurable options at its disposal.
- In the Joomla Administrator, go to Extensions and then Module Manager. This will bring up a list of all of the installed modules. Find "RokLatest News" on the list and click on the title to go to the Module configuration.
- In the Module configuration, there are various options that you can customize to your needs including: Colour of the slider background and separator; Preview length (amount of words extracted from content items) Categories/sections where the contents are loaded from. The module is packed with plenty more options which are easily changed.
|