Jump to content

Blesta Addons

Alpha Developers
  • Posts

    4,868
  • Joined

  • Last visited

  • Days Won

    389

Reputation Activity

  1. Like
    Blesta Addons got a reaction from Gohost in Affiliate module for Blesta   
    is good news that blesta has more client every day, and getting more migrating to Blesta than away from it. but i'm still insist that blesta has not touched yet the big market (Hosting Market), if blesta can concentrate in this market, you will get more clients than what you imagine, we are working with the two billing system and we know exactly what are locked and missed in blesta, if you want @Paul any suggestion or ideas about how the hosting market work i'm ready . 
    whimps has a big team (in term of persons) and a big company behind it, and of course a big base clients for it, and they are totally in the hosting market for so many years and they know well what the market need. why not blesta look at the other side a try to make a collaboration with Plesk, interworks and directadmin ... ect, and why not searching for investors, it a win win contract, because the time is money nowadays .
     
  2. Like
    Blesta Addons got a reaction from activa in Module WHMAMP?   
    hello sir
    we are ready, we already completed the code of the module , almost we need test and test .
  3. Thanks
    Blesta Addons got a reaction from activa in [Plugin] Sync Clients Ids   
    Hello
    today we will release a new plugin called Sync Clients Ids .
    some blesta admins will see in dashboard that client Ids is not sync with Client ID Value, so the client id can be 50 and client id_value can be 120 and this related to the AUTO-INCREMENT bug in mysql, a related threads about this can be found here and here .
    so the plugin will fix this issue by sync the client_id_value with the client_id.
    Order
    you can order the plugin from this link
  4. Like
    Blesta Addons reacted to CanadaCloudHost in Virtualizor AutoPilot   
    So I and my team made this blesta plugin to automatic manage virualizor packages,
    In the configuration panel, You set your currency and price per resource.
    Then you configure how many packages you want to randomly generate within that range.
    For example, I want 6 packages to range between 2-4cores the plugin will automatically create 6 packages from small-1 to small-6.
    This will also create the plans inside virtualizor to ensure virtual machines can be deployed correctly.
    Prices will start around
    £7.50/mo branded
    £14/mo unbranded
     
    We may consider selling own license at later date here some examples.
     
     



  5. Thanks
    Blesta Addons got a reaction from Joseph H in [Plugin] Sync Clients Ids   
    Hello
    today we will release a new plugin called Sync Clients Ids .
    some blesta admins will see in dashboard that client Ids is not sync with Client ID Value, so the client id can be 50 and client id_value can be 120 and this related to the AUTO-INCREMENT bug in mysql, a related threads about this can be found here and here .
    so the plugin will fix this issue by sync the client_id_value with the client_id.
    Order
    you can order the plugin from this link
  6. Thanks
    Blesta Addons got a reaction from activa in Listing packages on portal screen   
    is true, is not accepting javascript also. we have CMS pro that i used in one of our website group that have this option, allow users to add javascripts/php in thier code, is multi-languages support, built-in in compares packages, built-in whois search, built-in sliders, built-in domains extensions page, built-in contact page, built-in menus and nav bars menu, footer links, Seo-friendly and mush more wonderful and fantastic  features, we have not yet released for public, but we are in the way to release it.
    a dirty way to achieve your goal now is :
    1 - create custom plugin that will show what you want.
    2 - create a js file that has a ajax request to that plugin controller
    3 - in the cms put the line to the js file.
    <script type="text/javascript" src="https://xxxxxx.com/plugins/your_plugin/views/default/js/your_js_file.js"></script> we are using the same method in blesta-addons to list the latest products, you can check html source code to understand well .
    our js file has this content
    fetch_latest_items(); function fetch_latest_items() { $(this).blestaRequest("GET", "/plugin/store/main/latest_products/", null, function(data) { if (data) $(".portfolio-slider").html(data); }, null, {dataType:"json"}); }  
     
  7. Like
    Blesta Addons got a reaction from activa in validateHostname Should Accept Uppercase Characters   
    mabe modules like Plesk, Interworx, Proxmox, centoswebpanel, tcadmin ...ect
    i think it would be preferably if the function is added to module.php, then any other module can herite the fucntion and call it when is needed.
     
  8. Thanks
    Blesta Addons got a reaction from activa in [Services] Add renew to Actions   
    it would be nice to see a renew action to the services list actions, sometimes we need to lunch the renew action for the module without login to remote service, like renew, domain, SSL, license ... ect
    at this moment blesta didn't have option to allow client renew their services before their end date or invoice generated, so at least give the staff to create invoice manually and then execute renew command throw service actions .
     
  9. Like
    Blesta Addons got a reaction from activa in Php 7.2 cPanel Module   
    with php 7.2, in cPanel module when adding server it return error
    count(): Parameter must be an array or an object that implements Countable on line 72 in /home/xxxxxx/public_html/blesta/components/modules/cpanel/views/default/add_row.pdt a simple fix
    $num_servers = count($this->Html->ifSet($vars->name_servers, []));  
  10. Thanks
    Blesta Addons got a reaction from Joseph H in [Services] Add renew to Actions   
    it would be nice to see a renew action to the services list actions, sometimes we need to lunch the renew action for the module without login to remote service, like renew, domain, SSL, license ... ect
    at this moment blesta didn't have option to allow client renew their services before their end date or invoice generated, so at least give the staff to create invoice manually and then execute renew command throw service actions .
     
  11. Thanks
    Blesta Addons got a reaction from Amit Kumar Mishra in Force email as username   
    no
  12. Thanks
    Blesta Addons reacted to Tyson in how to add ckeditor in portal   
    I believe the CKEditor JavaScript file must also be set to the view in the appropriate controller, e.g.
    $this->Javascript->setFile('ckeditor/ckeditor.js', 'head', VENDORWEBDIR);  
  13. Thanks
    Blesta Addons reacted to Guardoo in TAX Inclusive/Exclusive   
    Thanks for the swift response. As a EU based business, we're unable to include VAT in our invoices at the moment. I hope that this will be resolved in the next release as VAT and generally proper accounting is vital to any serious business.
  14. Like
    Blesta Addons got a reaction from Jonathan in Php 7.2 cPanel Module   
    with php 7.2, in cPanel module when adding server it return error
    count(): Parameter must be an array or an object that implements Countable on line 72 in /home/xxxxxx/public_html/blesta/components/modules/cpanel/views/default/add_row.pdt a simple fix
    $num_servers = count($this->Html->ifSet($vars->name_servers, []));  
  15. Like
    Blesta Addons reacted to Tyson in TAX Inclusive/Exclusive   
    I appreciate the report and we are aware of concerns some have expressed (such as here) with the tax types in some regions. The difference between inclusive/exclusive on the tax rules is purely visual--the tax is shown in the total (inclusive) or it is not (exclusive). We will need to include additional support in the future for package pricing to support "price includes tax" or "price excludes tax", as you are alluding to.
  16. Thanks
    Blesta Addons reacted to Guardoo in TAX Inclusive/Exclusive   
    When selecting the "Inclusive" tax type, it adds the tax on top of the items subtotal price which results in a total due of $12 (instead of $10).

     
    When selecting the "Exclusive" tax type, it shows the actual Inclusive total due (also on Step 4) of $10 (instead of $12) but the Invoice generated in background and payment amount parsed to the gateway e.g. PayPal is $12. 

     
    BUG: Inclusive and Exclusive tax amount is incorrect calculated and generated Invoices are different from the amount displayed during the checkout process.
    This was tested with the Standard, Ajax and Wizard order form.
    The error appeared on all of them. It's either overcharging the customer, lowering the price to match the desired total price or not charge tax at all.
     
    If this is a confirmed bug, the severity is CRITICAL and needs immediate attention.
  17. Like
    Blesta Addons got a reaction from PurpleCloudHost in new admin dashboard   
    we are almost finished the integration of coreui template with admin dashboard .

     the original free theme are available here https://coreui.io/demo/
    what do you think ?
  18. Like
    Blesta Addons got a reaction from Abdy in Configurable Option (Type Quantity) with Setup Fee per unit   
    Not tested, but your logic is the logical logic
    and blesta calcul should be the same as you have described
  19. Sad
    Blesta Addons reacted to waverider in Domain Manager - We need your feedback on domains   
    Hey,
    I've noticed that the concept of "simple hosting order form" or "True Hosting Order form" (not sure it's the same thing) keeps popping up.
    So I'm curios to know how exactly this order form looks like.
    Can you please explain or show me one?
     
    10x
     
  20. Like
    Blesta Addons got a reaction from domaingood in new admin dashboard   
    we are almost finished the integration of coreui template with admin dashboard .

     the original free theme are available here https://coreui.io/demo/
    what do you think ?
  21. Like
    Blesta Addons reacted to Paul in blesta seller shut down business?   
    That's right. If it's an owned license and the reseller disappears, we will transfer in their licenses at no cost to the customer. Be prepared to prove that you own the license. Your original invoice and license key will help. Also, we may have to look at whois data to ensure you own the domain the license is currently installed at. We just need to confirm that you're the rightful owner.
  22. Like
    Blesta Addons got a reaction from Paul in new admin dashboard   
    we are almost finished the integration of coreui template with admin dashboard .

     the original free theme are available here https://coreui.io/demo/
    what do you think ?
  23. Like
    Blesta Addons got a reaction from BeZazz in new admin dashboard   
    we are almost finished the integration of coreui template with admin dashboard .

     the original free theme are available here https://coreui.io/demo/
    what do you think ?
  24. Like
    Blesta Addons got a reaction from Michael in new admin dashboard   
    we are almost finished the integration of coreui template with admin dashboard .

     the original free theme are available here https://coreui.io/demo/
    what do you think ?
  25. Like
    Blesta Addons reacted to Heather Feuerhelm in Duplicate entry error upgrading from 4.0.1 to 4.3.2   
    I reverted the database and edited config/blesta.php. Everything ran and once I updated the cron, everything is green and good. Thanks!!
×
×
  • Create New...