Leaderboard
Popular Content
Showing content with the highest reputation on 01/09/2016 in Posts
-
What Do You Think About My Last Work ?
PauloV and one other reacted to Blesta Addons for a topic
Hello All . after 2 mounth of work , i'm almost done the new site and migrate from v2.5 to v3 . my website is totally based in blesta (client area and front end area) . i have made the full website in multi-languages : navigation links in client area are the same core navs , i have just added my magin plugin to make them multi-languages company info / gateways name also is multi-languages with a magic plugin . the woderfull here is NO CORE FILES CHANGED (only init.php) , is a custom plugins and my own CMS plugin . the link are totally seo friendly like vvvv.com default language vvvv.com/es/ spanish languages vvvv.com/fr/ french languages vvvv.com/en/ english languages the language can be changed by clients and guests anywhere in blesta . also i have added the ability to clients/visitors change the currency anywhere in blesta . a cart showed anywhere in blesta . and the template colors also . so the website is coded with a custom CMS plugin that support multi-languages also, now it remain just some tweak in the design , and i want a feedback about it ...2 points -
+1 to the Logicboxes I'm not sure if you're aware but the domain system is supposed to be revamped in 4.1 whenever that happens and I would imagine it would change a lot of your coding between the 2 versions of Blesta.2 points
-
Next Module
activa reacted to ModuleMatic for a topic
Hi, We are planning to start a new module, But we want to know what is the most requested module. We are planning make DirectAdmin Extended but we want to know your opinion and what module you want. What Module do you want that we make?1 point -
What Do You Think About My Last Work ?
serge reacted to Blesta Addons for a topic
i have a color selector for client side and cookies to keep the choice . and i wil adjust the dark color later . license , for client side i remove it , and it remain in admin side . about the sidebar , i have took the whole page screen, normally it feet to the bottom of screen . is for my old website , it will be available in naja7host.com . now i have finished the ovh servers modules , it need some test and i will move quickly .1 point -
do you have admin tools plugins installed ? i have see someday it can lead to this bugs , but the new release if fixed . for client note , you can use naja7host plugin client notices . http://www.blesta.com/forums/index.php?/topic/3646-plugin-cleint-notices-set-text-or-html-notice-for-each-client/1 point
-
Delete Invoice Feature
activa reacted to Blesta Addons for a topic
in the invoices model, or client/admin_invoices specify the action botton that will be sent to the view like array ("edit"=>true , "pay"=>true , "viod"=>true) , and then get the array event that will be merged with the actions buttons , in the view you will just make a foreach loop to display the buttons . a simple and a usefull way , that way i use in my custom project with minphp .1 point -
Next Module
evolvewh reacted to ModuleMatic for a topic
Hi, Thanks for your suggestions, We are decide our two next modules. - DirectAdmin Extended - LogicBoxes Extended (Domains, Hosting, CodeGuard, SSL, ....)1 point -
Next Module
activa reacted to Blesta Addons for a topic
proxmox already exist in core, and i have another one that is free and time by time i will add functions to it freely . so is not worth to lose time in something has a free alternative . from my end , i have the OVH/SOYOUSTART/KIMSUFI module done and need some tweak and test in a my real production to lunch it . if you ask me , i can suggest a cloud module for blesta , like vmware or openstack ...ect ... ovh registrar module is also a good module to go with it . softlayer module ... in my experience the registrar modules is the most wanted one .1 point -
I do agree with the universal cart so you can have hosting, domain and ssl for example on one order.1 point
-
I agree, please see CORE-20161 point
-
I'd go with "1 Month @ $12.95 USD for 1 Year". That's how I find it usually phrased for digital services with minimal terms. Secondly, we should definitely use the cancellation fee. The obvious limitation of using the cancellation fee field is that the cancellation fee can only apply if cancelled before the end of the contract term (e.g. after the contract period, cancellation is free).1 point
-
We would rather focus on the core as well, but we promised the mass mailer in v4 and are planning to deliver on that. We are continuing to make improvements to the core, and with the exception of the mass mailer, v4 is largely about the core. The minPHP upgrade and raising system requirements to PHP 5.4+ puts us in a pretty good position going forward. There will be usability improvements in v4, and probably every feature release in the foreseeable future. There are some tasks in Blesta that can be streamlined and simplified and we appreciate the feedback we've received. We're on it!1 point
-
It's being done in 4.0 and has a lot of features. It's been planned for ages and all worked out, so it will be released.https://dev.blesta.com/browse/CORE-6211 point
-
i prefer fo the dev to not lose time in something that will be ready in core in version 4 . so the simple work has been done . @cyandark thanks for your work and sharing .1 point
-
Its good a idea but this requires more work, Probably for the next update.1 point
-
1 point
-
Blesta's work is heavily based on PHP. However, Python is my go-to language of choice. So, I decided to take Blesta's publicly available API SDK and convert it to Python using standard Python libraries (so no special pip commands needed!). Here's the link: https://github.com/anzenehansen/Blesta-Goodies/tree/master/api Right now it works just the same as the PHP version (I basically mirrored it to Python) but soon I plan on making it more Pythonic (hate that word but best way to describe it). I love ORM style solutions so that is one of the first things I'm going to turn it into. Its by default 755 if you git it, that was simply due to testing.1 point
-
Being that there are hundreds upon hundreds of possible requests, the best reference would be the source docs for all Models in addition to the API docs.1 point