Search our documentation...

Simply enter what you are looking for!

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 :: Installation

Prerequisites: Joomla 3.X | WHMCS 5.3.X | PHP 5.4+

Step 1 – Download the product

You will first need to download the product from our client area. The download package includes the following –

  • Joomla component.
  • Joomla plugin.
  • WHMCS Addon module.

Step 2 – Joomla Plugin installation.

The plugin’s role is to eliminate Joomla’s user management URL. They will be redirected to WHMCS.

Login to your Joomla site’s backend as super admin user, navigate to – “Extensions” -> “Extension Manager“, click “Upload Package File” and install the plugin (file name starts with plg_*).

jbridge1

Navigate to “Extensions” -> “Plugin Manager“, find our plugin (“JBridge URL Plugin“), make sure it’s enabaled, set to active and edit the plugin properties –

jbridge2

Once enabled, the plugin will eliminate Joomla’s user management URLs and will redirect them to WHMCS. This is completely editable, the recommended values are as follows –

  • Login URL – http://www.yourdomain.com/clientarea.php
  • Logout URL – http://www.yourdomain.com/logout.php
  • Register URL – http://www.yourdomain.com/register.php
  • Password Reset URL – http://www.yourdomain.com/pwreset.php
  • Username Reminder URL – http://www.yourdomain.com/pwreset.php
  • Edit Profile URL – http://www.yourdomain.com/clientarea.php?action=details
  • User Profile URL – http://www.yourdomain.com/clientarea.php?action=details

** To disable a specific URL redirect, just leave it empty

Step 3 – Joomla Component installation.

The component’s role is to listen for WHMCS API requests. It will use to sync users & login shares.

Login to your Joomla site’s backend as super admin user, navigate to – “Extensions” -> “Extension Manager“, click “Upload a package file” and install the component (file name starts with com_*).

jbridge1

Once installed, navigate to “Components” -> “Joomla bridge” -> “Whitelist“, add your WHMCS server external WAN ip address

jbridge4

** ONLY IPS LISTED IN THE WHITELIST WILL BE ABLE TO COMUNICATE WITH THE BRDIGE COMPONENT

Next, we will set the access level allowed to login to Joomla:

navigate to “Components” -> “Joomla bridge” -> “Settings“, change access level to “Super Administrator“.

Step 4 – WHMCS Module installation

The addon module role is to push and request information from the joomla component. Also, you will be able to create joomla module smarty tags to display in your WHMCS template.

From the package you downloaded, unzip the whmcs addon module (file name whmcs_*) and upload the folder “joomlabridge” (as is) to your WHMCS installtion.
The folder should be uploaded to the following path: “modules/addons“.
After uploaded, the full path should be: “modules/addons/joomlabridge“.
Login to your WHMCS as admin user, and navigate to “Setup” -> “Addon modules“, Find the “Joomla bridge” module, and activate it.
You will be able to access it throught the “Addons” top menu.

jbridge install 03