Jump to content

bradh

Retired Forum Member
  • Posts

    24
  • Joined

  • Last visited

About bradh

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

bradh's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Sorry I hope this isn't the hour of day here but it appears all of the classes have issues, clientareatableactive, clientareatablepending, clientareatablesuspended.
  2. 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
  3. SSLReseller.com are no longer selling any SSL Certificates.
  4. That's a great idea Jules. maybe WHMCS can pick it up as a feature?
  5. 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"); ?>
  6. Looking back at previous clients, Canterbury was there at some stage.
  7. 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
  8. Hi Chris Could you please also send me the module? Regards Brad
  9. Some of your links don't work from WHMCS pages. http://www.javabytes.biz/billing/about-us.html
  10. This addon should do the trick http://www.whmcs.com/members/communityaddons.php?action=viewmod&id=213
  11. I have the same problem with currency and billingcycle.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated