Welcome Guest. Please Login or Register  


You are here: Index > Softaculous Auto Installer > General Support > Topic : Help with WHMCS Integration



Threaded Mode | Print  

 Help with WHMCS Integration, multiple plans / options required (1 Replies, Read 5373 times)
sweethome
Group: NOC
Post Group: Newbie
Posts: 1
Status:
hello,
While waiting (2 days now) for softaculous support I'm trying my luck here :)
Here is the needed scenario required for my setup:
Package 1 - A
Checkbox allowing client to install Wordpress under the new account upon
selection only (default NOT to install, only if checkbox is selected.
Package 2 - Dropdown allowing selection of Wordpress, Joomla, Drupal
Package 3 - Dropdown allowing selection of Wordpress, Joomla, Drupal, Prestashop, Magento, Moodle

The WordPress installation needs to auto-install the LS_Cache plugin with every new installation.
Can someone help me construct the needed softaculous_extra.php file to adopt these requirements?
I can pay reasonable fee for a quick fix :)

thanks,Justin
IP: --   

Help with WHMCS Integration
Brijesh
Group: Softaculous Team
Post Group: Super Member
Posts: 5647
Status:
Hi,

Extremely sorry for the delay in response.

Package 1 : At the moment checkbox is not supported by you can add a dropdown with two options :
None, WordPress

So if the user selects WordPress it will be installed else it will not be installed.

This can be added in the WHMCS custom fields section. The name of the field should be Script.
If you want to use a custom name for the Script field please define your custom name in softaculous_extra.php (use your custom name instead of Script Name in the below example)
$GLOBALS['softaculous_conf']['fields']['Script'] = 'Script Name';

Package 2 : Use the same method as above just change the values for custom field dropdown to :
WordPress, Joomla, Drupal

Package 3 : Use the same method as above just change the values for custom field dropdown to :
WordPress, Joomla, Drupal, PrestaShop, Magento, Moodle

In order to install LS Cache plugin please add the plugin as a custom set in Admin Panel :
https://www.softaculous.com/docs/admin/wordpress-admin-manage-sets/

Add the LS Cache plugin to the admin set.

Then add the following line in softaculous_extra.php
$GLOBALS['softaculous_conf']['defaults']['sets_name'] = array('cache_admin');

In the above example we assume the set name is "Cache" and "_admin" suffix is added because the set is added from Softaculous Admin Panel.

-----------------------
Webuzo - Multi User Hosting Control Panel
AMPPS - Best WordPress/PHP/MySQL development tool
IP: --   

« Previous    Next »

Threaded Mode | Print  



Jump To :


Users viewing this topic
1 guests, 0 users.


All times are GMT. The time now is April 19, 2024, 10:08 pm.

  Powered By AEF 1.0.8 © 2007-2008 Electron Inc.Queries: 11  |  Page Created In:0.025