Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/08/2014 in all areas

  1. I was just chatting with Mike from Licensecart about Internet speed. I think I maxed speedtest.net out from my desk at work. http://www.speedtest.net/my-result/3426368915 My connection at home is only 10Mbps down, 1Mbps up though it bursts to 20Mb+ sometimes. Are you happy with your Internet provider? Who are they? How fast is it? Is it reliable?
    2 points
  2. 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
  3. An SSL cert is not required for making payments through non merchant gateways. When paying, are you logged in as a client? Payments cannot be processed through the admin area for non merchant gateways because the client typically has to login to PayPal, or other to make payment.
    1 point
  4. We have updated cPanel extended for Blesta 3.2 so that it's compatible with the bootstrap conversion, however we're not going to be doing much with it going forward. We are however, going to be adding a lot of the extended features to our cPanel module. Unfortunately, there's no way to switch between the two. If our module will work for you for now, I'd suggest using it instead.
    1 point
  5. Paul

    Geolitecity.dat

    Primarily, you'll be able to see the location of people by hovering over their IP address on their client profile page, hovering their name in the System Overview widget on the dashboard, and under Tools > Logs > User Logins. The information may be available in future features, and can be taken advantage of by plugins if they make use of it.
    1 point
  6. Typically you'd receive that error if the gateway was not installed on the company, or the currency you're trying to use with the gateway has not been enabled. You could double check that the invoice's currency matches a currency the paypal gateway is set to accept. If everything seems good, you can always uninstall the gateway and reinstall it through the admin interface.
    1 point
  7. Paul

    Geolitecity.dat

    First set your uploads directory under Settings > System > General > Basic Setup. It should be something like /home/username/uploads/. Make sure uploads is writable and has 2 directories within it. "system" and "1". ie /home/username/uploads/ /home/username/uploads/1/ /home/username/uploads/system/ Then, put the GeoLiteCity.dat file in the system directory.
    1 point
  8. That or on the order form you need to tick PayPal
    1 point
  9. There is not currently a mass mail option, it is going to be added in 3.3.0 though. http://dev.blesta.com/browse/CORE-621
    1 point
  10. Tyson

    Support Ticket Help Needed

    In v3.2, clients that aren't logged in will be directed to the support department page after they submit a ticket. The {ticket} tag is a reference to an object, and {ticket} itself is not a usable tag. You would want to use an attribute from the ticket, like {ticket.summary}. You can take a look at the documentation for a complete list of available tags to each email template.
    1 point
  11. flangefrog

    Billing Based On Usage

    I would like to see a feature that allowed a module to give the usage of an service such as bandwidth or VOIP minutes. Blesta would find the usage at the time of creating the invoice via the modules getUsage function or something similar. There would also be an option to allow the client to view there usage. This would probably help increase adoption of Blesta for small ISPs and Telcos.
    1 point
×
×
  • Create New...