Jump to content

Leaderboard

Popular Content

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

  1. Cody

    Short Order Routes

    Some users have requested shorter URIs for order landing pages. Here are a couple routes you can add to the bottom of your /config/routes.php file to take advantage of shorter URIs: Router::route("^order/configure/(.+)", "/order/main/configure/$1"); Router::route("^order/id/(.+)", "/order/main/index/$1"); Using the above routes you can link users to: /order/id/ORDER_FORM_LABEL/ /order/configure/ORDER_FORM_LABEL/?group_id=1&pricing_id=1 Replace the bold items with the correct values for your setup.
    1 point
  2. Paul

    Whmcs Migrator - Failed

    Did you run the migrator twice? You'll need to re-install Blesta before attempting another import. What we recommend is after installing 3.0, do a backup of your 3.0 database. Then, do the import. If for any reason you need to run the importer again, first restore your 3.0 database. Importing to a clean database is the only supported import method.
    1 point
  3. Paul

    Eu Compatible Billing ?

    If you are considering developing your own system, consider this.. Blesta is 99.9% open, you can modify it to include proforma invoices. You might even be able to re-purpose draft invoices for this without too much trouble.
    1 point
  4. Paul

    Eu Compatible Billing ?

    Proforma invoices are coming, part of CORE-497. I don't have an ETA for you yet, tentatively scheduled for 3.2 but not guaranteed to be in this release.
    1 point
  5. Cody

    Custom Theme/template

    Update /app/views/clients/default/structure.pdt and use PHP to only show that nav if the GET parameter template is not "custom". Setting it to custom will then hide the nav. <?php if ($this->Html->ifSet($logged_in) && $this->Html->ifSet($_GET['template']) != "custom") { ?> <section class="outer_nav"> <section class="layout"> .... <?php } ?>
    1 point
  6. We need to have 'Read Only' fields for the Universal Module. This is a MUST for everyone. We need to supply information to customer's, but not allow them to edit the information. We can not currently do this for customer's. Please like my post so that we can get a lot of votes to get this added as a feature request. Thanks!
    1 point
  7. Hi, Sorry we are still working on the making the applications, we should have something within month or two, as I am the only person coding this at the moment and also expanding my company as well so is taking a bit longer than planned.
    1 point
  8. 1 point
  9. S-Jack

    Blesta Admin Login Theme

    Sapatana's first Blesta edit is for the Admin panel with a new login form. @Sapatana Why did I do this? I was looking at the Blesta login theme and I was thinking it looked a bit plane and boring so I put a search in on Google for "Login Forms." I then stumbled across http://dribbble.com/shots/899672-Login-Form and I was thinking that would be a nice edit for the skin. I will be adding updates to this skin when there is a issue found or I think it needs a little fix. We will also release more themes in future. Previews: Files included Directory > PDT > CSS app views admin default css logins.css admin_login.pdt admin_login_otp.pdt admin_login_reset.pdt structure_admin_login.pdt default-original (Default admin files for 3.0.7) Download link: https://ilovebilling.pw/client/plugin/download_manager/client_main/index/1/ Please note there is not "Sapatana" on the layout to add your company title at the top of admin_login files add <h1>Text</h1> above the <p>Login</p> at the top of the page. For support just ask :-) Updates: Security left on page from Sapatana. This has been removed!
    1 point
  10. 1 point
  11. If you're sure that your registrar supports .id, you can add it to the list in /components/modules/logicboxes/config/logicboxes.php. According to our source at Logicboxes, the complete list of all TLDs supported by Logicboxes can be found here: http://www.logicboxes.com/product_pricing#domain-resellers
    1 point
×
×
  • Create New...