Search results

  1. CE-Matt

    How to create a snapin

    Awesome! Not a problem :)
  2. CE-Matt

    How to create a snapin

    Ah, sorry! Snapin Example on snapinexample.phtml <br> <?php echo $this->output; ?> <br> function snapinexample() { $this->view->output = '<h3>Snapin Example from snapinexample PHP</h3>'; } That should work for you now.
  3. CE-Matt

    How to create a snapin

    Since you're calling snapinexample in the addMappingForTopMenu, that is the function and view name that'll be returned. Just add any PHP code to the snapinexample function, and any HTML to snapinexample.phtml and you should be good
  4. CE-Matt

    How to create a snapin

    You don't need to do any HTML in the function. Just have a view.phtml in the directory and it'll render that HTML. If you need to pass any variables, just set them in $this->view->varName in that function.
  5. CE-Matt

    How to create a snapin

    We don't really have any docs for this yet. You should be able to call: $this->addMappingForTopMenu('admin', 'clients', 'templateName', 'title', 'desc'); Then make sure you have a function called templateName() in your Snapin, as well as a templateName.phtml in the snapin directory, and...
  6. CE-Matt

    Generate Recurring Invoice Manually

    We moved the Generate Next Invoice button to the client's package list, as it made more sense there. You can now select which package you want to generate the next invoice for, instead of just generating the next due one for the account (in case there were multiple recurring fees).
  7. CE-Matt

    Completed Affiliate System

    This is something we have planned, but do not have a firm release date for this, but it is on our roadmap.
  8. CE-Matt

    Clientexec 6.1.1 Released

    We have just released Clientexec 6.1.1, which includes one minor security fix. More information can be found on our blog.
  9. CE-Matt

    DOMAIN SEARCH SIURCE CODE FOR CE

    Please open a ticket and we can have a look to see why it's not working.
  10. CE-Matt

    DomainNameApi

    We do not currently have support for DomainNameApi. This could be requested at https://forum.clientexec.com/forums/suggestions-feature-requests.11/ We also do offer custom development. Please open a sales ticket for more information on this.
  11. CE-Matt

    Help please

    Please open a support ticket so we can further investigate this for you.
  12. CE-Matt

    DOMAIN SEARCH SIURCE CODE FOR CE

    Hi, Have a read over https://www.clientexec.com/members/knowledge-base/products-services~67/how-do-i-add-external-domain-search-to-my-site~395 for more information on domain search.
  13. CE-Matt

    Clientexec 6.1.0 Beta 1 Released

    Please open a support ticket so we can further investigate this for you.
  14. CE-Matt

    Voiding Invoice after Auto Termination of Package

    There isn't a way right now. We can look into adding a setting that would have the auto terminate service void any invoices.
  15. CE-Matt

    German language pack?

    Hi, We do not have a german translation right now. More information on how to translate yourself can be found at: https://www.clientexec.com/members/knowledge-base/advanced-customization~83/adding-a-new-translation-language~477
  16. CE-Matt

    Clientexec 6.1.0 Beta 1 Released

    We are pleased to announce the release of Clientexec 6.1.0 Beta 1, which can be downloaded here. As this is a Beta version, this is meant for testing only, and not to be run in production, but should be stable to do so. For more information, please see the blog post here.
  17. CE-Matt

    Completed Support Virtualizor Plugin

    Virtualizor requires the template id, not name when passing it. The OS custom fields should be something like "Cent OS 7.x(1), CentOS 8.x(2)" etc.
  18. CE-Matt

    Completed Support Virtualizor Plugin

    Nothing in there. We will look into the ticket and get back to you.
  19. CE-Matt

    Completed Support Virtualizor Plugin

    You could try enabling logging at level 4 (https://www.clientexec.com/members/knowledge-base/maintenance-~77/how-to-enable-logging~80) and see if anything is logged. You can also just open a support ticket and ask for it to be assigned to me, and I'll debug this for you. I would need CE...
  20. CE-Matt

    Completed Vultr Module

    We will look into this and see what we can do to add it in a future release.
Back
Top