Jump to content

Michael

Moderators
  • Posts

    9,522
  • Joined

  • Last visited

  • Days Won

    186

Everything posted by Michael

  1. Thank you mate life saver. <?php if( $system_company->address !='' ){ echo nl2br($this->Html->safe($this->Html->ifSet($system_company->address))); } ?>
  2. On the company address, if you put this: 123 Demo, Street name, Address, Town, zipcode It would output: 123 Demo, Street name, Address, Town, zipcode Not with the lines.
  3. Michael

    Cron Task Stuck

    You have to wait for the cron lock to allow you to stop the crashed job, you can do it manually if you wish by doing the following: Cron job has been running for over 60 minutes?
  4. Have you checked that the requirements are all set: https://docs.blesta.com/display/user/Requirements You can ask Namecheap for help if you need it as they manage the servers you are on, personally it's better when you own your own VPS.
  5. Michael

    How To Force Ssl?

    the htaccess should work with cPanel.
  6. Michael

    How To Force Ssl?

    Do you have teamviewer and I can look with you or are you using a control panel (If you use a non control panel do you have allowoveride All?)
  7. Would be perfect, I have a drop down I posted before so they can't write their own. Ref: http://www.blesta.com/forums/index.php?/topic/4312-thesslstore-improvement-could-work-on-gogetssl-too/
  8. A guess, but most places do 15-30minutes
  9. Don't believe so, just tell them to not to log in for about half an hour else it resets the limit for another 30 minutes.
  10. Correct if you need help with your license you can go to them for help or the community forums.
  11. So it shows this mate? private function sendPaymentNotice($action, stdClass $client, stdClass $contact, stdClass $invoice, $autodebit_account=null) { if (!isset($this->Emails)) $this->uses(array("Emails")); // Determine the email template to send if (!isset($this->InvoiceDelivery)) { $this->components(array("InvoiceDelivery")); } $email_group_action = null; switch ($action) { case "notice1": $email_group_action = "invoice_notice_first"; break; case "notice2": $email_group_action = "invoice_notice_second"; break; case "notice3": $email_group_action = "invoice_notice_third"; break; }
  12. 1. I don't believe anyone has a pack you can buy but you could help contribute to the translator pack to help complete it. I personally don't know anyone from Germany to help get a language pack out there. 2. Not sure what you mean by a button solution, you'll need to explain that a bit more for the community and developers. 3. https://docs.blesta.com/display/dev/Overview
  13. Both work and that's up-to you. You can't until the new revamp for domains because you will get a table with three sections. Transfer is already done via the API's with the EPP Code. Don't think that will come fast since it's not as easy as it sounds. I spoke to Eric and Mujahed and I believe it's really hard to do that but mine was about a custom non domain module. You can do it via the database and soon to be move service under User Actions. Has to be a domain module but you can if you use the Domain and Other order form. Dowt that will ever come unless it's easy because not every registrar offers the API for it.
  14. It would be nice if we and customers could have a email when a cancellation has been made.
  15. Sounds awesome mate
  16. You can use the edit here: http://www.blesta.com/forums/index.php?/topic/2952-blesta-321-351-universal-module-workaround-show-service-fields-at-client-panel/
  17. That's probably fixed in 3.6.0: https://dev.blesta.com/browse/CORE-1467 but I could be wrong and they did it just for the Invoices?
  18. Yeah mate that is confusing because I thought it was recurring for 1 month indefinitely and the next due day is next month…?
  19. Personally I think the way is fine as it is now because the client knows where they live and can pick the one they want. I like being known as West Midlands, but some like Warwickshire.
  20. Download manager under beta.
  21. See: http://www.blesta.com/forums/index.php?/topic/592-display-prices-on-your-website/?hl=display+prices
  22. Merci Paul mate Feature request: Tooltips to explain what each drop down does mate
  23. Michael

    Release 3.6.0-B1

    All upgraded merci guys roll on 4.0 after the beta
  24. You can't with the universal module only a "Domain" module can do it. Logicboxes, Namecheap, OpenSRS, etc.
  25. You've answered it yourself, you can either have one package for a set price and tick the boxes for the domains or do one package per domain tld. You could even have one package for all the tlds, and one for the other domain, just put them in the same domain group and they will work fine.
×
×
  • Create New...