Jump to content

Paul

Blesta Developers
  • Posts

    6,581
  • Joined

  • Last visited

  • Days Won

    817

Everything posted by Paul

  1. What do you guys think, a pop up window with an HTML invoice and an option there to download the PDF version? Or embed the invoice in the page in the client area?
  2. Check your email templates, it may be that it's using https:// for the link in that email when you don't have SSL set up for the domain. Regarding the other error about connecting to the remote server for the module, uncheck the "use module" option to update Blesta without connecting to the cPanel server. If you add a cPanel hosting account to Blesta that's already set up, then you'll want to uncheck the "use module" option at that time as well. After it's added, click to Manage the service, and make sure the proper username is entered for the username field. This will link it to the server so suspensions and unsuspensions can happen automatically. If you try to remove the service from Blesta and don't want it to delete in on your WHM server, always be sure to uncheck the "use module" option.
  3. Paul

    Payment Types

    That's correct. Custom payment types.
  4. Paul

    Var Account

    We don't make the pricing public. Did you email from the same address you signed up from the forums with? Do you currently have a Blesta license? VAR accounts are unlimited licenses on servers you own or operate for a flat monthly fee. Most customers are better suited for the standard reseller plan, which has a much lower commitment.
  5. Not happening anymore? I remember before you said you had 2 windows open logged into each company watching the ticket queues and it worked great. For me, it looks like the other company but it loads the ticket queue for the last company you switch to. This can give the appearance that it's the ticket queue for company A, but it's actually the ticket queue for company B. Make sense? I just wonder if that's what's happening here.
  6. IPBoard does that, I think it's to prevent yelling in titles, but It is pretty annoying since it forces Cpanel instead of cPanel, Cdt instead of CDT, etc.
  7. Yeah, this would be pricing in a single package. Duplicate terms with different prices. I'm not sure it will solve anything in Dave's case, but I thought I'd throw that out there since this functionality is probably not common knowledge.
  8. A cron job and a cron tab are pretty interchangeable, I think. I agree, assigned to CORE-791 - thanks! I'll see what we can do about that, there is definitely room for improvement here. Not sure why that is, your web server isn't doing any caching is it? Can anyone reproduce? Forcing HTTPS was actually added to 3.1. We need to split the documentation for 3.0 and 3.1, and will be doing that shortly. Often times we have people asking how they can force HTTPS for their Blesta installation. It's a good idea to use SSL whenever possible, especially when personal and financial information may be at risk. Since not all servers have SSL, we added the rule and commented it out so that it can easily be enabled. If your cron job is set up and running, then installation is complete. I suggest checking out common tasks in the manual http://docs.blesta.com/display/user/Common+Tasks for what to do next. This forum is also a great place to ask for help! Thank you for your suggestions!
  9. I've linked to it in the manual here - http://docs.blesta.com/display/user/Company+%3E+General A tooltip here would probably be a good idea though.
  10. I think he means everyone in this thread who posted a review
  11. You can set up a package with multiple price options for the same term.. for example.. Package A 1 Month $89.99 1 Month $99.99 1 Month $79.99 Then just select the appropriate price point for the legacy package. This wouldn't make sense if offering it for order, since the customer would simply select the cheapest option, but for legacy services it might help with what you are trying to do and reduce the number of package permutations that are required.
  12. Thanks for the suggestion. Do you think this could be accomplished by using conditionals in the welcome email template now? It's likely we will add the ability to create custom email templates in the system in the future, and a method by which they can be utilized by the core, manually, or by other extensions.
  13. What happens if you log out entirely, and log in directly to that other company? Does the ticket still appear? Can anyone else reproduce this?
  14. Paul

    Mysql Import Passwords

    If you originally imported from 2.5, the passwords as stored in Blesta 3 will be the same MD5 hashes unless/until the user logs in and the password is updated. If you look at the users table, password field, it should be pretty obvious which passwords are MD5 and which are not. MD5 passwords are 16 byte, and will appear shorter than new passwords.
  15. Paul

    Cpanel Problem

    Thanks for the report on this guys, I have not confirmed but I have assigned this to CORE-789 so we can investigate.
  16. A service price override option is assigned to CORE-747 and tentatively scheduled for 3.3. We might be able to bump it to 3.2, but even then it's still a little ways out. I wonder if you're able to use recurring coupons to get the pricing the way you want, though it may be simpler to use legacy packages.
  17. Which CSS files did you find to be poorly formatted? I'm happy to take a look.
  18. What do you mean by post to host? Can you provide more details?
  19. We did design the invoice system to be able to support multiple formats, like PDF, HTML, and more. I'm pretty sure we will be implementing an HTML version. However, others, like the aforementioned generate their PDF invoices from HTML directly which we think results in a poorer quality PDF. So, the challenge will by to try to re-create the PDF version in HTML such that it looks similar.
  20. In Chrome for me, it just downloads it and doesn't give the option to open without saving. So, it can vary depending on the browser and the PDF reader installed.
  21. Paul

    Contact Types?

    I've added a little bit to the documentation for contact types - http://docs.blesta.com/display/user/Company+%3E+General I think contact types start to become extremely useful once they are able to login, and have unique ACL permissions. At the moment, they are primarily useful to admins when responding to inquiries about an account, or reaching out to the company for whatever reason.
  22. Paul

    Cpanel Stats Pie?

    Can you post a screenshot of what it looks like with unlimited set? I'd like to make some improvements overall with the graphs here.
  23. Paul

    Mysql Import Passwords

    You need to enable legacy password support in config/blesta.php http://docs.blesta.com/display/user/Configuration Blesta 2 uses MD5 passwords for user accounts. Blesta 3.0 uses bcrypted HMAC SHA 256 passwords. Enabling legacy support allows clients with imported MD5 passwords to login.. and once they do, they are converted to the new password format. We suggest enabling legacy password support, and then disabling it after a reasonable amount of time.
×
×
  • Create New...