-
Posts
6,691 -
Joined
-
Last visited
-
Days Won
839
Everything posted by Paul
-
Yes, please send API documentation. If they have a well written PHP API library, that would be useful as well and save some time.
-
The license is legit, however you PM'd me and I'd like a ticket to reference. Support & Updates good through Aug 14, 2014. Edit: Rob, the process is that once Gualter makes a sale, he will open a ticket or update his ticket with the buyers information and we will contact the buyer and arrange the transfer. Currently we do not charge a transfer fee.
-
It can vary a lot, and all depends on how much time it takes. When we have enough information about custom work, we are able to determine how many hours it will take to build. Then we multiply that by $95/hr (Our standard rate) to determine the cost. Generally gateways are the simplest extensions to write, though not always. We also offer discounts if the extension can be included with Blesta for other customers to use.
-
Paymill isn't high on the list right now, very low interest, so low priority. Are you interested in possibly sponsoring development for the gateway?
-
Please post 1 feature request per thread, and include as much information about the feature as possible. Having 1 feature request per thread allows the thread to focus entirely on that feature. One of our goals is to gauge community interest in a particular feature, which helps us prioritize the feature if we decide to add it. If we do add the feature to our project management system, we will usually post a task ID associated with it. The feature can then be tracked in the thread to completion. Posting multiple feature requests in a single thread waters down the request, and it will usually receive fewer responses. So, sticking to 1 request per thread increases the odds of it being implemented!
-
gogetssl.com thesslstore.com opensrs (tucows) These are all planned. It might be a good idea to do 1 thread per request in the future though, they tend to focus discussion on the 1 feature requested where it can more easily be gauged, added to our project management, and tracked to completion.
-
Email template address fields do not have tags available to them, but this may be a viable option. Assuming that additionally the department is available to the body of the email template, you could use conditionals to customize the email as well on a per-department basis. This part *might* be possible now, if so the variables for the department should appear if you send out an email with {% debug %} in it. If nothing is in there to distinguish the department, it's something we should be able to add.
-
Essentially you want everything to happen on the same page right?
-
What was it?
-
That looks like some custom installer, you'll need to contact them to determine what version it is. My guess is it's 2.5.
-
Hi Dennis, If you obtained your v2.5 license from midphase, you can request a v3 license from them. The license keys are different. Going from 2.5 to 3.0 is more of a migration than an upgrade because v3 has an entirely new codebase. See this for installing v3 http://docs.blesta.com/display/user/Installing+Blesta See this for then importing your data from 2.5 to 3.0 http://docs.blesta.com/display/user/Migrating+to+Blesta You can download v3 from the home page of www.blesta.com, and select to start a 30 day free trial during installation. This will allow you to get v3 running while you request and wait for a v3 license key from midphase.
-
Disabling the portal plugin should redirect requests to the root web to /clients/ automatically.
-
PHPMail is the default option, and will only work if your PHP supports the mail() function. SMTP is recommended as it's faster, and you would just plugin your SMTP server details under Settings > Company > Emails
-
It's true that the email comes from the same address, but the reply-to address is set to that for the department. When a user replies to a ticket email, it should go to the correct department.
-
If you haven't already, please rate us on Hotscripts at http://www.hotscripts.com/listing/blesta-billing-that-works/ Thanks guys! Paul
-
CORE-747, tentatively scheduled for 3.3.
-
The rotation policy is for logs stored in the database, and viewable under Tools > Logs. These logs can get quite large, so they need to be rotated. Any files written to /tmp (or the location you set) should be removed right away. Nothing is ever deleted from the uploads directory unless specifically done by the plugin who put it there.
-
Store Password In Databse Crypted An Use It In Php ?
Paul replied to Blesta Addons's topic in The Lounge
Blesta uses different encryption and hashing algorithms for different purposes. Admin and client passwords are stored using bcrypt, computed from an HMAC-SHA-256 hash of the password. This is a one way, algorithm that is extremely difficult to brute force. User passwords are not reversible. Modules can store some or all of their meta data encrypted, and encryption is used throughout the system to securely store data that can be decrypted like credit card numbers, service meta data and more. I believe this is done through AES, and in the case of credit cards additionally an RSA public/private key pair. Cody can elaborate more on all of this and correct any errors in what I just said. -
Price overrides are something we have thought about and would consider, but this would be a feature request.
-
CORE-746. On successful registration, redirect to the Dashboard and display a success message.
-
I believe matching packages is much simpler to do than importing packages, in terms of development. We'll see what Cody says, but I think the goal was package matching first, and revisit for package importing. In terms of usability, importing the packages is preferred so I definitely want to see it in there. We want to make migrating as simple and complete as possible, but it is a challenge considering how different these two products actually are.
-
Screenshots look really good!
-
I don't see how it would have come from the import, if these are newly created invoices. There was a directory path issue for sub directories that was corrected in 3.0.1 or 3.0.2, but it sounds like you may be running 3.0.2, so I'm not sure what's going on.
-
Is it suppose to be my.hostingdifferent.com? Are you running 3.0.2, and is the path under Settings > System > General > Root Web Directory correct? And is the hostname correct under Settings > System > Companies?