Sorry I hope this isn't the hour of day here but it appears all of the classes have issues, clientareatableactive, clientareatablepending, clientareatablesuspended.
Hi
It appears that expired domains don't color properly when using the templates Portal and Classic.
clientareadomains.tpl Line 28
<tr class="clientareatable{if $domain.status eq "expired"}terminated{else}{$domain.status}{/if}">
"expired" should be "Expired"
Regards
Brad
Hi
Have you had a look at the action hooks? Should be fairly easy to get your code to work
http://docs.whmcs.com/Action_Hooks
<?php
function hook_create_forum_account($vars) {
$firstname = $vars['firstname'];
$lastname = $vars['lastname'];
$email = $vars['email'];
# Run code to create remote forum account here...
}
add_hook("ClientAdd",1,"hook_create_forum_account");
?>
Hi
The New Zealand State/Regions are mainly small towns and don't include any of New Zealands main regions. Could this please be changed? No Auckland, Canterbury, Otago etc
From Wikipedia
"Akaroa is a village on Banks Peninsula in the Canterbury region of the South Island of New Zealand'."
"Ashburton (Māori: Hakatere) is a town and district in the Canterbury Region on the east coast of the South Island of New Zealand."
Regards
Brad