-
Posts
6,687 -
Joined
-
Last visited
-
Days Won
839
Everything posted by Paul
-
Let's see what you got Looking at that thread, it doesn't look like there was ever a decision made on what exactly to do. If we are in agreement, it'll get a task and that task will get worked. Submit what you have and a screenshot and we will discuss.
-
Since Blesta only ships with en_us, adding en_gb will cause that language to be untouched by an upgrade (Will not be overwritten). We have plans to simplify the installation of additional languages within Blesta in the future, but I don't think this would get in your way.
-
We wish you the best with your new opportunity. If you are considering releasing your cPanel or other Blesta modules as open source, I think that'd be great. In fact, if you want to sign over the rights to us, we'll release it/them as free open source on Github, and consider implementing some of the extra management features into our native cPanel module.
- 41 replies
-
- modulesbakery
- modules
-
(and 2 more)
Tagged with:
-
Looks like the demo login no longer works. I wonder if the code was published anywhere?
-
The subscription option will only appear if all items on the invoice being paid are recurring, and recur on the same interval. What you experienced can happen if this is not the case, and the only option allowed for PayPal is "Subscription payments only". I'd recommend selecting "One time and subscription payments when possible", but I wonder if it might be possible to detect this in advance and not allow PayPal to be selected at all.
-
Any professional designer would have no issue implementing a really nice theme into Blesta. I guess the question is whether you are looking for something pre-built or something custom.
-
Ok, so if we just build and release a Sage Pay gateway, then it should work with Netcash and vice-versa?
-
Make sure your Blesta server can make an egress connection over that port (Check your firewall). Also, the mailparse pecl extension is required for mail parsing.
-
What part is wrong, where are you getting hung up? Have you tried to contact them about it?
-
Thanks for the information. In terms of OpenSRS, there is already a community developed module which you can grab here. In terms of other modules, there are several good developers on the forum here including PauloV, Naja7host, and ModulesBakery (www.modulesbakery.com) that may be able to help. I was looking into Asterisk integration a bit yesterday, I'd love to have it myself, but I don't think the MG Asterisk integration does provisioning does it? In terms of HHVM, PHP 7 (Out in Nov) is probably going to end up effectively replacing it. Still, I will say, you may be able to run Blesta on HHVM in the near future.
-
Sounds like the term field is coming through empty for some reason. Did you try reloading the page and trying again? Have you run all upgrades via /admin/upgrade?
-
Paymentwall has released a payment gateway for Blesta. You can download the gateway, and find out more about it and Paymentwall at https://www.paymentwall.com/en/documentation/Blesta/3439 Paymentwall supports many different currencies in many different countries. You can read their announcement from their blog at http://blog.paymentwall.com/en/company/news/paymentwall-added-payment-modules-for-blesta-whmcs-hostbill/
-
Strange Graphical Artifacts On Update Package Screen
Paul replied to franksidebottom's question in Support
Yes, the colors are inverted. Have you tried a different browser? -
That's interesting. I've never been a fan of OpenVZ because of dynamic / overselling of resources, but it is very widely used. Especially, I think, in the game server community where cost is a huge factor. Hopefully it will support CentOS 7 soon.. I don't think cPanel supports CentOS 7 yet either do they?
-
Strange Graphical Artifacts On Update Package Screen
Paul replied to franksidebottom's question in Support
That's interesting. There's no other theme that looks remotely like that. If I opened photoshop and applied a filter I'm pretty sure I could emulate that affect. My guess is that it's your browser wigging out. -
Changing Path To Admin Error Causes Admin Links Not To Function
Paul replied to franksidebottom's question in Support
Or you can go to Settings > System > Staff > Staff Groups, and simply re-save your staff group to clear the cache. -
Can you include the patch in this thread? If I understand, this would implement a new coupon type that defines the price. When entered during checkout, the client would pay the price set for the coupon. If it's a recurring coupon, it would renew at that price. Correct?
-
This is related to http://www.blesta.com/forums/index.php?/topic/4776-ability-to-override-term-rather-than-only-price/ (See my reply to that thread here) That issue needs to be resolved first to allow the term to also be selected during service creation. We could implement price overrides only during service creation, but it wouldn't include the term until that issue is resolved.
-
I have amended https://dev.blesta.com/browse/CORE-1808 which allows the re-provision of services through the module. This task now mentions the possibility of a new tab for performing the 4 types of module actions (create, cancel, suspend, unsuspend). The new tab seems to be more inclusive by supporting all of the standard module actions. Requires some more discussion internally, but this task may be updated/changed to fully support that idea.
-
Ability To Override Term Rather Than Only Price.
Paul replied to Squidix Web Hosting's topic in Feature Requests
This is somewhat complicated because services even with price overrides are linked to a package pricing ID, which defines the term and the package. So, setting a term override will necessarily require that the pricing ID not be required but still maintain a link to the Package. If you have written a patch to add this functionality, I'd like the guys to be able to take a look at it, please post it here. I agree that the term and price should both be able to be overriden, even when adding the service initially as an admin.. but I need Cody to look at this and determine the best approach. -
Please see https://dev.blesta.com/browse/CORE-1809 which requires http://dev.blesta.com/browse/CORE-1358 Comments welcomed
-
Ability To Re-Provision An Account That's Marked As Active.
Paul replied to Squidix Web Hosting's topic in Feature Requests
Please see https://dev.blesta.com/browse/CORE-1808 If you have written some code for this, please include it as it may be useful to review. -
See https://dev.blesta.com/browse/CORE-1786 for re-generating and emailing welcome emails.
-
Blesta currently just utilizes the Reseller ACL for reseller permissions. When editing "Reseller Nameservers and Privileges", you can select "Limit accounts that user can create by Resource Usage" and set a Disk and Bandwidth limit. If the disk and bandwidth limit should be set independently (or overridden) on a per-package basis, it might make sense to also allow the selection of all other privileges as well. For example, selecting privileges for Account Information, Account Management, DNS, Packages, etc etc. Thoughts?