-
Posts
6,685 -
Joined
-
Last visited
-
Days Won
838
Everything posted by Paul
-
Replace the Blesta Logo with Company Logo On Client Area Pages?
Paul replied to linux4me's question in Pre-Sales Questions
Themes are different than templates, so you wouldn't be missing any content/code by using an exported theme. We do sometimes add options to themes, like we have done in the upcoming v4.0. v4 has a new theme called FOUR, for both the client and admin interfaces, but it won't overwrite any existing themes and all themes use the same templates, they mainly just specify colors. -
Replace the Blesta Logo with Company Logo On Client Area Pages?
Paul replied to linux4me's question in Pre-Sales Questions
There is an "Export" option, you can export the theme to a file, re-import it with a different name and then edit it to add your logo. We could probably make that more clear. -
Ok, let's hug it out now.
-
Nice job having it independently reviewed.
-
This is a remix of the famous diabetes commercial with Wilford Brimley, thought it would be funny. I mean, diabetes is not funny at all. But, this remix is.
-
It's unlikely that any SQL injection exists in your module because of the way Blesta is designed, so long as you're not running your own queries outside of the record component. Still, security is a legitimate concern and modules could be vulnerable to XSS or other vulnerabilities. I don't think @AnthonyL is trying to attack you, and it doesn't mean that you've done anything wrong.
-
I was thinking it might make sense on the addon package group to designate as checked by default. Not sure how this would work on the order form.
-
Do you offer custom Blesta development services? We are planning to create a new page on our website for 3rd party custom development resources. If you'd like to be on this page, please reply to this thread and include the following: Company Name Your Logo (Attached or URL to a logo we can use) Some information about what you offer. You can include pretty much anything you want to say marketing-wise. Be sure to include what kind of development you do. For example, Themes only, or Themes and Custom Development (plugins, gateways, modules, etc). The URL to your website or other contact method Thanks!
- 19 replies
-
- blesta development
- development
-
(and 4 more)
Tagged with:
-
So this is for an Addon service, not a configurable option, correct? Where in the UI do you see this option being available?
-
Looking good! At first glance, it looks like this has been designed and implemented well. Cheers!
-
Type of data and how it is calculated would be a good start, and if you have any examples. We're planning to allow graphing of report data, so a graphical representation through the new D3 graphs isn't out of the question. Otherwise reports just contain CSV data. A sample CSV (just comma delimited) with fake data denoting columns, etc would be useful.
-
Could you provide a sample report?
-
If you add a server manually as an admin Client Profile > Add Service, does it populate the OS images then? We tested it in this manner with our DO account without any issues.
-
It was merged in on Friday, grab the latest version here - https://github.com/blesta/module-digitalocean We did some testing with our own DO account. I'm not happy with the way DO handles SSH keys, but that's beyond the scope of this fix.
-
I would like to know where I can buy extra hours per day.. or maybe some magic pills that make it so you don't have to sleep. Hopefully you don't have to change anything in your plugins. But, if they use buttons or icons you may want to to make them consistent.
-
Plugins and other extensions should be backwards compatible yes.. but you should *test* this. We've run into some issues where our plugins were not working properly and have had to make adjustments to the minPHP bridge. As Mike mentioned, you may want to update your buttons in your plugins to use the new Bootstrap ones, but if you don't they should still work. Test, test, test, everything you can think of. It's possible we missed something, and being a major release, this version requires extra scrutiny.
-
Warming up the beta forums. We've scheduled Beta 1 to start next Thursday, September 15th. We've had quite a few issues pop up with regard to the minPHP upgrade, and we're really close to having those all resolved. That's not to say we've caught everything. Being a major release, please consider 4.0 beta 1 more of an alpha, and do not under any circumstances run it in production. Looking forward to it!
-
The service_id is available via line_items, see https://docs.blesta.com/pages/viewpage.action?pageId=4161679#InvoiceDelivery(Unpaid)-SupportedTags but it may not be possible to determine what package the service is linked to within the email template. You can use the tag {% debug %} to see all of the data that's available to the template. YOU SHOULD BE CAREFUL THOUGH, not to send out an email with this tag to any customers. There could be sensitive information in the output.
-
It has been merged, please download and let us know if you have any trouble. https://github.com/blesta/module-digitalocean
-
A customer reports that the Invoice ID, rather than the Invoice Number is passed along to Stripe. This number is then included on client's credit card statements. It's possible that this issue exists in the official Stripe gateway as well, but I thought I would mention it here in case @Cherry doesn't mind taking a peek.
-
change payment status cause all invoice billed date to today
Paul replied to Blesta Addons's topic in Bugs
The bill date and invoice # are set when the proforma invoice is paid. There is no way to roll back the bill date or proforma invoice #, as these are unknown. To do so would require some changes to store this information for a proforma invoice when it is converted. -
What do you mean exactly? Charge a 15% surplus on top of the cost, for using a particular gateway? Unfortunately Blesta can't do that right now. It has come up a couple times, and I think it would be pretty cool. Some people might offer a discount for using Bitcoin for example.
-
Sorry about that. I updated the page to make a note about PHP 7 https://docs.blesta.com/display/user/Requirements
-
I suggest running PHP 5.6 with the hotfix provided with Blesta. Let's not forget that Ioncube's PHP 7 loaders are BETA, and as we experienced in our v4 dev builds, are buggy. Even if the ioncube beta loaders worked, I wouldn't use them because they are in beta.