Jump to content

Blesta Addons

Alpha Developers
  • Posts

    4,868
  • Joined

  • Last visited

  • Days Won

    389

Everything posted by Blesta Addons

  1. new release 1.6.0 + update old vendor packages + Tested with blesta 5 and php 7.3
  2. new release 1.2.0. + support blesta v5. not compatible anymore with older versions of blesta. do not update if you still using blesta 3 or 4.
  3. enable dev tools in Firefox or chrome, then see if any error appear during the submit .
  4. i think so, the function setBody() is your friend;
  5. can you check Tools->logs Modules what is the output?
  6. for your second request, check this post, it has a solution for you
  7. Your request has nothing to do with blesta, this should be done in database server, i'm not aware of any control panel that support this feature . you can read more in this subject
  8. Hello sir, i have discord but is a long time i haven't enter, sorry for this latency in response due to working time. and time interval .
  9. Hello All, we are working hard to upgrade and test all our add-ons to support blesta v5, and we have already done for so many add-ons now, not released until now for testing purpose. when we release the new update support for blesta v4 will be limited and in some case will be stopped. the new requirement for blesta V5 will push us also to follow the same requirement for our add-ons, so will support php 7.2 and above, support for php 5.6 and 7.1 will be stopped. our clients should save any old add-ons in their behalf, after we release the new update no more downloads for old release.
  10. in module class, you can use the core log function $this->log(); sample like $this->log( 'server name', serialize(['var' => $params['username'], 'var_2' => 'some value']), 'input', // this can be also 'output' true // this can be false in case of error );
  11. Hello all, in Blesta v5 a feature was added to verify client email, blesta can allow only verified clients to make payment, but is not preventing clients from accessing the client side, our plugin add this option, with Force Email Verification plugin, the client can't access client side until the email address is verified, with this action the client is forced to verify his email and use a real email in the registration. the plugin require the Pro (Silver) subscription. order from this link
  12. new version release, 4.0.0. * now the plugin are compatible with blesta v5 .
  13. from admin side, there are no way to know of filter unverified clients, so please add it to client filters.
  14. Blesta has introduced a new feature to verify users email, it would be perfect if we can prevent users from accessing client area if they aren't verified their email. an option in client settings.
  15. adding article with images styling from ckeditor. the images style is not applied in the default Blesta theme, as is not include the image styles. after a saerch i have found this result : The actual styling of the images is the integrator’s job. CKEditor 5 WYSIWYG editor comes with some default styles, but they will only be applied to the images inside the editor. The integrator needs to style them appropriately on the target pages. You can find the source of the default styles applied by the editor here: ckeditor5-image/theme/imagestyle.css.
  16. // Set Per Page result if (!empty($filters['per_page'])) { $this->setPerPage($filters['per_page']); }
  17. in so many places, we need a custom quantity result, there are no way to change this from admin interface or make it custom for clients, we need to change this value from config file and it apply to all Blesta system, per default is 20 results. it would be nice if we can select how many result we want from the filter options.
  18. you need to get the last time that cronjob was lunched, then go to blesta_logs directory and search for errors in that time to see exactly the real error for this stuck.
  19. we have done this in our admin tools plugins, we have worked with it for a years, but finally is not the best solution, some times the cached invoices are emptied and a manual search for a requested invoice has become a nightmare for . the best solution is to add client info and service info in the invoice table or a separate table then join them, this way we can see a list of invoice, print/download/search etc ... from admin side. we have created a plugin that clone any created invoice in new table and save all the client/service/tax/coupon ...etc. we have created also credit note for our custom plugin, and now we are almost 95% EU compliant law.
  20. Hello Sir firstly all the ticket in our website has a reply, unless today's ticket . for your question, we are updating add-on by add-on, we have more than 40 add-ons + more than 50 custom add-ons for client that should be upgraded to v5. we are doing our best to update as soon as possible, we regret that we causing you a trouble in your add-ons, wish add-on are trivial for you, i will push it in our backlog to speed the update for it. generally a lot of add-on still working in v4 and v5.
  21. in older version we have the ability to control at least the widgets abnd orders via the file client_controller.php, now no option to do anything, the function getwidgets() was removed from client_controller and it appear has been added to app_controller. what is the solution now ? after 5 years and no option to order or disable widget from admin side, and no control offered on the files !!!! great work
  22. UP, really we every time a big trouble with client for this. if a upgrade is not paid why blesta suspend the service and we have already Queue Service Changes Until Paid checked,!!! another action is to cancel Queue Service Changes + invoice after x days when we have Queue Service Changes Until Paid checked.
×
×
  • Create New...