-
Posts
9,522 -
Joined
-
Last visited
-
Days Won
186
Everything posted by Michael
-
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.
-
embed package Embed package group into an external website
Michael replied to Atikul's topic in Feature Requests
You can just do what I do, and go to the order form, click order and copy the url. -
+1 but I think that might be part of 4.1?
-
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"}); } '); ?>
-
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.
-
Change the API Key Field in the eNom Module to a Password
Michael replied to linux4me's topic in Feature Requests
+1 -
Migration From WHMCS and Setting Up Domains In eNom Module
Michael replied to linux4me's question in Pre-Sales Questions
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. -
Migration From WHMCS and Setting Up Domains In eNom Module
Michael replied to linux4me's question in Pre-Sales Questions
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. -
Yep that's the only thing cached at the moment by default. Plugins can take advantage of this though.
-
Sounds right to me the .html file should be the navigation.
-
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.
-
Go to: yourdomain.com/blesta/settings/company/billing/customization/ and ensure you upload a PNG, GIF or a JPG.
-
how much is the discount guys? 5% or something?
- 8 replies
-
- modulesgarden
- developer
-
(and 5 more)
Tagged with:
-
can use transparency, and they use SASS for CSS which then is converted by Blesta.
-
As above please contact sales@blesta.com and provide them the key with us.
-
didn't get a reply from him mate.
-
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.
-
Never heard of it.... what is it? I use HSTS but via the Apache profile.
-
Yep I prefer the CDN myself since we can just edit the version.
-
improvement Company / System settings option.
Michael replied to Michael's topic in Feature Requests
maybe the grey color? -
I think he hasn't set a default order form?