Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/31/2014 in all areas

  1. It's 10:30am here right now, we got a long ways to go. You guys are in the future.
    4 points
  2. Paul

    Release 3.4.0

    Happy New Year! 2015 should be a good one!
    2 points
  3. PauloV

    Release 3.4.0

    Yipikaye A great way to start the new year 2015 So many work on January lol (update my plugins/modules/mods, release new ones, and hoping to use in production finally) it will be a good year for Blesta To all Blesta Staff (Paul/Cody/Tyson), have an Happy New Year 2015 To all Blestars and "Blestars wanna be", have an Happy New Year 2015
    2 points
  4. Hi guys i have a virtualmin module that ive created and its in final stages for testing i was wondering if there would be any keen virtualmin tester's out there or if you have a virtualmin sandbox i could use for more remote testing. if so could you send me a PM and i will send plugin for testing in a couple of days. here is a couple of screenshots nothing fancy... (70% finished) Module Add http://prntscr.com/5new17 Package Add http://prntscr.com/5nete4 Client Panel http://prntscr.com/5qnjzt Client Panel - Mail Accounts http://prntscr.com/5ntek1 http://prntscr.com/5nk5be Client Panel - Databases http://prntscr.com/5rtrhz
    1 point
  5. Those of us that use Proxmox know the current module is severely lacking. What would it take to get one of the Blesta or 3rd party devs on this and turning out a truly workable product quickly? Would a group bounty be enough incentive? I am at a point where I may need to use a different billing platform so that I can have usable Proxmox support. This is something I would prefer to not do.
    1 point
  6. Hello Blestars In Portugal is 18:17 (6:17PM) right now, and Im still in 2014, and you? how many hours to reach 2015 Happy New Year 2015 ! to all
    1 point
  7. I can provide a virtualmin VPS for testing, if you want.
    1 point
  8. 10:07PM here just a few hours ..
    1 point
  9. It's 8:21 PM here, almost there! .... happy new year to everyone.
    1 point
  10. Great news So long that I dont work with virtualmin and webmin lol I dont have time to help you test it, but maybe there is some one that can help you on this
    1 point
  11. I certainly didn't expect a quick reply regardless of the holiday. I'm patient! Fortunately, we don't get very many tickets.
    1 point
  12. I PMd him last night, but haven't received a response as of yet.
    1 point
  13. Since the problem here is DA and not Blesta, why threaten to drop Blesta which is a far superior product to the alternative you claim, WHMCS? Why not drop the problem - DirectAdmin, and go for a panel that it will work cleanly with, say cPanel?
    1 point
  14. alexistkd

    Awesome!

    +111
    1 point
  15. I already have that. So the response is just added into the ticket automatically instead of creating an auto close email all by itself. I get it now. Again, counter intuitive, but at least I get it now. LOL
    1 point
  16. That would be in the ticket template if you have already got that, then the auto close will be sent with that information as it's just the content you are writing. Settings > Company > Emails > Plugin Emails > Ticket Updated In the content put the following: ---------------- Ticket ID: #{ticket.code} Priority: {ticket.priority} Status: {ticket.status} Last reply: {ticket.reply_by} Opened: {ticket.date_added} Ticket URL: {update_ticket_url} ----------------
    1 point
  17. Blesta Addons

    Awesome!

    are you know stupid domain manager = more clients = more benificts , more money ..... if you have in v2 , and blesta has asked what you select in the new v3 mass mailer plugin ? modules for licences ? if you can sell licences with just mass mailer plugin , we will also try to sell domains with mass mailer plugin . and please , remember you are just a blesta user like us , interested is some request and not for others , as i see you re the only here that don't want the domain manager . the domain manager + hosting is our core work , and we will not stop to ask blesta do it . and if wehave a good domain management why we will ask improuvement of it ?!!!! @blesta , as paulov say, is better to do it now , as other can move thier domains in the new system (auto or manually if there are just some) , in v2 it was big probleme to import domains to v3 (logicbox modules) it should to change all the domains in database to work , in my case over 6000 domain is something creazy to change 1 by 1 , and i have spent hours and days searching a way to do it auto , finnaly i have arrivd to it and putet the module free for others .
    1 point
  18. Thanks for your donation , attached you can see some screenshoot of the new module, it need some more extra time and wok to complete it . http://host-image.net/images/79160proxmox_package.png http://host-image.net/images/31682proxmox_adminside.png
    1 point
  19. Donation made of the aforementioned amount for your work on a better Proxmox PVE module. Other folks that use, or are interested in using, Proxmox PVE should show their appreciation and support by making a donation as well. Thank you!
    1 point
  20. Hello After installing the new 3.4, a still see that Billing->Overview->Manage Widgets->Order System is still not activated by default, and like some of us have said, this is sometimes a problem wen manually approve orders Regards, PV
    1 point
  21. Hoping to finish the plugin in January 2015
    1 point
  22. domaingood

    Awesome!

    I want to just say about mass mailer.We can use other plugins and When WxxxS start mass mailing after 3+ year.But Domain management from Beginning. As Web Hosting Billing you need 1st Domain Name Management then Web Hosting VPS Server Support.But 1st thing is Domain.because customer buy domain 1st then Web Hosting. Thank you
    1 point
  23. It's possible, but it's not natively supported. It would require you to make core changes, which will be overridden during upgrades. You would need to maintain the changes in your installation. Amounts are displayed in several places across the admin/client interfaces, but for brevity I'll give an example of one place on the Wizard order form. The other order forms (i.e. Standard/AJAX) would need to be updated similarly. This example will change the price display on the Wizard order form's drop-down menu for Term and Price. This will show prices using the per-month price rather than the price for all months combined. Open /plugins/order/views/templates/wizard/config.pdt Find (line 37): $prices[$price->id] = $this->_("Config.index.package_price", true, $period, $this->CurrencyFormat->format($price->price, $price->currency)); Replace with: $amount = $price->price; if ($price->period == "month" && $price->term > 0) $amount = ($price->price/$price->term); $prices[$price->id] = $this->_("Config.index.package_price", true, $period, $this->CurrencyFormat->format($amount, $price->currency));
    1 point
  24. The system settings nav was updated in 3.4.0-b2 to use the marketplace URL from the config file, however, the value in the config file is not set until v3.4.0. The message you received should have been a PHP warning--not an error--so you may not have been able to view the links because of your error reporting level.
    1 point
  25. PauloV

    Awesome!

    The problem with your Pool is that, people that are not registered in Blesta Foruns, or people that are not Blesta clients, will not vote So the Pool are limited to the people thar are alredy accustomed using without the Domain Managment, so they will not Vote What are the biggest needs in a webhosting managment system? 1º- Manage Clientes 2º- Manage Invoices 3º- Manage Servers / Shared Hosting 4º- Manage Domains 5º- Manage Support/Help Desk 6º- all outher things are extras... But now Blesta is putting all outher things in first, and the demands of "new clientes" and some of us, like me, that manage for several years servers and domains, dont agree with the needs for now for Mass Mailling (we have alot of free/open source alternatives for mass mailling), and we dont have any alternatives for fully supoport Domain Managment only WHMCS/ClientExec/Hostbill etc.. fully support Domain Managment, that is sad Alternatives for now, for us: 1º- wait a few months for blesta release a core domain management 2º- make some patchs to core files to suport fully domain managment 3º- continue using outher billing systems we have opt to use (3º) for now, our current billing system, untill we have time to fully test (2º), or blesta relase (1º) We still have hope that blesta will change there mind Best reagrds to all
    1 point
  26. the module is almost done . i have used the PHP API class https://github.com/CpuID/pve2-api-php-client . the admin side is 100% completed . the package section is 100% completed . the order form is also 100% . the openvz party is 100% done . the kvm is not fully completed now . the client side is almost 80% . i will try to release it the first week of 2015 . a lot of work with a little of free time .
    1 point
  27. dhabets

    Blesta Developer Wanted

    @ModulesBakery, likewise and I will have more work to do in the future, will connect in the new year!
    1 point
  28. astroroxy

    Awesome!

    *cough* mass mail and affiliate *cough*
    1 point
  29. we are working in it now ..... http://www.blesta.com/forums/index.php?/topic/3059-rewrite-proxmox-modules/
    1 point
×
×
  • Create New...