Jump to content

Leaderboard

Popular Content

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

  1. Updated to the version 3.2 Portal! I believe that Paul mentioned somewhere that they are currently working on a better method for allowing clients to place multiple orders (domain + hostng, etc) from one order page...but until then, I figured I would share my portal page edits with everyone. This rearranges things a little bit, and then adds a separate link for different order forms...to allow clients to pick which one they want directly from the portal page. (in this example, the Register link will be whatever you set as the default order form...so I would suggest creating a registration order form for this). You can of course add in as many order forms as you want, it should be fairly obvious how to do so if you read the code...however, if anyone has any trouble, I'm happy to help generate the needed code for your specific situation . End Result: In order to implement this: Go to Settings > Plugins > Manage Portal the replace the Index Page Content with the below: (you will need to edit the direct links to each of your order forums, the example below is for my site...you'll have different links) {% if plugins.order %}<div class="col-md-4 col-sm-6 portal-box"> <a href="{blesta_url}order/"> <div class="well"> <i class="fa fa-cogs fa-4x"></i> <h4>Register</h4> <p>Don't have an account? Create one now. Or you can create one while ordering a package later.</p> </div> </a> </div>{% endif %} <div class="col-md-4 col-sm-6 portal-box"> <a href="{client_url}login/"> <div class="well"> <i class="fa fa-cogs fa-4x"></i> <h4>My Account</h4> <p>Have an account with us? Log in here to manage your account.</p> </div> </a> </div> {% if plugins.support_manager %}<div class="col-md-4 col-sm-6 portal-box"> <a href="{client_url}plugin/support_manager/client_tickets/add/"> <div class="well"> <i class="fa fa-ticket fa-4x"></i> <h4>Support</h4> <p>Looking for help? You can open a trouble ticket here.</p> </div> </a> </div>{% endif %} {% if plugins.download_manager %}<div class="col-md-4 col-sm-6 portal-box"> <a href="{client_url}plugin/download_manager/"> <div class="well"> <i class="fa fa-download fa-4x"></i> <h4>Download</h4> <p>You may need to be logged in to access certain downloads here.</p> </div> </a> </div>{% endif %} {% if plugins.order %}<div class="col-md-4 col-sm-6 portal-box"> <a href="{blesta_url}order/main/packages/shared/?group_id=1"> <div class="well"> <i class="fa fa-shopping-cart fa-4x"></i> <h4>Order Shared Hosting</h4> <p>Start your presence on the web, order a web hosting package today!</p> </div> </a> </div> <div class="col-md-4 col-sm-6 portal-box"> <a href="{blesta_url}order/main/packages/reseller/?group_id=2"> <div class="well"> <i class="fa fa-shopping-cart fa-4x"></i> <h4>Order Reseller Hosting</h4> <p>Shared hosting not enough for you, need to host your own clients? A Reseller plan will be perfect.</p> </div> </a> </div> <div class="col-md-4 col-sm-6 portal-box"> <a href="{blesta_url}order/config/preconfig/domains"> <div class="well"> <i class="fa fa-shopping-cart fa-4x"></i> <h4>Order a Domain Name</h4> <p>It's always good to have your own place on the net...so get your domain before someone else does.</p> </div> </a> </div>{% endif %}
    1 point
  2. 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 ---
    1 point
  3. First, if anyone knows of some other awesome reseller programs (vps/cloud/dedicated/etc), let me know...even if it's your own ... Second, I've been looking around for a dedicated/vps/cloud reseller account for a while now...and Singlehop, from what I have seen...pretty much blows everyone out of the water...their system just looks awesome. But...right now, although they do have a whitelabeled control panel (that I will be using once they get around to actually signing me up), they only have integration support with WHMCS and Ubersmith. So I figured, if you awesome Blesta Devs wanted to....you should contact them and see if they'd be interested in working on integration with Blesta...would be awesome. Just a thought while I sit here at work, trying to figure out what reseller I'm going to go with.
    1 point
  4. 1 point
  5. That looks like a issue with PHP. The imagecreatefrompng function is part of GD library. This tends to be a separate package/port from the base PHP install. Can you verify you have that installed? It would be called php55-gd or php5-gd or some variation of that depending on your operating system.
    1 point
  6. Paul

    Verification On Address...

    I believe the plan is to allow custom client fields to be sorted, and various other fields to be sorted and removed as well. This could be used to set the requirement on a field as well, if not already (Custom client fields can be required).
    1 point
  7. Timothy

    Order Forms Help

    Make sure you have a currency selected on the order form. This will be near the bottom of the form right above the gateway settings. If you do not have a currency selected the order forms will not show any packages.
    1 point
  8. Which then checks it against the Google Maps API to ensure it is actually a valid address/street
    1 point
  9. I did this on my portal and had time to customice it. The portal is incredible powerful as it lets you use html, something I shocked hostbill didn't allow. You can pretty much put anything on the portal page. take a look https://clients.elysiumservers.com
    1 point
  10. DirectAdmin has multi-servers feature that allows distributing DNS records to several servers. I wonder if it's possible to connect customer's domains from Blesta to a DirectAdmin server, and customer can add / edit DNS records without leaving Blesta? Thanks.
    1 point
  11. Hi, It would be great if you could maybe consider adding a basic internal knowledgebase so any admin/staff member can view for important internal information. It doesn't need to be all the features of the world but something where you can add a basic article or information piece for techs is great maybe also a basic ACL which prevents which admins/staff can edit, remove, add articles. Knowledge Is Power
    1 point
  12. If you haven't already, please rate us on Hotscripts at http://www.hotscripts.com/listing/blesta-billing-that-works/ Thanks guys! Paul
    1 point
  13. Any graphic and web designers here or any good recommendations for one... Need some integration stuff done as well as some graphics...
    1 point
  14. Cody

    Release 3.0.0

    Version 3.0.0 is now available. You can download it at https://account.blest...er/client_main/. If you're interested in developing extensions for Blesta, be sure to check out the Developer Manual. Installing Blesta See Installing Blesta in the User Manual for instructions. Migrating from Blesta 2.5 Install Blesta version 3, then go to [settings] > [Plugins] > [Available Plugins] and install the Import Manager plugin. Once installed, click "Manage" and select 2.5. From there just enter your database credentials and your encryption key for your 2.5 installation. The migration process may take a few minutes to complete. BACKUP YOUR DATABASE BEFORE IMPORTING! Upgrading Blesta (beta testers ONLY) See Upgrading Blesta in the User Manual for instructions. Overview Bug fixes - Thank you for finding these! Import Manager has been updated. This plugin allows users to import from various systems (currently only Blesta 2.5 supported). BACKUP YOUR DATABASE BEFORE IMPORTING! Reports have been added under [billing] > [Reports]. Add-on Services may now be added to existing services through the staff interface. Service Search now searches unencrypted, unserialized service field data. Release Notes - Blesta Core - Version 3.0.0 (everything since 3.0.0.b7) ## Version 3.0.0 2013-08-14 ### Bug * [CORE-289] - Potential issue with cron applying credits * [CORE-454] - Creating client does not evaluate all custom fields * [CORE-456] - Calendar redirect dates are incorrect * [CORE-584] - Update delete actions to require POST * [CORE-618] - Interworx: Cannot update a service's options without using the module * [CORE-620] - Client payment confirmation page may generate an "Attempt to modify property of non-object" error * [CORE-625] - Invoice service coverage dates don't appear for newly activated services * [CORE-626] - Update install/uninstall extensions to use POST instead of GET * [CORE-629] - Cron may fail to apply credits that would close invoices due to a float precision error * [CORE-630] - Module: Universal Module Undefined property package_rules * [CORE-631] - System Status Plugin: Update order URL when using a trial * [CORE-633] - Malformed invoice link when editing a transaction * [CORE-634] - Incorrect applied amount displayed when editing a transaction * [CORE-636] - Tax Liability Report displays twice the level 1 tax amount and no level 2 tax rate if level 2 tax rates apply * [CORE-637] - Unable to view invoice for transaction applied amounts when editing a transaction * [CORE-638] - When adding a service, the Send order confirmation email checkbox is not selected * [CORE-640] - Order Plugin: Visiting /order produces an error if the order plugin is not installed * [CORE-641] - Setting tax to inclusive vs exclusive has no effect * [CORE-642] - Cron fails to run time based tasks as scheduled if no run history * [CORE-643] - Visiting client interface when logged in as admin may cause redirect loop * [CORE-645] - A client's default language is not used * [CORE-646] - Support Manager: Typo in language definition "Awaiting Reply" * [CORE-648] - Uninvoiced pending services fail to be activated * [CORE-649] - cPanel: Undefined property: stdClass::$cpanel_confirm_password may occur when editing a service * [CORE-651] - Editing tax rule affects previously created invoices * [CORE-653] - CMS/Portal plugin: The index page may use an incorrect URL to the Order page when installed under a subdirectory * [CORE-654] - Order Plugin: Coupon error message does not fit within its Cart container element * [CORE-656] - Missing language definitions do not fallback to the default language ### Improvement * [CORE-481] - Service search should include service meta fields ### New Feature * [CORE-106] - Billing Reports * [CORE-389] - Add the ability for addons to be added to existing parent services * [CORE-603] - Add legacy reseller API support ### Task * [CORE-644] - Add information box above Internationalization setting for translations ---
    1 point
×
×
  • Create New...