Jump to content

billy98111

Member
  • Posts

    5
  • Joined

  • Last visited

About billy98111

billy98111's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. I'm using the curl example they have on their site: https://developers.whmcs.com/api-reference/getclients/ I found another way to get the data I want but it's kind of a pain and I wish this would work.
  2. I am trying to use the "GetClients" PHP API call to get all Active clients but for some reason the API is ignoring that parameter and just returning all the clients active or not: // Set post values $postfields = array( 'identifier' => $iden, 'secret' => $secret, 'action' => 'GetClients', 'limitnum' => '200', 'status' => 'Active', 'responsetype' => 'json', ); The limitnum works without a problem though so I'm not sure what the issue is and I don't see any errors.
  3. Thanks! It works now. It was just in the wrong location. Originally I placed it in /templates/customtemplates/modules/servers/cpanel/overview.tpl instead of the template directory I already created which is /templates/sixcustom/modules/servers/cpanel/overview.tpl. I assume you had to create brand new folder but I guess not.
  4. I am using version 7.2.3. would it help upgrading?
  5. I am trying to override the template file at /modules/servers/cpanel/templatesoverview.tpl with this one located at /templates/customtemplates/modules/servers/cpanel/overview.tpl, but it does nothing. If I edit the first original one it works but I don't want to lose my changes when I update WHMCS and that's really how you're supposed to do it. The link below is what I am referring to. Any help is appreciated. https://docs.whmcs.com/Working_with_Module_Templates
  6. Welcome to WHMCS.Community billy98111! We're glad you're here please take some time to familiarise yourself with the Community Rules & Guidelines and take a moment to introduce yourself to other WHMCS.Community members in the Introduce Yourself Board.

×
×
  • 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