-
Posts
9,522 -
Joined
-
Last visited
-
Days Won
186
Everything posted by Michael
-
Haha I hate languages but renamed the folder to nl_nl and re-uploaded going to use German now to try and translate them
-
They don't? Ah well my customer didn't tell me that they couldn't understand the translation lol unless they speak that as-well. Wikipedia says they do: https://en.wikipedia.org/wiki/Dutch_language (Germany / Netherlands) looks like I might need to update it.
-
but why does it need to be updated? the countries don't change nor do the IPs?
-
Here's a copy of the dutch order form we did by using the SDL translation tool, that's why we didn't do it on the crowd source one as it's probably not 100% up to par but a client of ours said the translation we did for his ticket was ok so did this so we can help our customers in NL, etc and here you go https://licensecart.com/public/Dutch-Orderform.zip You upload zip contents to: /plugins/order/language/ Thanks to: http://www.blesta.com/forums/index.php?/topic/4844-blesta-language-compare/ for the help And SDL: http://www.freetranslation.com who helps us translate for free and it's better than Google. PS: Only the client area stuff is translated none of the admin pages but there is only 3.
-
It works on Admin tools the same it does on yours mate, I thought yours would show the lines to add haha but it does the same: Ah your's does show the lines missing when you have the files in Love it roll on.
-
What's it supposed to do?
-
Great thanks mate will try it later
-
I meant server sorry.
-
Select Any from the dropdown box.
-
http://translate.blesta.com/ you have to register and login to translate them. Sounds like they are part of the 9% not completed. français, FR (fr_fr) 91% COMPLETED
-
That's because your printing, you could try: if (($packages = $response->response())) { foreach ($packages as $package) { echo $package->price; } }
-
Would be a nice feature request but how would that work on the welcome package emails they change per module?
-
Try removing the module (un-install) and remove the files, and then re-uploading the files.
-
Well you can use multiple SMTP emails, but maybe not in google apps. I always recommend never to use Google Apps.
-
Ah you'll need Paul, Cody or Tyson then
-
Have you done the require_once? require_once "urltoblesta.com/billing/blesta_api.php"; Then: $user = "user"; $key = "key"; $url = "https://blestadomain.com/billing/api/"; $api = new BlestaApi($url, $user, $key); Then something like: $value1 = getPackagePrice($api, 1, "month", 1); So your value would be something else the first 1 is the package id.
-
And that is how I've always done it as we changed from the Universal Module to a custom module, and we had to restrict the packages, clone them edit the module and then remake every service but I didn't have to it just was better in the long run and didn't take much time ever but some people want the billing system to do this and that with a click of a button lol…. or in english Lazy WHMCS users.
-
white page is a 500 internal server error, can you turn on the Blesta errors and do it again? config/blesta.php change 0 to -1 in error_reporting
-
go to a website generator or just type a lot of random letters and numbers
-
Should work fine you just make a hash up, a mate just did it with me when we was sorting it out he just generated a hash and used that.
-
I'm LicensecartSales Skype must be playing up lol. Edit this is the final code: <?php Configure::set("stargate.map", array( 'module' => "logicboxes", 'module_row_key' => "username", 'module_row_meta' => array( (object)array('key' => "registrar", 'value' => "StarGate/UK2", 'serialized' => 0, 'encrypted' => 0), (object)array('key' => "reseller_id", 'value' => (object)array('module' => "resellerid"), 'serialized' => 0, 'encrypted' => 0), (object)array('key' => "key", 'value' => (object)array('module' => "apikey"), 'serialized' => 0, 'encrypted' => 1), (object)array('key' => "sandbox", 'value' => (object)array('module' => "testmode"), 'serialized' => 0, 'encrypted' => 0) ), 'package_meta' => array( (object)array('key' => "ns", 'value' => array(), 'serialized' => 1, 'encrypted' => 0), (object)array('key' => "tlds", 'value' => (object)array('package' => "tlds"), 'serialized' => 1, 'encrypted' => 0), (object)array('key' => "type", 'value' => "domain", 'serialized' => 0, 'encrypted' => 0) ), 'service_fields' => array( 'domain' => (object)array('key' => "domain-name", 'serialized' => 0, 'encrypted' => 0) ) )); ?>
-
Added, we will need a clean Blesta database.
-
Would you like me to look over this on teamviewer with you mate?