Jump to content

Paul

Blesta Developers
  • Posts

    6,719
  • Joined

  • Last visited

  • Days Won

    841

Everything posted by Paul

  1. What version were you running, and which did you upgrade to? Did you upload the full version of Blesta or the patch? Patches only work if the patch version changes (z in x.y.z). Did you run /admin/upgrade after uploading the files? Did you check under Settings > Company > Plugins to see if the Support Manager has any upgrades that need to run? I'm able to create new departments under 4.3.2 without any trouble.
  2. Where can we find API documentation?.. and why in the world would they implement backward incompatible changes to their API right out of the gate? I hope this isn't a sign of what to expect from them going forward.
  3. A new GoCardless alpha non-merchant gateway is available. To install, download the attached gocardless.zip and unzip the file. Upload the gocardless directory to ~/components/gateways/nonmerchant/ and go to Settings > Company > Payment gateways to install it. Documentation is right here - https://docs.blesta.com/display/user/GoCardless Any comments or suggestions, please post them below.
  4. Are you referring to the "Order" navigation link in the client area? This always appears, but where it links to depends on your Order Settings under Packages > Order Forms > Settings tab. If Default Order Form is set to "None - Show Listing" then the link will show all order forms. If you select a specific order form, then they will only see that one.
  5. Apart from release videos, which show new features on our blog we only have install and upgrade tutorials at http://tutorials.blesta.com/ We are planning to start producing a line of video tutorials for using different features. If you have some suggestions on where we should start, that'd be great. If you need help doing something in particular, I can help.
  6. What module are you using? What configurable options are you trying to create? The basic flow is this: Create a Config Option Group Create your Config Options, and assign to the Group Create a Package Group Create Packages, selecting the Config Option Group previously created, assigning the package to the Package Group If you have trouble with that, and can explain what options you're trying to create, pricing, etc. and want to PM me your login, I would be willing to create a package with 1 or 2 config options as an example for you.
  7. Paul

    Accepted Payment Types

    What option should you select when? When "Recording Payment" - manually adding a transaction as an admin? You can select whichever option makes sense. IF you have 2checkout and PayPal installed though, the customer should be able to make payment with those methods and the transaction be applied automatically to their account. In that case, there's no need for you to select either. 2checkout and PayPal are both non-merchant gateways, meaning the user can pay with them by name. They leave Blesta to complete payment, and then return. CC & ACH options are intended to work with merchant gateways like Authorize.net, Stripe, and others where the customer completes the payment all within Blesta.
  8. What version of Blesta are you running? The issue described in this task was resolved in 4.3.2.
  9. All of the AJAX templates are a single page. AJAX Slider, AJAX Boxes, and AJAX List. Wizard templates are multi-step, and would not be all on one page.
  10. Can you give a use-case for this? Where do you intend to display the messages, and what are the messages for? I would like to add a messaging system to Blesta, for both Staff and Clients, that can alert them of specific things in the interface, from any page. Curious if that fits in with what you're thinking.
  11. I think we want all forum files to require a login. @Blesta Addons are you trying to download the files from the forum while logged in or logged out?
  12. Paul

    new patch

    Just to add though! If you are installing the PATCH you must be running 4.3.0 or 4.3.1. If you are on an older version, you must download the full release.
  13. Paul

    new patch

    You do not have to upload any modules or plugins or gateways that you are not using. Because they are modular, they are not required by the core if they are not installed.
  14. Are you getting that on the forums or on the docs.blesta.com page?
  15. I've checked the user group permissions, and I don't see anything that would prevent you from downloading the files. I asked someone else to check, and they can download also. Weird. I've added to the documentation with downloads at: https://docs.blesta.com/display/dev/Service+Management+Tabs https://docs.blesta.com/display/dev/Examples
  16. Paul

    Blesta 4.3.2

    Version 4.3.2 is now available, please see the release announcement. Patching Blesta See Patching Blesta in the User Manual for instructions. Installing Blesta See Installing Blesta in the User Manual for instructions. Upgrading Blesta See Upgrading Blesta in the User Manual for instructions. Migrating to Blesta See Migrating to Blesta in the User Manual for instructions. Release Notes See Blesta Core - Version 4.3.2. For older releases see all Change Logs.
  17. For piping, the server must be the MX for the domain your support addresses are at. The error you're getting creating the forwarder indicates that it expects it to be an email address an not an application. I'm not that familiar with DirectAdmin forwarders, but perhaps there is another option? Also, you will want to add the hashbang (path to PHP) at the beginning of pipe.php, and you can drop /usr/bin/php from your forwarder. See https://docs.blesta.com/display/user/Support+Manager#SupportManager-email-pipingEmailPiping for more.
  18. The most common reason for this is that your Plesk server is not able to be reached. Please check that the credentials are correct, that CURL SSL is in your PHP, and that the required ports are open at your firewall egress TCP. You can also check the module log under Tools > Logs > Module, and the system file logs (usually ../logs_blesta/) which is defined under Settings > System > General.
  19. I don't know the reason ?dir= is appended to the file. I'll bring it up with the team. What kind of caching are you doing, and how is the resource interpreted? Does it assume that it's a dynamic resource, and does not cache it, or? If it was cached, a new theme would not be picked up until the cache expires. For the admin area, this is a problem if you have multiple companies and are switching between them. The URL would stay the same, but the company & theme would change. Perhaps the file name should be THEMENAME.css
  20. theme.css is what sets the color theme based on the theme selected and defined under Settings > Company > Look and Feel > Themes. I don't know if that answers your question, but without theme.css Blesta will revert to default colors.
  21. I love these kinds of threads! Well done @Blesta Addons
  22. I don't have any available time to help port to Bootstrap 4. We are considering an upgrade to Bootstrap 4 for Blesta 5.0, but I have no ETA on that and am unsure how many more releases we will have under v4.
  23. Looking good!
  24. Fluid would look good I think, allow the panels to expand to fit.
  25. Whoa Nelly! We should probably still look at why it's using so much memory. If you don't mind doing some testing, I'd be curious how many it'll load for you for a given amount of memory. For example, at what point does it break with 256MB memory?
×
×
  • Create New...