Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/01/2015 in all areas

  1. Disabling access to suspended/canceled service module tabs is in v3.6.0-b2.
    2 points
  2. A message is already displayed in the client/accounts/ page if autodebit is disabled: "Automatic payments have been specifically disabled for this account, please contact a staff member to reactivate. You may select a payment account as your default, but it will not be charged automatically until it has been reactivated by staff." Not showing navigation links on specific conditions unrelated to permissions is more complicated, so we wouldn't go that route at this time. However, I've added CORE-1834 to v3.6.0-b2 that removes the section from the client UI sidebar if the payment types are disabled and the client has no payment accounts.
    1 point
  3. Tyson

    How To Force Ssl?

    The .htaccess file included with Blesta already contains a rule to force HTTPS, which is commented out by default. Simply remove the # symbol at the beginning of these lines # Force HTTPS #RewriteCond %{HTTPS} !=on #RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=307,NE,L] i.e. # Force HTTPS RewriteCond %{HTTPS} !=on RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=307,NE,L]
    1 point
  4. 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/
    1 point
  5. Jonathan

    Plugin: Auto Cancel

    Having an event for services.schedulecancel would be immensely helpful. It'd be triggered upon a service being scheduled for cancellation. We'd also need the inverse event upon unscheduling the cancellation.
    1 point
  6. I received a cron error when payment reminders attempted to send. PHP Fatal error: Call to a member function deliverInvoices() on a non-object in /app/controllers/cron.php on line 858 I've manually patched this by placing this at 811: if (!isset($this->InvoiceDelivery)) { $this->components(array("InvoiceDelivery")); } Blesta 3.6.0-b1 PHP 5.6.13
    1 point
  7. This is fixed for 3.6.0-b2.
    1 point
  8. That would work.
    1 point
  9. I believe it's 10 minutes, and I thought there was a setting in the config for it. However, there is a setting in the config for max failed attempts. Look in /config/blesta.php for.. Configure::set("Blesta.max_failed_login_attempts", 10); Change the value of 10 to say 100. I believe they will be able to login. Then, change it back to 10 or a suitable number.
    1 point
  10. Glad you were able to find it in the docs. Upgrading is also described in the README file that comes with Blesta. To reiterate for anyone else--after uploading your files to your Blesta installation, go to your Blesta installation in your browser at /admin/upgrade/, and follow the steps shown on that page (essentially, click a button).
    1 point
  11. Thanks for the find! CORE-1833
    1 point
  12. Looking real good! I would probably build my site with this as the starting theme, lol.
    1 point
  13. nm i finally found it in the manual https://docs.blesta.com/display/user/Upgrading+Blesta cheers guys you're all awesome
    1 point
  14. Paul

    Plugin: Auto Cancel

    A staff and a client email when cancelled? (see Mike's feature request http://www.blesta.com/forums/index.php?/topic/5112-notice-service-cancellation-email/) Or, send an email to clients, and Staff can BCC subscribe to that if they want. Would the emails need to be different?
    1 point
×
×
  • Create New...