Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/21/2018 in all areas

  1. Michael

    Translate Blesta - client view

    Go to Settings > Company > General > Internationalization > install.
    2 points
  2. Thank you Jonathan for providing us this great module
    2 points
  3. We feel on cloud nine, being able to spread the exciting news that ModulesGarden has already gained the trust of over 20 000 customers! Working with you over the past seven years has been a truly rewarding experience to our entire team and we deeply hope you share the same level of intense enthusiasm. Since none of our accomplishments would have been even remotely possible without your fervent support, we wish to express our profound gratitude with a ravishing promotion. Head over to our Blog and claim your well-deserved thank you gifts!
    2 points
  4. NameSilo Domain Module This module is a complete solution for domain registrations and transfers through NameSilo. This module builds upon and continues the work by @NETLINK. He and I will be jointly contributing to this project and we welcome any other contributions on GitHub. An old thread related to this plugin was at https://www.blesta.com/forums/index.php?/topic/3399-namesilo-plugin Features Domain registrations Domain transfers Supports all NameSilo-supported TLDs by dynamically listing the available ones to package creation Proper .us/.ca support with necessary fields on order forms NameSilo audits Sync service's renewal date with domain expiration date Register/manage nameservers/hosts Set/change nameservers Update WHOIS details Lock/unlock domain Retrieve EPP code DNSSEC management Check email validation & resend validation email if needed Toggle WHOIS privacy Manually extend registration Transfer status tracking Screenshots Coming soon Installation https://github.com/knownhost/Blesta-Namesilo/blob/master/README.md Upgrading Nothing special is required except when updating from <1.8.0. In this case see the "Other" section below. Known Issues A domain transfer can be ordered for more than 1 year. NameSilo's API does not allow a transfer to extend more than one year so the extra years would be lost if not manually corrected. I'm unsure of how we'll solve this at this point. Future Plans Update for Blesta's new domain management system when release. This will be the v2.0 milestone and will likely be mostly a rewrite of the module. Clean code and remove unnecessary code. Manually extending as an admin should support invoicing/queuing to post-payment. We should be able to do this with the proration logic. DNSSEC management Implemented! Source This module is fully open source and can be found on GitHub. Two repos are kept fully updated with releases currently being built on the second: https://github.com/knownhost/Blesta-Namesilo https://github.com/NETLINK/Blesta-Namesilo Download I will make every effort to maintain the listing in the marketplace at https://marketplace.blesta.com/#/extensions/80-NameSilo Module GitHub will always definitely be up-to-date: https://github.com/NETLINK/Blesta-Namesilo/releases Other The version 1.8.0 release is a major update building upon @NETLINK's work. The new auditing features will not work properly until you "manage" and save your NameSilo account settings. Everything else should be fully backwards-compatible.
    1 point
  5. We are happy to show to all the community our brand new canada based website. Here what i have so far.
    1 point
  6. Yeah i went with 95% width and adjusted the col of the panel to 2+10 etc making an 12 to bootstrap grid system.
    1 point
  7. Michael

    Mailparse in Directadmin?

    yum -y install re2c;pecl install mailparse-2.1.6; I think you need to use them two commands. http://forum.directadmin.com/showthread.php?t=54620
    1 point
  8. Jonathan

    Mailparse in Directadmin?

    You'll probably need to do this with pecl. https://forum.directadmin.com/showthread.php?t=44201
    1 point
  9. Tyson

    AR Aging

    If you're familiar with php you can update /components/reports/aging_invoices/aging_invoices.php to alter the data export for the AR report.
    1 point
  10. Thank you for providing additional information to help us duplicate the issue. I'm not sure exactly why the package option was created without a value set, however, you should be able to delete that package option from the system and create another one instead. I did encounter the error, as you described, when the "min" quantity is left blank. We will look into fixing that soon in CORE-2804.
    1 point
  11. katycomputer

    Autodebit

    Thanks Paul - going back to default resolved the issue.
    1 point
  12. Paul

    Translate Blesta - client view

    Then under "Settings > Company > General > Localization" you can set the language as the default language if you want. Or, under My Info you can set the language for your staff user only, and clients can select the language when they sign up.
    1 point
  13. Paul

    Autodebit

    Here' is the default conditional for the auto debit message: {% if autodebit %}{% if invoice.autodebit_date_formatted %}Auto debit is enabled for your account, so we'll automatically process the card you have on file on {invoice.autodebit_date_formatted} unless payment has been applied sooner.{% else %}If you would like us to automatically charge your card, login to your account at http://{client_url} to set up auto debit.{% endif %}{% else %}If you would like us to automatically charge your card, login to your account at http://{client_url} to set up auto debit.{% endif %} It looks like you just removed the else statement, so it'll either show that message or nothing. I'd suggest putting something in between the autodebit and invoice.autodebit_date_formatted conditionals as a test to see if it is output, which will show whether autodebit is boolean true. We have a task - https://dev.blesta.com/browse/CORE-2770 which is designed to catch cases where auto-debit is enabled but there is no account set for auto-debit. I don't think this is related to your issue. The only other thing I would suggest is to try toggling auto-debit off and back on. If the value is not set for some reason, it may appear on anyway. If you toggle off and back on, it will ensure the setting is present.
    1 point
  14. True. Not sure what an appropriate price is but i think $275 seems fair.
    1 point
  15. I'm trying to let the customer pick the price for a certain service using this.. I'll try to find something around it and ill post if i found the solution
    1 point
  16. Nevermind. Fixed it. I had to change this in the config file to 25. // Number of results to display per page Configure::set('Blesta.results_per_page', 25);
    1 point
  17. Text, Textarea, Password fields will be available to add as config options in Blesta 4.4, but I don't know if this will work in your case because if the field should calculate quantity in Blesta, then it would still need to be a quantity field in the configurable option.
    1 point
  18. Thanks guys, Here an pic of the home page so far i still got to fix some css but other then that it coming along nicely. I'm starting to feel that maybe container-fluid would be more acceptable for the dashboard over container (bootstrap), I don't now it just the content seem narrow maybe on 1080 it not so bad but i use an ultrawide monitor so it kinda wierd.
    1 point
  19. you need to add the js files and code to the order form view (depend on the template you use) .
    1 point
  20. You may be best setting a public price mate, and people can then get in touch with you. Good luck selling.
    1 point
  21. 1 point
  22. Now, I can start selling at least a few bits, other issues remain, they must be worked on, step by step
    1 point
  23. You are great, I got the thing done and it works !!!!!!!!!!! ???????????????? Thank you
    1 point
  24. The issue has been resolved by upgrading. Many thanks Jonathan. Great module btw. ?
    1 point
  25. Ah, yes. 1.8.4 fixed some issues with admin-side registrations. See the change log. https://github.com/NETLINK/Blesta-Namesilo/releases/tag/1.8.4
    1 point
×
×
  • Create New...