Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/30/2013 in Posts

  1. True, there will always be those people with the attitude of "If you want my business, you will have to bend over backwards to earn it. But if you screw up, I'm out the door and onto the next". Anyone that's been in business long enough will tell you that those are not the customers you want which is why those people in this thread are not getting the attention they think they are entitled to.
    2 points
  2. Oh yes commonly referred to as "host hoppers" within the hosting industry. I think the importer is great considering how much work it needs to do to even move the database let alone import it as well. I think adding some type of "verbose option" to the migrator will be good as it will display in verbose output which is "real time" what it is doing and which stage it's at. Also maybe consider adding some type of "option based" menu on the migrator in the future so those with bigger databases can migrate everything but tickets over first then re-run after to migrate the tickets solely this will prevent everything being done at once and hopefully would make the migration seem a little less painful to some.
    1 point
  3. I've noticed one thing around here and that is that everyone seems to have the a module, plugin, importer, feature that they need. Sometimes there is this insinuation that the devs aren't doing enough or list of things which they 'should' be doing. They can't just drop everything on focus on just one client with their specific needs alone (show me one company that does?). Mind you that it's a client management and billing system. It has an open modules/plugin system which means you can develop or have someone develop your modules. You can also have your own importer build. But if you're going to wait around for the complimentary modules and importers that come at no cost to you then a little patience are in order. Especially if your going to critique them about their so-called 'behind-the-scenes problems' as someone described it. If it was so easy and you want get migrated so badly why wouldn't you just build it yourself? Nothing is stopping you. Blesta is build with quality in mind and this takes time. The community couldn't be more helpful. I don't mean help this topic run away but good grief! It had to be said.
    1 point
  4. I guess not everyone understands what Beta means. be·ta noun a version of a product (such as a computer program) that is almost finished and that is used for testing
    1 point
  5. Looks good. 1 minor improvement that could be made is to remove the redundant last three order plugin endif and if-statements: {% endif %}{% if plugins.order %}
    1 point
  6. Love it mate, thanks for sharing will help alot of people.
    1 point
  7. Love it mate maybe a nice place in the Contribute mate.
    1 point
  8. This is one area that I feel Blesta is lacking...the inability to choose different packages from one order form (though I think they are working on that functionality). In the mean time, another way to handle this would be instead of having just one order link on the portal page, adding more in. If you did something like below, it would add in a link for domains, shared hosting, and reseller hosting, enterprise hosting (or whatever you have for your company). Can edit in as many as you want...you'll just need to make/get some images if you want different ones for each order type. In order to implement this: Go to Settings > Plugins > Manage Portal then click the "source" button in the top left of the WYSIWYG editor and replace everything with the below code: (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) <div class="description"> <p> Thank you for visiting, please use the links below to either register an account, place an order, or contact support.</p> </div> <div class="half section"> <div class="icon account"> <h1> <a href="{client_url}login/">My Account</a></h1> <p> Have an account with us? You can login here to manage your account.</p> </div> </div> {% if plugins.order %} <div class="half section"> <div class="icon account"> <h1> <a href="{blesta_url}order/main/index/register">Register</a></h1> <p> Create an account, which you can use to contact support, download items, or purchase services.</p> </div> </div> {% endif %} <div class="clear"> </div> {% if plugins.support_manager %} <div class="half section"> <div class="icon support_manager"> <h1> <a href="{client_url}plugin/support_manager/client_tickets/add/">Support</a></h1> <p> Need help? You can open a trouble ticket here.</p> </div> </div> {% endif %} {% if plugins.download_manager %} <div class="half section"> <div class="icon download_manager"> <h1> <a href="{client_url}plugin/download_manager/">Downloads</a></h1> <p> Visit the download area. You may need to be logged in to access certain downloads.</p> </div> </div> {% endif %} <hr /> {% if plugins.order %} <div class="half section"> <div class="icon order"> <h1> <a href="{blesta_url}order/main/index/shared">Order Shared Plans</a></h1> <p> Visit the order form to sign up and purchase a Shared Plan.</p> </div> </div> {% endif %}{% if plugins.order %} <div class="half section"> <div class="icon order"> <h1> <a href="{blesta_url}order/main/index/enterprise">Order Enterprise Plans</a></h1> <p> Visit the order form to sign up and purchase an Enterprise Plan.</p> </div> </div> {% endif %}{% if plugins.order %} <div class="half section"> <div class="icon order"> <h1> <a href="{blesta_url}order/main/index/reseller">Order Reseller Plans</a></h1> <p> Visit the order form to sign up and purchase a Reseller Plan.</p> </div> </div> {% endif %} {% if plugins.order %} <div class="half section"> <div class="icon order"> <h1> <a href="{blesta_url}order/main/index/domains">Order Domains</a></h1> <p> Visit the order form to sign up and purchase a Domain name.</p> </div> </div> {% endif %} It will end up looking like this:
    1 point
  9. /app/views/client/foldername/blueviolet.css You can edit that carefully, and if you bought the layout you can get everything needed for it, however I can give you the following: - Black - Blue - Red - Green - Brown But I can only give you the CSS and Images, you will need to edit it according to your liking.
    1 point
  10. Haha mate, on WHT he's slated every single one. So not much for him to choose from.
    1 point
  11. Not to mention he wouldn't be on the internet right now.
    1 point
  12. Blesta is in the process of becoming a registered trademark with the US patent office. I saw the post you are referencing, a domain with the name blestareseller in it. In order to become a Blesta reseller, we have to create a reseller account for you and we have not so far allowed anyone to be a reseller through a domain name with Blesta in it. It's unlikely we will do so.
    1 point
  13. Ok... How about the Quantum Vault module? Need, obviously, the ability to pay initially (or one-time) via the vault, but to charge same card every payment period. In addition (I had to pay for another module to do this ) is to notify end user what card needs to be updated, and allows both the end user and admin to add/update a credit card both at order time (if order is called in) before an invoice is created (we sometime allow for 10 days grace for competitive wins)... Let me know how much need to get this going (or finished) for all of us...
    1 point
×
×
  • Create New...