Jump to content

Blesta Addons

Alpha Developers
  • Posts

    4,868
  • Joined

  • Last visited

  • Days Won

    390

Everything posted by Blesta Addons

  1. When we are sur it has no bugs, we are testing now and implementing new functions as widgets. Coreui is the fab mate
  2. 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, []));
  3. We will add a plugin helper to add function to the admin dashboard Yes, is fixed. but we have the intention to disable the it. the original free theme are available here https://coreui.io/demo/
  4. 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 ?
  5. normally the license check is done in blesta server, so even if the reseller his website is down the license will still working, for the yearly renewal subscription you can contact blesta sales, if they found that the reseller X has not more providing services they can move your license to a new account with them, then you can renew your license, this is not a official response, but this what we do with our resellers for other products.
  6. 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. i have found this similar request here
  8. the plugins can set vars for the used template file when they are visited. it would be very smarty to allow plugin inject vars for the structure file (main structure) without visiting the plugin. let say we have a plugin data collect some info/stats, and inject it directly to the structure file (like preAction.structure event inject HTML/Javascript), then from structure template we can use this info in structure file. i hope the idea is clear (new preAction.global event inject vars to the structure ). sample case, i have a plugin that count how many tickets assigned to the logged staff, in my structure i want to show this data close to the info menu.
  9. blesta 3.4.2, Php 7.2, after we login as admin, we get error in the logs ini_set(): A session is active. You cannot change the session module's ini settings at this time the error is also catched by php debugger (tracy) , i have made a small look at the code, i think a simple fix is to move ini_set calls before a new session is started.
  10. B-B-B-b-b-b-b ravoooooo
  11. not sure how it should but have you tried to edit the order form template file? in your case i think is main_index.pdt
  12. Blesta Addons

    Module WHMAMP?

    if anyone can provide a test server we can do it .
  13. i suggest to make a temporary domain until the main domain will back online.
  14. to create you need to call the post function not the get function.
  15. Just a small two notes : - We are using blesta since first beta ( i think it was in 2007.) - The majority of the addons we release we use it in our other website (Hosting/Services Company) So we are the first client of our products , All our plugin was released free, you can check the history in this forum, and some of them are still in GitHub, but the way blesta is releasing so many updates and we need every time to update and leave our addons up to date it cost time and money, so we have opted for this small subscription, at the moment we have not made any profit, almost all the income is going to dev staff .
  16. it should be post not get i think.
  17. Your opinion is valid and not with blesta only, a lot of scripts need more work to minimize the dependence, until that the person should search for solutions to not stand in wait mode.
  18. Technically it can be done, but adding inline Html is more reliable than fetching a ajax request then move it, sometimes it can fail and sometimes the response time is so high so the data can not shown in time. another point, blesta has not a special ID to identify some locations like menus or profiles sub-menu ect ... This request is not a trivial one, is just for making blesta more flexible and powerful capacities .
  19. first & normally the order should be accepted from blesta and showed in new orders. then blesta send it to the logicboxes server to complete the registration or the transfer . we are using Logicboxes Reloaded in our main site and is working, we have received so many transfer order in the past months. Logically if there is something wrong with the name or the info it should be shown in validation stage, i have not used the core logicboxes for so many years so i can't confirm it, what i'm aware of it the logcboxes core module is not updating the whois data according to a new update that blesta has not yet updated their module to support it, Logicboxes Reloaded has this fixed .
  20. You mean only show product/price without link to order it ? Protal Screen is a custom script or the CMS blesta core?
  21. i respect your opinion, and advice you to write your own System that will be independent from any other person .
  22. Every subscription level give you access a large number of ad-dons and not every ad-dons has it own subscription.
  23. that is not true, if you buy a pro subscription you get access to all plugins available for this subscription, in your case Multi-languages and Quote are both available in the pro subscription with more than 15 others addons, from this link you can see what every subscription level offer https://blesta-addons.com/plugin/membership_club/main/ other billing software offer subscription for every addons.
  24. re run the upgrade script again admin/upgrade normally the plugin should be upgraded auto if you have well updated your blesta.
×
×
  • Create New...