Jump to content

mikepop

Member
  • Posts

    12
  • Joined

  • Last visited

About mikepop

mikepop's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Hello Saroha, thanks for your answer. We had tried that solution but we were trying to sort by column 6 which should correspond to the domain status, after several attempts we have verified that for some reason the domain status order is column 5. Now it works. Thanks again.
  2. Hello. We are trying to modify the order of the domain listing. To do this we have tried to modify the clientreadomains.tpl script {include file="$template/includes/tablelist.tpl" tableName="DomainsList" noSortColumns="0, 1" startOrderCol="2" filterColumn="5"} <script> jQuery(document).ready(function () { var table = jQuery('#tableDomainsList').show().DataTable(); {if $orderby == 'domain'} table.order(2, '{$sort}'); {elseif $orderby == 'regdate' || $orderby == 'registrationdate'} table.order(3, '{$sort}'); {elseif $orderby == 'nextduedate'} table.order(4, '{$sort}'); {elseif $orderby == 'autorenew'} table.order(5, '{$sort}'); {elseif $orderby == 'status'} table.order(6, '{$sort}'); {/if} table.draw(); jQuery('#tableLoading').hide(); }); </script> Changing the default order from 2 to 6 (status) but it doesn't work. It always overwrites the value we modify and orders it by name (default order). Thank you!
  3. Hi! We use a module that allows the user to manage the DNS records of their domains. Since upgrading to WHCMS 8 we have not been able to use this module as it refers to '$template->getVariable('domain')->value;' We have created variables in the Hook 'ClientAreaPageDomainDNSManagement' and we can use them in the tpl 'clientareadomaindns.tpl' but we cannot use these variables in our module. Does anyone know how to pass variables from a hook to the module? We have tried creating the hooks.php file inside the module directory but it doesn't work. Thanks in advance.
  4. Same here, also cannot add credit to customers credit balance too.
  5. No reply also here, maybe it's cause we are waiting ONLY 3 HOURS NOW FOR AN ANSWER to #AOW-718923, maybe on Monday? Matt, you use to understand customers point of view. Your answer regarding support reply times and patch issues are simply ridiculous when bug tickets are not even replied and people are complaining about tickets not replied opened two days ago.
  6. Thx for reply Laszlof, if you change your mind about it, let me know. Regards
  7. Hi, I'd be interested in your addon for Directadmin control Panel, I'd would provide a developer enviroment if you need it and are interested in develope it. Regards
  8. Hi Bill, far overpriced as I already told you by mail. In my opinion a plugin cannot cost more than whmcs itself. Neither have relation with the business volume you have, as you suggested. Anyway, the main reason cause we are not interested is no lifetime license. Regards Carlos HyD
  9. We are really interested on this. Maybe Wiredremix can talk with Bill about and let us know if any news... Salu2
  10. Looks awesome and pretty finished. I`m also interested on this, when you plan to release it? Salu2
×
×
  • 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