Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/20/2017 in all areas

  1. After the new big release of Blesta V4, I have to say that is awesome to know that you update your code to support PHP7 and make changes to the composer and the Mass Mailer option that we needed; but I want to know why you are not paying attention to what our community needs? I think all of us agree that we need a better system for the Domain Management, is something that is very complicated at this moment and we have, to be honest, is a complete disaster. Knowing that most of the user of Blesta are business involve in the hosting industry, I think this will need to be considered top priority but is not. Today I invite you guys to let us understand why this feature that we need urgently is not being taken into consideration. All of us here I am 100% have custom modules or plugins that we develop to get around all of this lack of functionally blesta don’t offer. Is incredible that after 1 – 2 years asking for a better system we still waiting for blesta to come with a new system. We saw a little light in the darkness when Paul address this Domain Manager issue on August 22 -2016 but we are on March 19, 2017, and after seven months nothing new about this matter at all. We heard that in 4.1 Maybe this will be considered but is something we need right now. Blesta, please hear us!!!. We loved you so much but we can’t be together if you don’t change. *This post reflects only my personal opinion.
    4 points
  2. Alright, I don't normally do this but I'm going to close this thread. No offence to the @jassdesi, and I hope my response was informative. I hope everyone has a good week.
    4 points
  3. We're about to start development on the new Domain Manager system. To be perfectly honest, v4 took way longer than we expected. It was much more involved than we thought it would be, and it pushed off domains. We're taking a hard look right now at all of the discussions about domains, and it looks like we're going to stick with the KISS principle. (Keep It Simple Stupid). Even so, improving domain support is a big deal and we're not going to let it prevent us from coming out with other releases while we work on it. It's likely that the domain system will be implemented almost entirely as a plugin, though there are some core changes that are necessary like packages being able to defer their pricing to plugins. Aside from any core dependencies, the domain plugin may be able to be released as a beta on its own where we look forward to getting more feedback from the community. Since there are also other important things that need to be done as well, we are going to work on those things simultaneously and reduce the time to release. Domains will be included when it is ready, but we aren't going to hold back releases as a result. I hope that makes sense, and I understand how frustrating it is not to already have better support for domains. Just know that we're working on it, alongside other things, and will release it to the community when we have something ready to test.
    3 points
  4. For the moment is better to wait until we know what will be the new domain manager . if you pay for a module now , and the domain manager come, maybe your module will not compatible with it and you need to re pay for a new one . if you want to pay and assume the future change we can do the module for you just PM me or open a ticket in our website
    2 points
  5. The caps in the title and the way he's posted it pissed me off. there's 4 devs and it takes time to do everything they don't work 24 hours, 7 days a week they work like a real company 9am - 5pm Monday - Friday. Some people don't have a brain and realise that it takes time to code and check it and manage it only YOU would know as you are a developer.
    2 points
  6. Hey @Licensecart, be patient wit the others . if you see someone blame is because he has a cause to blame , don't forget he is talking about the most popular subject in the last 2 or 3 years here . @jassdesi , the domain refactor will be done in v 4.1 , that was blesta promise , and @Paul was already started a post here to get what the new domain manager should do, i'm was against the way he want to implement the new domain manager, he want a plugin and i suggest make change to the packages system and the module system , as i believe domain should remain as service with some advanced features .(that way all other billing software do)
    2 points
  7. Tyson

    Logged in Staff ID?

    They will probably extend AdminController in the future.
    1 point
  8. Paul

    how to add new forms in V4

    Did you remove the directories mentioned in the blog post if upgrading? ~/helpers/date ~/helpers/form ~/helpers/html ~/helpers/javascript ~/helpers/pagination ~/helpers/xml Not sure if that will help or not, but worth a shot.
    1 point
  9. so Blesta create user in proxmox , but not the VM !! have you test with KVM type, just to test . you need something of debugging the actions, i think proxmox has a log for users actions .
    1 point
  10. How about affiliate plugin mate? http://dev.blesta.com/browse/CORE-1091
    1 point
  11. Hi, i would like to get a quote for Resello module development: i'd like sell at least "OX App Suite", "Slime Site" and "domains" but i don't want use Resello admin/billing system. Thanks in advance
    1 point
  12. what is your php version and mysql version ?
    1 point
  13. if you want only the staff id , you can get it in the PDT files without changing other files . simply make it like that in your admin template file . <?php echo $this->Html->ifSet(Session::read("blesta_staff_id")); ?> and let me ask Blesta team about the admin_controller.php . is not called anywhere, no ? client_controller.php is called in all client_*.php file , that give us the option to add what we want in that file and is accessible in all client view . why not also change all admin_*.php file to extend the AdminController instead of AppController ? (just to note this is note a request , is just a question to know something more about blesta )
    1 point
  14. Michael

    how to add new forms in V4

    Let me try mine. Edit: Works for me on both Licensecart and Licensedemo: https://screencast.com/t/Ex1cs343Q So it has to be something to do with the web hosting / vps set-up or CloudFlare or something else.
    1 point
  15. Michael

    how to add new forms in V4

    it should work, unless you have an owned license which hasn't got the latest support and updates?
    1 point
  16. Michael

    how to add new forms in V4

    You're welcome
    1 point
  17. Michael

    how to add new forms in V4

    I did ask for the structure of the table so I can check it on mine. Is there any clients or services on your system?
    1 point
  18. Michael

    how to add new forms in V4

    Yep and that's empty, so there's nothing there. What's the structure? It looks like something deleted the order forms.
    1 point
  19. Michael

    how to add new forms in V4

    Are you using CloudFlare? did you run admin/upgrade/. Can you check the database under: order_forms table is there any results?
    1 point
  20. from v4 , reCaptcha was a shipped vendor components with blesta core , it would very beneficent to make reCaptcha settings as company setting rather than make it in the order form settings . this will allow developers to only call the reCaptcha setting and check if exist and use it . in the order form late the select box as it and show reCaptcha in the list only if it was a setting in the company, if not not show it . that way also any plugin can only initialize reCaptcha components with company settings rather than make a settings to be saved . also this behavior will help blesta team to make reCaptcha available the Form class if they want to add a field for it like ( $this->Form->reCaptcha([$options]); ) https://requests.blesta.com/topic/make-recaptcha-as-company-settings
    1 point
  21. Normally when no taxe enabled. No need to show taxe checkbox in the invoice manual add or edit invoice page . This has a logic sound ?
    1 point
×
×
  • Create New...