Jump to content

Paul

Blesta Developers
  • Posts

    6,719
  • Joined

  • Last visited

  • Days Won

    841

Everything posted by Paul

  1. Thanks! Still more work to do, but it's a step in the right direction
  2. It took a while for us to get around to it, unfortunately -- we had lot's to do! The biggest thing that held this back was the addition of configurable options, which allow this module to work as it should. We definitely appreciate any industry recommendations. We think we can do well with GSP's, and have more planned.
  3. Do you mean an auto-save feature? Not necessarily a draft, but auto-save your replies until you submit them? The way I would see this working is if you visit a ticket where there is an auto save, it would appear differently, and allow you to complete the response and submit it.. or cancel and delete it.
  4. It's going to be a while before we release a responsive admin area. I frequently use my iphone 5s to access the admin area, and while some zooming and scrolling is necessary I'm able to get done what I need to. Don't get me wrong, responsive would be nice, but there is a lot happening in the admin interface and it's a huge job. It's just not a big priority at the moment, there's a lot of other things need to happen first.
  5. Check if you have the GD extension in your PHP. TCPDF attempts to use GD to manipulate the logo in some circumstances, if it cannot do so it will not appear.
  6. So they call VPS's droplets? https://developers.digitalocean.com/droplets/ I've noticed quite a few people do have Blesta deployed via DigitalOcean, but realize I know very little about them. What do you like about them? How long have they been around? They seem very popular.
  7. Good question, will discuss with Cody. This could be an issue best left to the extension to gracefully handle.
  8. Paul

    Updated Blesta.com

    Thanks! Cleaner is what I was after. The original plan was just to convert it to Bootstrap 3.1 and make it responsive, but I was on a roll. The hero image on the home page is now a slider, only one slide at the moment but will add more soon. Needed to be more dynamic.
  9. We could probably enable the saved card for auto debit if-- There are no other payment accounts saved for the client The payment account is set up for auto debit at the same time it is saved (from checking the save checkbox) In other words, when a payment account is saved, check if there are any other payment accounts saved for the client. If there isn't, then mark it for auto debit. Thoughts? Any potential issues with this?
  10. We updated www.blesta.com today. It's responsive now. More changes will follow in terms of additional content, & tweaks but I'm curious what you think!
  11. I believe auto debit is enabled by default, unless you mean that if a user pays with a credit card and checks the box to save their credit card.. does it then select that credit card for auto debit? I'm not sure what the answer is, maybe it doesn't? If not, it probably should.
  12. Looking really nice, congrats!
  13. Paul

    Release 3.2.0

    3.2.1 is likely to be released next Thursday, or early the following week. I'll be in Miami Monday through Wednesday for Hostingcon, and we plan to get 3.2.1 out after I return. 3.3.0 is in development, and a couple of the main features are complete: proforma invoices, and price overrides, among other things. I don't have an ETA on 3.3, but it's coming together nicely so far.
  14. Yes, if nothing else for the fact that disabling password authentication is good for security. It eliminates the possibility of common, password based brute-force attacks.
  15. That's interesting since the module is responsible for that, not necessarily the order form. Weird. Can anyone else duplicate the issue?
  16. Paul

    Can't Change Theme

    Glad you were able to get it working, and thanks for the nginx tutorial! I hope your go-live is nice and smooth!
  17. Nice tutorial, thanks for the contribution!
  18. Paul

    Add-Ons

    Can you provide more details, I'm not sure what you mean.
  19. Paul

    Can't Change Theme

    The screenshot showing galactic theme selected, shows no theme loaded for the admin area. My guess is that your nginx configs may not be correct. Try accessing /admin/theme/theme.css?dir= in your browser. Does it load any CSS styles? This resource should be included in the admin page, the styles returned by this override the defaults to display the theme. My guess is that this isn't working for you due to some server configuration.
  20. Well that's a bummer. Twilio could, I believe, also be used for phone support. Call in, verify the user, call forward them to your support number. In Blesta, something could pop up for the call and you can log the call into a ticket.
  21. CORE-1272, thanks for the suggestion!
  22. For SMTP Security, select TLS. Make sure port 587 egress is open at your firewall.
  23. The standard order form in 3.2 should be responsive already, what's not working for you?
  24. app/views/client/bootstrap/structure.pdt contains the header & footer for the client area. If you make a lot of changes, you can clone the bootstrap directory with a different name, and select the new one under Settings > Company > Look and Feel > Template.
  25. How many of you have password auth disabled?
×
×
  • Create New...