Jump to content

Michael

Moderators
  • Posts

    9,522
  • Joined

  • Last visited

  • Days Won

    186

Everything posted by Michael

  1. It's planned in CORE-1324 but you can use the Admin tools by Naja7host do to it now. Personally changing the admin route is a good option to do.
  2. You can just do what I do, and go to the order form, click order and copy the url.
  3. +1 but I think that might be part of 4.1?
  4. Michael

    Disable Fund

    2CO is horrible.
  5. Michael

    Disable Fund

    Go to: /app/views/client/themename/client_main_myinfo.pdt Remove: <div class="amounts"></div> And <?php $this->Javascript->setInline(' $(document).ready(function() { fetchCurrencyAmounts("' . $this->Html->ifSet($contact->settings['default_currency']) . '"); $(".col-md-3 .amounts").on("click", "a", function() { fetchCurrencyAmounts($(this).attr("id")); return false; }); }); function fetchCurrencyAmounts(currency) { $(this).blestaRequest("GET", "' . $this->Html->safe($this->base_uri . "main/getcurrencyamounts/") . '" + currency, null, function(data) { if (data) $(".amounts").html(data); }, null, {dataType:"json"}); } '); ?>
  6. It does batches of emails every 5 minutes you can see the logs on the mass mailer task page (front page of the mass mailer plugin). I can't remember how many is in a batch I think it's 25-50 but don't quote me on that.
  7. yeah the billing date is when it's added but you can change the renewal date. It sounds like you might have had an issue when importing across.
  8. They should have been imported under the universal module. You can then make a new service with the enom service and untick the use module box so it doesn't try and provision it again with Enom.
  9. Michael

    Blesta Cache

    Yep that's the only thing cached at the moment by default. Plugins can take advantage of this though.
  10. Michael

    Blesta Cache

    Sounds right to me the .html file should be the navigation.
  11. Well the only thing I can think of other than that is: in /uploads/ is there a folder called "invoices" Other than that it's either a big / corrupt image or something server related.
  12. Go to: yourdomain.com/blesta/settings/company/billing/customization/ and ensure you upload a PNG, GIF or a JPG.
  13. how much is the discount guys? 5% or something?
  14. can use transparency, and they use SASS for CSS which then is converted by Blesta.
  15. As above please contact sales@blesta.com and provide them the key with us.
  16. didn't get a reply from him mate.
  17. Packages > Order form > Type: Client Registration. Then you can go to Settings > Company > Plugins > Portal and copy and edit the box to have your new registration url.
  18. Works for me: http://screencast.com/t/5D2CLULeirZX
  19. Sorry forgot about the IP change. Can you try now please?
  20. Never heard of it.... what is it? I use HSTS but via the Apache profile.
  21. Yep I prefer the CDN myself since we can just edit the version.
  22. maybe the grey color?
  23. I think he hasn't set a default order form?
×
×
  • Create New...