Jump to content

wantoo

Members
  • Posts

    17
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

wantoo's Achievements

Newbie

Newbie (1/14)

7

Reputation

  1. Doesn't work. Even elsewhere in other files (helpers) That's right. I've thought about that, all website date would be in french even for US users. You are right, I rolled back and settled "d/m/Y H:i" for now. Solutions above are not suitable because: - "le monday 10 august 2015 utilisateur a dit" is not very handy for french users - "on lundi 10 août 2015 user said" is worst for english spoken users (a few people on earth is supposed to speak french) That's the point Naja7host! The little I have seen, date format function is executed from /helpers/date/date.php and, yes, there's no strftime()! Changing this needs a little somersault: date --> timestamp (strftime) --> date format again I'm not sure if this is the only place to be in Blesta, the only function to hack...
  2. Yes, every single word are fine, translated and checked... except date which is not a translated string but a php date() function. A value coming from database and formatted to "l j F Y H:i". It could be a "setlocale" problem, maybe in Blesta, maybe in my php.ini. I do have to check that.
  3. You are right Naja7host... a lot! I've had to upgrade Blesta to 3.5.2 again and then fix J!Blesta with the unvaluable help of Steven from Gohigheris. I do recommend J! Blesta when you have to bridge Joomla <--> Blesta
  4. Hello, Blesta 3.5.2 settled in EN & FR language, FR by default in admin parameters (UTC +02:00-Paris + Country France), I got wrong date format in Ticket detail/reply: I need to precise that I've changed /plugin/support_manager/config/support_manager.php file value Configure::set("SupportManager.time_format", "H:i:s"); Configure::set("SupportManager.reply_date_format", "l j F Y H:i"); But, with any navigator in French (tested with Chrome, Firefox) I got: "Le Monday 10 August 2015 13:15 Système a répondu" instead of "Le Lundi 10 Août 2015 13:15 Système a répondu"... FR is active (in green) but PHP locale Date is wrong... Is there a missing "setlocale" somewhere? Thanks Best regards Didier
  5. Well... it's tricky! There's too much (new) code to manually add (admin_company_billing_xxx & functions...etc) that I have to leave my hands off the keyboard before breaking my install. I will have to wait for J!Blesta update before upgrading Blesta to 3.5.x again Anyway thank you Activa for your remark, I didn't realized that Blesta 3.3 lacked of this function...
  6. Thank you Activa for your answer I'm using Blesta 3.3.2 (as I use J!Blesta 1.1.0 which is not 3.5 ready yet, I had to downgrade Blesta from 3.5 to 3.3). You are right. I have merged the two 3.5 / 3.3 quickbooks_invoice_pdf.php files and it appears that 3.3 one doesn't have any payment_options array nor drawPayments() function... I'll try to copy/paste 3.5 quickbooks_invoice_pdf.php in my 3.3 installation to see if it works and fix. I hope meta['display_payments'] & $this->invoice->applied_transactions exists or the fix could be tricky!
  7. Hello, I've unsuccessfully tried to find how to include the "payment method" used for paid invoices (on a new line into quickbooks template)... I mean, I'd like to show a new line below "note" where we could see: " Invoice has been paid by:" - PayPal... - (or) Offline... - (or) Credits Is there a way to catch this value at (paid) invoice template rendering? Thanks for your help
  8. +1 As always, internationalization is a pain in the ass for dev people Blesta has a lot of feature where we would be happy to find language string and/or internal translation process: Universal module as above, but also: - package description (textarea editor) !! Very important for front website! I wonder why there's no language tabs as for "welcome email" below in the same page... - group name (label) - package option group description (textarea) - option label & option display name
  9. I was just wondering why the configurable options and addon packages don't have descriptions to explain what they are for. So I would like to open a feature request to have a ? next to or a line underneath the title with the description set.
  10. haha you are right!! Thousands of client also require a little auto-completion ajax search field at the top of list If I may, I insist on that feature: an announcement could be done just for one person (and only one) for a lot of reason, don't you think? PM feature has not the same goal... messages disappear over time. A (html) private announcement page could be terrific for sales, marketing, notice or specialized notification. Thank you for your hard work
  11. Hi, @ Clare : it works. You can insert javascript code to your editor in "Source" mode. Result will be simply displayed when user click on "Read more" page. @ Naja7host : is it a lot of work to add a new case in your plugin settings: "Must be logged in" --> "Available to Clients" (and the list of registered clients)? It would be fantastic
  12. Free plugin, thank you for that! It will deserve a donation then, for sure I know that I need a specific plugin for my needs... Unfortunatly I have no time to learn Blesta MVC nor API right now. I know how to write my own shell-php-perl exec script, passing variable, sanitize and securize everything and ... hop ... include this in a small html bloc This makes me happy I'm sure I will have to learn Blesta "how to find this, how to code that" in the near future! And put back some work to the community Have a nice day
  13. Yes, I saw your post. And it's a very good idea By the way, I'm afraid, for my part I have a much more complex monitoring infrastructure (local server & cloud based) which I'm trying to "agregate" in one place, per vhost. At least, but not last: Client side: - mod_evasive (DOS) reports - mod_security (fired rules + detail) reports - WAF - T-WAF & HIDS reports - IP auto "unlock" button (unshun) - Per Joomla website: extensions vulnerabilities & update reports... Datas are stored in database and I'll certainly use HighCharts.js as graph real time ajax rendering (and searching feature) Admin side: - security alerts by level - and some other tools I'd like to keep little secret (for now) As you can see, create/add pages function of the plugin could save me a lot of time if we can just add some script inclusion! Life is too short, I have no clue (and no time on) how to write a module/plugin for Blesta Do you have a timeline for the plugin?
  14. Hello, Thank you naja7host Second solution could be great for "global" monitoring (all servers for all customers, ping, services..etc) but I already have a dedicated page on my (next) Joomla frontend website for that task. So, the first solution would do the job as for Clare, even if I have to type by myself all datas, each time (new server --> new package --> add a html area where the script could be included, just for this package) Of course I can easily do that stuff on Joomla member zone but, even if I'll have J!Blesta visual & user integration, have it on Blesta Client Dashboard should be a fairly solution. 1 server = 1 monitoring specific script that user can see under the "accordion" as they can see their options & add-ons. Example of script TEST MONITIS.US --- Share Module: <script type="text/javascript"> monitis_embed_module_id="87274438"; monitis_embed_module_width="500"; monitis_embed_module_height="350"; monitis_embed_module_readonlyChart="false"; monitis_embed_module_readonlyDateRange="true"; monitis_embed_module_detailedError="false"; </script> <script type="text/javascript" src="http://dashboard.monitor.us/sharedModule/shareModule.js"></script> <noscript><a href="http://www.monitor.us">Monitoring by Monitor.Us. Please enable JavaScript to see the report!</a> </noscript> As you can see, Support or Document zone can't be the solution. I've tried to create a "restricted package" add-on, added by Admin only on customer account/service, based on universal module... no way, I failed Didier
×
×
  • Create New...