Jump to content

Blesta Addons

Alpha Developers
  • Posts

    4,868
  • Joined

  • Last visited

  • Days Won

    389

Posts posted by Blesta Addons

  1. On 5/2/2021 at 2:20 PM, mukesh said:

    logicboxes error when activate domain name

    error: Required parameter missing: customer-id

    error.png

    can you check Tools->logs Modules what is the output?

  2. 3 hours ago, cluster said:

    Also with bulk e-mails e.g. maintenance notification we had issues due to gmail, hotmail, yahoo rate limits, therefore it would be nice if there is a function which delays email delivery e.g. 20 e-mails per minute.

    for your second request, check this post, it has a solution for you

     

  3. On 5/8/2021 at 3:11 PM, Davor said:

    Hello, could this be done with Blesta?

    When creating a package or a plan in the panel that will our potential users see and choose, can we create a webhosting package that can limit a number of records that a user can add to a MySQL database?
    For example if we want to create:
    Starter plan: Unlimited number of MySQL databases with limit of 1200 records per database
    Basic plan: Unlimited number of MySQL databases with limit of 6000 records per database
    Enterprise plan: Unlimited number of MySQL databases with unlimited records per database

    Thanks,

    Davor

    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

  4. On 5/1/2021 at 12:15 PM, Michael said:

    I so think we need to link this to requests and disable this forum, please open a feature request at https://requests.blesta.com mate and we can track it, I do agree with it though. Also are you in the discord mate a few people have been asking about you. Hope you're okay.

    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 .

  5. 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.

  6. 1 hour ago, felipe.rivero said:

    I have been creating a custom module to learn blesta. I want to be able to print custom logs in the methods that I am implementing to be able to see the flows from the backend.

    How can I do this??

    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

                    );

  7. 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

     

    img.png

     

     

     

     

  8. 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.

  9. 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.

  10. 8 hours ago, Paul said:

    A cached invoice insures that the contact details for the client, should they be updated in the system, are not also updated in previous invoices. There is a staff ACL permission called "Edit Invoice". Unless a staff member has access to this, they CANNOT modify an invoice. If a staff member does have access to this, and edits an invoice, it will be re-cached at that time.

    So, I don't think this presents a problem. Do not let staff have edit access to invoices, and enable the invoice cache in 5.1 and invoices cannot change.

    Unless I'm missing something else?

    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.

  11. On 4/24/2021 at 1:06 AM, vedova said:

    sorry to write you here, but... are the VIP subscription packages updated for 5.0.x ?

    Many seems not, wrote you months ago about but no answer. Would be nice to have compatibility and version and date of new release on download page/package list, i've seen so many modules doesn't support 5.0.x yet (had to delete them to migrate to 5.0.x!)

    Still no answer by ticket on your website.

    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.

     

     

  12. 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

×
×
  • Create New...