Copy the folder inwx
into /modules/registrars/
Activate and configure the inwx module at Configuration Icon > System Settings > Domain Registrars
It is recommended to use our module's additionaldomainfields for required domain registration extra data.
If you only have inwx as a registrar you can simply copy modules/registrars/inwx/additionaldomainfields.php
to resources/domains/additionalfields.php
.
If you have to or want to support multiple registrars you have to add the following statement to resources/domains/additionalfields.php
:
include __DIR__ . "/../../modules/registrars/inwx/additionaldomainfields.php";
To activate support for records that are not natively provided by WHMCS the
template file modules/registrars/inwx/custom_templates/clientareadomaindns.tpl
needs to be copied to the active
template directory. There are two ways to achieve this:
clientareadomaindns.tpl
onto clientareadomaindns.tpl
in your current template (default is templates/twenty-one/
).templates/twenty-one/
) with a name
you prefer in the templates
folder. Next copy clientareadomaindns.tpl
onto clientareadomaindns.tpl
. In order for this to take effect you will need to login to your admin area,
navigate to Setup > General Settings and select your newly created template.
Clients should now be able to select SRV records in their DNS management.After that it is recommended to delete all files in the cache folder templates_c/
.
MIT