hardbrasil
Retired Forum Member-
Posts
58 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Hotfixes
Everything posted by hardbrasil
-
hello fellas, we are using whmcs only to manage the invoices, so we pretend to use all msg sent by whmcs and set this available inside of our app. we was checking api and did not find anything about "how to import those msg to our application" anyone has a tip to how can i do that? thanks
-
how to remove some sidbars? (six template)
hardbrasil replied to hardbrasil's topic in Developer Corner
thanks again! -
how to remove some sidbars? (six template)
hardbrasil replied to hardbrasil's topic in Developer Corner
Hi Brian, i create this hook using your sintax to remove a especific item of sidebar menu, actually works, but when i change page i got an error, this is the code <?php use WHMCS\View\Menu\Item as MenuItem; add_hook('ClientAreaPrimarySidebar', 1, function(MenuItem $primarySidebar) { $primarySidebar->getChild('My Account') ->removeChild('Contacts/Sub-Accounts'); }); the error is: Fatal error: Call to a member function removeChild() on null in /var/www/vhosts/gleads.com.br/fin.gleads.com.br/includes/hooks/remove_item_sidebar.php on line 8 thanks -
how to remove some sidbars? (six template)
hardbrasil replied to hardbrasil's topic in Developer Corner
Thank you so much! works! -
hello fellas, i am trying to remove some sidebars and without success. i am using this code that support told me but i got an error on aplication <?php use WHMCS\View\Menu\Item as MenuItem; if (!is_null($primarySidebar->getChild('Client Shortcuts'))) { add_hook('ClientAreaPrimarySidebar', 1, function(MenuItem $primarySidebar) { $primarySidebar->removeChild('Client Shortcuts'); } ); please see wich one i went to remove txk advanced
-
this start to happen to me when i change chmod of php session. try this (solve for me): chmod 1777 /var/lib/php/session
-
thank you fellar, we found the solution, did you work like frelancer? if yes what about your rate/hour thanks
-
We create a ajax to capture data from Pin_code module, therefore when i execute the ajax i got “error 302 Found”. i would like to know how i need to proceed to bring correctly data from ajax. my code is: $(document).ready(function(){ $('#pincode_gerador').click(function(){ $.ajax({ type:'POST', url:'index.php?m=geradorpincode', beforeSend:function(){ $('#pincode_gerador').text('Gerando...'); }, success:function(data){ alert(data); } }); }); }); /* Código do módulo */ function geradorpincode_clientarea($vars) { $option1 = $vars['option1']; $codepin = uniqid(); echo 'works!'; }
-
Salve pessoal, sempre usei boleto do real e ate hoje funfa que é uma blz, recentemente estamos migrando para Itau e estamos tento problemas para configurar os campos. quem usa do Itau pode nos ajudar? Conta: Conta Cedente: Conta Cedente DV: Convenio: como que você preenche essas infos? (se eu usar o modelo do santander, fica faltando um numero no código de barras)
-
Hi fellas, when i run the terminate function on admin area, he remove the package, domain etc, but let the "customer" account inside of plesk 11. did you know how to solve this|? thank you
-
i am getting this when i running de module on Plesk 11: Module Command Error 1006 Permission denied Plesk 11 there is no "Ability to use remote XML interface" any light?
-
hello fellas! any news about module for plesk 11?
-
Hi Fellas, i am getting 1006 - Permission denied. when i am trying to create a domain inside of Plesk 11. if i create "On hand" i mean, manually add domain into plesk i can manage by whmcs (Activate and suspend) works fine! do you have any tip?
-
Hello fellas, i would like to hear about someone that has multiple language available in your website. we are planing to open the second language in our website, the pint is: Client area is ok, translated, tested and working. the issue is about the Product and Price, i saw many tips abou it but none of them help us. The point is, our native language is Portuguese and our currency is R$ Real. We are planing to add Spanish language, so we need to add product description in this language and the currency must be U$ dollars and we will offer just paypal getway for this kind of purchase (international). i would like to hear about the experts how they did this, they duplicate the products? how they made. thank you so much
-
WHMCS Project Management2 (NEW)
hardbrasil replied to tsiedsma's topic in Commercial Modules and Addons
is possible to staff edit the timer? frequently our staff forget to stop the task so the timer record a lot of time and client become upset... thank you -
Hi BotHa i would like to implement the same in my new joomla website, could you help me telling me where i start? how extensions did you used how files you custom... thanks
-
Problems searching .com.br Brazilian domains
hardbrasil replied to andremcarrano's topic in Using WHMCS
hi fellas, i have the same issue, how did you solve this? thanks! -
New product - support Ticket package
hardbrasil replied to hardbrasil's topic in Service Offers & Requests
Thank you everybody! i'll concern about the options. by the way the bid is 20$/h regards -
New product - support Ticket package
hardbrasil replied to hardbrasil's topic in Service Offers & Requests
Hi Liam Please, tell me your price. be fair we gona be a deal. -
hi fellas, im looking for a programmer to built a new product functionality on whmcs, here is what we need, please see the print: 1) http://www.next4.com.br/extra/whm_ticket1.jpg 2) http://www.next4.com.br/extra/whm_ticket2.jpg
-
Hi Fellas, i signup an API on Paypal and when i add to my whmcs admin, i got an error: PayPal Balance: Error: Security header is not valid This message appear on the index of admin page. Its suppose to show the balance of my paypal income. Anyone already got this? thanks!
-
Hi fellas, could you give to us some examples about "Quotes". How to use them, when, in what case is better, im little confuse about it and i would like to know more.
-
Traducao do Admin Panel Aqui
hardbrasil replied to GCosta's topic in Portuguese International Discussions's Topics
aqui a onde?
