Jump to content

Leaderboard

Popular Content

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

  1. Please note that the latest version of this migrator is included with the latest release of Blesta. Instructions BACK UP YOUR BLESTA DATABASE If you are not running import manager plugin version 1.0.3 download import_manager_1.0.3.zip and unzip to /plugins/ Unzip the contents of whmcs_migrator_b8.zip to /plugins/import_manager/components/migrators/ You should now have /plugins/import_manager/components/migrators/whmcs/ Go to [settings] > [Company] > [Plugins] and install the Import Manager Click the Manage button on the Import Manager and proceed through the steps The migration process may take a while. It imports A LOT of stuff. Data Imported Staff (including login passwords) Client Groups Clients (excluding login passwords) Credit Card Payment Accounts Custom Client Fields and Values Client Notes Contacts Tax Rules Currencies Invoices Recurring Invoices Transactions (partial refunds refund the original and create a new transaction for the difference) Client Credits Invoice Credits Support Departments Support Tickets (excluding attachments) Support Predefined Response Categories Support Predefined Responses Sent Emails The following Settings: Mail Delivery Type SMTP Host, User, Password, Port, and Security Type Invoice Days Before Renewal Invoice Reminder Settings Auto Debit Days Before Due Suspend Services After Due Calendar Events Products (become packages) Registrars (become modules/module rows) Servers (become modules/module rows) Services Domains (become services) Notes All custom pricing overrides will be imported as package pricing potentially creating multiple prices for the same term and currency WHMCS uses plain MD5 passwords for admin users. To enable support for these passwords update (/config/blesta.php) Configure::set("Blesta.auth_legacy_passwords", false); to Configure::set("Blesta.auth_legacy_passwords", true); What's new in b6 Added debugging option. Added check for gmp extension. Added support for refunds. Import refunded invoices as void. What's new in b7 Only sets quantity for package if stock conrtrol enabled Extracts all numberic values from ticket ID to better ensure ticket numbers come through What's new in b8 Introduced transactions for deferred commits (speed improvements) Now forces UTF-8 connection to WHMCS database to ensure special characters come through import_manager_1.0.3.zip whmcs_migrator_b3.zip whmcs_migrator_b4.zip whmcs_migrator_b5.zip whmcs_migrator_b6.zip whmcs_migrator_b7.zip whmcs_migrator_b8.zip
    1 point
  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. It is best to start with a fresh install of Blesta 3.0.2, before doing an import.
    1 point
  4. Yup, it'll happen either way it's on the list.. but could be better in your case if you don't need it, then you can get up and running more quickly.
    1 point
  5. I'm sure he's seen the thread, he probably needs to think it through a bit.
    1 point
  6. 1 point
  7. Paul

    Blesta Demo Broken?

    Thanks for fixing it Mike. cleverhost -- download 3.0.2 from the home page of www.blesta.com and install and try it out. During install, just select "Start 30 day free trial" and you'll be off. Much better experience that way than the demo.
    1 point
  8. My company can confirm it will work with all TLD's offered, they do not offer the logicboxes hosting plans though.
    1 point
  9. Hi, We have a little delay here but everything is under control. Module will be released probably on Tuesday.
    1 point
  10. If your loggedbin you don't need to register or login. If your not logged in on the right you'll see a login link click it a form shows. If you are ordering and don't have an account you will register after you've checkouted.
    1 point
  11. Paul

    Do You Use The Quick Links?

    It's a simple feature, but I find it very useful.. that's probably why we added it in (I think) 2.0, and brought it back in 3.0 as well. It's definitely not a critical feature, but I think it improves the user experience.
    1 point
  12. I heard that Resell.biz may be part on and part off the Logicboxes platform. You may want to confirm with them whether it will work, and if so for what TLDs. I'll see if I can get confirmation on this also.
    1 point
  13. xison

    Video Tutorials

    - In depth tutorial on using the Universal Module.
    1 point
  14. Tyson

    Domain Form.

    How about you remove that CSS, and use this instead: <li class="tlds"> <?php $i = 0; $tlds_per_row = 9; // some integer in the range [1..9] $tld_count = count($tlds); foreach ($tlds as $tld => $pack) { if ($i%$tlds_per_row == 0) { ?> <div class="tld-row"> <?php } ?> <span class="tld"> <?php $this->Form->fieldCheckbox("tlds[]", $tld, in_array($tld, $this->Html->ifSet($vars->tlds, array())), array('id' => "t" . $tld)); $this->Form->label($tld, "t" . $tld, array('class' => "inline")); ?> </span> <?php if (($i%$tlds_per_row) == ($tlds_per_row-1) || ($i+1 == $tld_count)) { ?> </div> <?php } $i++; } unset($i, $tlds_per_row); ?> </li> CSS: .tlds { text-align:left;} .tlds .tld-row { clear:left;} .tlds .tld-row .tld { float:left; display:inline-block; width:100px;}
    1 point
  15. Nice work as always Michael, I highly recommend Michael if you ever need help implementing a theme into Blesta.
    1 point
×
×
  • Create New...