Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/30/2014 in all areas

  1. Hello The community LAST UPDATE : 23-08-2014 First i dont know if this is the correct forum to post ! another time we are happy to announce the release of the first professional Template for blesta called admin LTE , this Template is based in the adminLTE , is bootsrap of course (3.1.x) . to not talk so much i will let you with some screenshoot . Login Page Client Dashboard Client Other Pages when we get more time we will word in the admin side , but we need to add ability to select template for admin side like client side . any BUG/SUGGESTION port it in this thread . you can download it from github https://github.com/Blesta-Addons/adminlte just upload the folder adminlte inside the folder "app/views/client/" and select the template from admin area . THE BONUS : the color theme can be changed from admin side in look and feel , client section . if you like our work , thanks or donate
    1 point
  2. I didn't even know I had things pubically available on that old server, lol. My fault, sorry. Shoot me an email (ehansen@anzensolutions.com) telling me what you did and the URL it happened on, and I'll look into it.
    1 point
  3. You can also use the License Manager plugin in conjunction with the License Module.
    1 point
  4. You're welcome mate, I have almost every addon / plugin on mega now (was my laptop until it died, thankfully saved them before =])
    1 point
  5. You can get it from here: https://mega.co.nz/#!GsI00ISD!AKIF2hkNr_f0e82DF5LWsVEwytZQ93vHxaFBR-xb9Wk
    1 point
  6. Thanks for detecting that. We will release the fix tomorow. Regards, PV
    1 point
  7. For information folks, charging for Privacy protection will start on 6th August 2014: http://cdn.resellerclub.com/mailers/rc/uk-paid-privacy-protect-now-live-30-07-14.html The API changes are listed in the link.
    1 point
  8. Looks like this is resolved, but just to add.. the reason the lines are commented out by default is that we'd get a lot more complaints about things not working if we forced SSL out of the box. Everyone should use SSL for their Blesta installations, but many do not, or they set it up after installation is completed.
    1 point
  9. Paul

    Understanding Ticket Piping

    Hi @mydigitalcontractor! Is this still an issue for you? In Blesta there is only 1 cron job, and everything automated is scheduled in Blesta under Settings > Company > Automation. Ticket piping doesn't rely on the cron at all, but if you're using POP or IMAP, then it will. Ticket piping settings are available in Blesta under Support > Departments. Create or edit a department, and select Piping for email handling. Then, create a forwarder in cPanel to send mail to the path specified in "Piping Configuration". If you have trouble with this, you can set up an actual mailbox, and select POP or IMAP instead, and enter those details. Blesta will then check the mail box every 5 minutes and look for tickets to create. mailparse is required for email ticket handling, so just ensure that's present in your PHP.
    1 point
  10. You can go to the client's profile page in the admin area of Blesta, click the "Recurring" link in the Invoices section, and edit the recurring invoice to your preferences. Future invoices should be created based on your updates.
    1 point
  11. I think this is related to CORE-1349. So should be fixed in 3.2.2, which should be out very soon.
    1 point
  12. Paul

    Pending Invoices

    Mike is right, if the bill date is in the future, then Blesta will not deliver it to the client and the client can't see it. This is more of a feature where you can invoice people now and have it automatically send out in the future.
    1 point
  13. i have got it $module_row = $this->getModuleRow($vars['module_row']);
    1 point
  14. The only way I see this being possible is if you: Re-used the same email address as a Billing Contact for multiple clients Explicitly sent an invoice to that email address from the mail log Explicitly checked an invoice from the client's invoice listing and sent it to that email address So if I were you, I would check if #1 is true. Look through the client whose invoice was sent, and see if the wrong email address is used for the client or any of the contacts.
    1 point
  15. The direction is already set by the language file (CORE-850). If you downloaded the language from the translator, then it has been set appropriately already. If you're creating the language definitions yourself, then you need to set it in /languages/<lang_code>/app_controller.php: // Language direction (only ltr or rtl) $lang['AppController.lang.dir'] = "ltr"; A right-to-left language may not look good in the interface due to styling, so that is something you'll need to consider yourself, as we have not gotten to it yet. CORE-851
    1 point
×
×
  • Create New...