NOTICE: Our WHMCS Addons are discontinued and not supported anymore.
Most of the addons are now released for free in github - https://github.com/jetserver
You can download them from GitHub and conribute your changes ! :)
WHMCS Joomla Bridge :: Integrating modules
WHMCS Joomla Bridge gives you the ability to display Joomla modules inside your WHMCS template.
In order to do so, you will first need to make sure it’s enabled on the Joomla site –
Login to your Joomla site as super admin user, navigate to “Components” -> “Server Bridge” -> Settings tab.
Modules Sync Enabled should be set to “Yes“.
In your WHMCS admin panel, navigate to “Addons” -> “Server Joomla Bridge“.
You will see a list of all the Joomla modules, that are active and set to display in the default active tempalte.
Each Joomla module recieves a uniqe smarty var that you can put in your WHMCS template.
For example – Joomla module “mod_menu” (joomla uniqe id is 25) will get – {$jbridge.mod_menu_25} smarty var.
All modules are disabled (at WHMCS side) by default, so make sure you enable it if you want to display the module in your WHMCS template (under ‘status’ colum).
Advanced module settings
You can edit each module’s content by pressing the ‘edit‘ icon, on the right of the colum.
You will be able to change the smarty name tag, and use regular expression rules to manipulate content (replace strings with strings).