Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/11/2015 in all areas

  1. You will either need to have everything fully translated into French, or ensure you have defined French email templates and that the client's default language is in French.
    3 points
  2. George A.

    Hello Blesta!

    Hello, I'm glad to join the family of blesta software users. Was thinking to buy a whmcs license but after taking a close look at both I made a choice: Blesta. Hoping nothing but good things to happen from now on. Kind regards, George.
    2 points
  3. Paul

    Support Manager + Attachment

    Attachments are supported, please ensure that your uploads directory is set and is writable. Settings > System > General > Basic Setup > Uploads Directory. This directory must be writable by your web server, cron user, and email server user. Also, ensure that you have the following directories inside the upload directory Assumes your uploads directory is at say /var/www/uploads/ (Be sure to start and end with a forward slash /) /var/www/uploads/ /var/www/uploads/1 (1 here is for company ID 1, if you have 1 company, that is this one) /var/www/uploads/1/support_manager_files (This is where support attachments go) /var/www/uploads/system (For system use) A link to any/all attachments will appear in the ticket for the reply they were attached to. Attachments are not however emailed out to staff or clients, but only downloadable in the UI. This is due to the potentially sensitive nature of attachments. But attachments can be emailed in.
    2 points
  4. Do you have a French email template defined for the "Ticket Updated" email template? What is the client's default language? The system will default to English in either case. If you do not have email templates defined in the default language, English may still be used since that is all the system knows to exist. You can update your system to set French as the default fallback language by updating /config/core.php and changing Configure::set("Language.default", "en_us"); to Configure::set("Language.default", "fr_fr");
    2 points
  5. mrrsm

    Php7

    It doesn't look like mysqli is removed in php7 so you shouldn't have any issues. I personally prefer PDO just because I can almost seamlessly support multiple database types without changing any code.
    2 points
  6. Personally I would prefer sending the password link. It's time sensitive and allows them to set their own password, which is preferable. Plus, sending a password in email is not secure. I would be open to this. I have had to, on several occasions opened up the client password reset page and entered a customers username to force one of these to them after they had trouble doing so on their own. Thoughts from anyone else?
    1 point
  7. Its a bit more complicated but I will try to add it
    1 point
  8. Joseph H

    Hello Blesta!

    Welcome to the family mate
    1 point
  9. Paul

    Hello Blesta!

    Welcome and thank you for choosing Blesta! If there is anything we can do for you please let us know!
    1 point
  10. I believe it goes via the system language: Settings > General > Default Language: French (fr)
    1 point
  11. tileyukcj

    Logout Url

    Cheers il try that later
    1 point
  12. jbrooksuk

    Php7

    Not if you don't upgrade. For me PHP 7 is a massive step forward, from the tests I've ran it's at least twice as fast. Since I write my code on Laravel it's already mostly compatible, which is great!
    1 point
  13. Tyson

    Logout Url

    Are you wanting to redirect a client after they logout from Blesta, or before? If before, you can setup a 301 or 307 redirect via .htaccess. If after, then you would need to update the appropriate controller in Blesta (e.g. /app/controllers/client_logout.php) to change the current redirect.
    1 point
  14. Michael

    Bootstrap Is Where?

    http://getbootstrap.com/ is the main one.
    1 point
  15. Paul

    Bootstrap Is Where?

    Bootstrap is used for the client area, not for the admin area. All of the templates are in /app/views/client/bootstrap/. You can clone the bootstrap directory with a new name, and select it from the Settings, and modify it.
    1 point
  16. You should request this To PaulV .
    1 point
  17. Paul

    Release 3.4.2

    That's the way to go. Each patch contains all previous ones, so everyone can use the same file to patch the minor release rather than having to apply a 3.4.1 patch, and then a 3.4.2 patch in the correct order. Simpler.
    1 point
  18. Hello again Blestars Article updated to support new Blesta 3.2 with Bootstrap (25-04-2014) We see that are many clients that use, or want to use Wordpress and integrate Blesta, but dont know to, here is a few tips on how to 1º- Install Wordpress (If you dont have alredy installed) 2º- Go to your wordpress admin an click on Pages->Add New 3º- - Enter the Title you want ex: "My Blesta" - Click on "Text" and add the code below (change the URL "http://your-blesta-domain-instalation/" below to fit your blesta domain and folder instalation) : <div style="width: 500px !important; height: 600px !important; padding: 10px !important"> <iframe style="width: 500px !important; height: 600px !important; padding: 10px !important" frameborder="0" frameborder="0" src="http://your-blesta-domain-instalation/"></iframe> </div> - Click on "Publish" and enjoy If you have a problem, just post your wordpress Blesta Integration, and we can help you changing your template to fit. There are outher alternatives, but it needs more compability and more work, but for now this is the easy way Regards, PV
    1 point
×
×
  • Create New...