Jump to content

dorzki

Member
  • Posts

    10
  • Joined

  • Last visited

About dorzki

Recent Profile Visitors

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

dorzki's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Hello, I've developed a module and used the _clientarea() function to display a module page in the client area. I wanted to know how can i add a sidebar on the module client area page? Thanks in advance.
  2. Hi guys, I'm trying to print a custom HTML for a specific product type, when the admin is viewing a client's product. It needs to look like the hosting details (see the attachment). Would love to get some information...
  3. Why? How so i know which language the current user uses? Why WHMCS modules are so complicated, those are basic things that needs to be loaded automatically in the system...
  4. Hello, I'm trying to add support for multiple languages. I have a function which runs when InvoicePaid hooks runs and sends an SMS notification to a certain phone number. I've created two language files under lang directory on my addon directory - hebrew and english. in English the file content is: <?php $_ADDONLANG['sms_message'] = 'Test'; But i can't seem to get the language in the function, i've tried $LANG and even Lang::trans('sms_message') and all i get is null. Would love to get help as the developer documentation sucks.
  5. Hello, I'm developing a module and i would like to know if i can add a box in the client admin view that will display data from my module (Like client details, balance etc...)
  6. It is inside WHMCS directory however the file is called directly so the WHMCS library doesn't load. If i include the autoload.php will it also initiate the database connection? or do i need to create a new one?
  7. It is not outside the WHMCS directory, it is a file which resides inside my module directory under /modules/addons/
  8. Hi there, I'm developing a module to integrate WHMCS to my financial service. I'm making an API call to create a new receipt and i get in a response a ticket_id. I'm saving this ticket_id because a few seconds later, the financial service sends me an API call with the ticket_id and a url to download the receipt. I've created a file which catches the API call, however i need access to Capsule, and i don't know which file i need to include in order to include the entire WHMCS library so i can use the functions. Would love to get your help )
×
×
  • 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