Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/23/2013 in all areas

  1. Cody

    Release 3.0.1

    Version 3.0.1 is now available. You can download it at https://account.blest...er/client_main/. This is a patch release that corrects issues with 3.0.0. Patching Blesta See Patching Blesta in the User Manual for instructions. Release Notes - Blesta Core - Version 3.0.1 ## Version 3.0.1 2013-08-21 ### Bug * [CORE-658] - The State field is not set correctly when selecting to copy information from an existing contact * [CORE-659] - Calendar delete event action not using POST * [CORE-660] - Modules delete action not using POST * [CORE-661] - Managing service produces undefined property $PackageGroups * [CORE-662] - PayPal Payments Standard: Error message "The form token is invalid" is displayed when a client returns to Blesta from processing payment * [CORE-663] - Download Plugin: Changing permissions to publicly available reverts to must be logged in * [CORE-664] - Legacy nonmerchant gateway subscription incompatibility * [CORE-665] - Setting/unsetting encryption key affects private_key for all companies in system * [CORE-667] - Username error occurs when attempting to set a client's username back to their email address * [CORE-668] - PayPal Payments Standard: Payment validation field, "business", may not always be included in the gateway response, causing the transaction to remain pending * [CORE-669] - cPanel Module: Can't add a server when using a reseller user, only root * [CORE-671] - Themes do not save the change back to the default theme * [CORE-672] - Editing an addon service whose package is unlimited complains of quantity available * [CORE-678] - Available service add-ons display all standard package group packages if there are no addon packages * [CORE-679] - Import Manager: Imports all module accounts with the same module row * [CORE-680] - Enabling GeoIP causes error due to missing mbstring extension * [CORE-681] - Invoice padding settings displayed but not supported * [CORE-682] - Check if installed by verifying Blesta.database_info config is set * [CORE-683] - Missing template parse check when editing email templates * [CORE-684] - Invalid tags result in blank email * [CORE-685] - Support Plugin: Adding a staff note counts the staff member as the last replier * [CORE-687] - Listing gateways may attempt to load files that being with '.' * [CORE-689] - Incorrect date format on invoices created from adding a service * [CORE-691] - Order Plugin: Invalid custom field ID error * [CORE-693] - Editing contact Country/State fails to update view after saving ---
    2 points
  2. Licensecart's first community theme. What is a community theme? A community theme is where we've integrated this just for you guys who have a paid Blesta License. Who designed the theme? This theme was designed by freshface. Where can I download the site theme? Purchase the theme from here. Can we have another colour like blue? You can edit the theme CSS and use the theme you bought. How can I see what the theme looks like? Sure have a look at our preview video at: http://screencast.com/t/lOq1glDTWDfr Can I pay you to do a integration? Sure feel free to stop by our website. Can I sell this or remove the copyright? You can't sell this free theme on, you can however remove the copyright with permission, Blesta - If you have unbranded license. Freshface - If you buy the site theme. Licensecart - Feel free if you wish. Will you update this theme? We will update this within reason, the theme works on all Blesta version unless edits have been made. To get the download at the moment please download from here until we the marketplace opens or a customer only forum. To fix the 3.1.x issues please go to: /app/views/client/default/blueviolet.css Edit the following: .page { float: left; width: 950px; To: .page { float: left; width: 959px; And .page { margin: 0 0 0 -33px; To: .page { margin: 0 0 0 -50px; And add the following: #nav_wrapper ul.menu { width: 1000px !important; }
    1 point
  3. Nice work as always Michael, I highly recommend Michael if you ever need help implementing a theme into Blesta.
    1 point
  4. You can reissue the license in your Blesta account (https://account.blesta.com/client/login/).
    1 point
  5. Tyson

    Paypal Ipn Url

    The callback URL is set automatically by Blesta. IIRC, the PayPal setting for a callback URL is only used if one is not given. If your Blesta installation is not on the Internet (i.e. on your local network), PayPal cannot communicate with it, and so Blesta will not receive any callback notification. If this is not the problem, is there any log information under [Tools] -> [Logs] -> [Gateway]?
    1 point
  6. But Blesta is a billing system, and you can use it for so much more than just the "internet market". What about an architect, or writer working freelance? They aren't anywhere near the web industry but could still use Blesta quite happily for their invoicing and administration. I wouldn't expect them to know the first thing about editing code. At the end of the day they are paying for the product. Maybe I'm out on my own on this but I see a lot of potential for different markets outside your usual "web host billing".
    1 point
  7. wdfee

    Api Calls

    Ok, I think I found the cause: My Server API is CGI/FCGI, not Apache 2.0 Handler. http://stackoverflow.com/questions/3663520/php-auth-user-not-set And inspired by this thread: https://github.com/symfony/symfony/issues/1813 I added this to my .htaccess: <IfModule mod_rewrite.c> RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L] RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ api.php [QSA,L] </IfModule> now it works!! :-)
    1 point
  8. RRWH

    Release 3.0.1

    Went smooth! At what point are we going to be able to do the updates from within Blesta itself. At the moment, it is a bit of a pain as you have to be logged in, download the patch/package, upload it to the server, unzip, then run install. Can't wait until I can do this all from within Blesta itself and thus save a lot of time.
    1 point
  9. I have made some changes to the Real Teal theme mostly to make the logo fit in the header, but IMHO, looks great with it. Then, the same edit for my logo on the client side. Nothing special, but I do think the themes are pretty nice now that you can edit them directly (color wise). As a suggestion though, perhaps making the logo fit better without having to edit the css would be a nice function. (If only, this could be made larger for the forum)
    1 point
  10. Paul

    What's Your Browser?

    I think Cody is using a browser he created in the middle of the night at home, because he doesn't sleep. Doesn't need to, he's that awesome.
    1 point
×
×
  • Create New...