Difference between revisions of "Custom Modules"
From AWBS Wiki
(→Custom Payment Processors) |
|||
Line 1: | Line 1: | ||
− | If you would like to create a module for a payment gateway, hosting control panel or registrar that is currently unsupported (not integrated) in AWBS, you will first need our devkit (available | + | If you would like to create a module for a payment gateway, hosting control panel or registrar that is currently unsupported (not integrated) in AWBS, you will first need our devkit (available in the download area where you purchased (or lease) AWBS). |
Line 11: | Line 11: | ||
* Payment gateways (such as paypal) | * Payment gateways (such as paypal) | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Custom Forum Module == | == Custom Forum Module == |
Revision as of 17:52, February 2, 2009
If you would like to create a module for a payment gateway, hosting control panel or registrar that is currently unsupported (not integrated) in AWBS, you will first need our devkit (available in the download area where you purchased (or lease) AWBS).
Adding/creating a Custom Module
Custom modules can be added for;
- Domain registrars
- Hosting control panels
- Offsite credit card processor (customer is taken to processor for cc information/payment)
- Onsite credit card processor (customer enters cc information on your website)
- Payment gateways (such as paypal)
Custom Forum Module
Edit the user_forums.php file in the includes/forum directory with your custom forum account create code.
In the AWBS Configuration area, enter the Forum Setup Configuration page. Select Custom Forum 1 as your Forum Type. Complete all configuration fields as per your forum software/installation.