-
Posts
9,522 -
Joined
-
Last visited
-
Days Won
186
Everything posted by Michael
-
That's down to the plugins to do... I'm hoping to get that done in my plugin soon which at the moment I do that anyway with if statements. <?php if( $page_title == "Welcome" ){ ?> <meta name="description" content="Licensecart, sells high quality licenses at affordable prices."> <meta name="keywords" content="Blesta,InterWorx,SolusVM,LiteSpeed,R1Soft,Softaculous,Licence,License,Licensecart"> <?php }elseif( $page_title == 'Blesta' ){ ?> <meta name="description" content="Licensecart, sells licenses for the high quality billing system Blesta."> <meta name="keywords" content="Blesta,billing system,whmcs,clientexec,whsuite,high quality,license,licensecart.com"> <?php }elseif( $page_title == 'Our Customers' ){ ?> <meta name="description" content="Licensecart's showcases some of our customers."> <meta name="keywords" content="customers,customer,businesses,companies,high quality,license,licensecart.com"> <?php }elseif( $page_title == 'Portfolio' ){ ?> <meta name="description" content="Licensecart's integration portfolio showcases some of our Blesta integrations we've done for some customers."> <meta name="keywords" content="Blesta,integrations,integration,portfolio,showcase,billing system,licensecart.com"> <?php }elseif( $page_title == 'InterWorx' ){ ?> <meta name="description" content="Licensecart, sells licenses for the high quality control panel InterWorx."> <meta name="keywords" content="InterWorx,control panel,cPanel,directadmin,plesk,high quality,license,licensecart.com"> <?php } [...] ?>
-
I would blame Barracuda but I believe Paul uses that company not sure what for though however I believe Paul doesn't use Google Apps for Blesta.
-
Sorry the structure.pdt file you have in your theme. /app/views/client/theme-name/structure.pdt
-
[Module] cPanel Extended Module for Blesta (Broken)
Michael replied to Abdy's topic in The Marketplace
mate... you removed the other "S" I said: {module.name_server} not the whole top God SAKE MAN! *Joking*. {% for name_server in module.name_servers %} Name server: {module.name_server} {% endfor %} The top for name_server sets the Variable from the module.name_servers That means you can use that variable in a tag. Edit: I'm a British twat, ignore me {% for name_server in module.name_servers %} Name server: {name_server}{% endfor %} -
I was thinking some people might want to change the way the page title is displayed, so I managed to get it to work nicely and added it to our KB, and for people who don't read our KB here's the way to do it Change this: <title><?php echo $this->Html->safe(($this->Html->ifSet($page_title) ? $page_title . " - " : "") . $this->Html->ifSet($system_company->name));?></title> To this: <title><?php echo $this->Html->safe($this->Html->ifSet($system_company->name) . ($this->Html->ifSet($page_title) ? " - $page_title" : ""));?></title> Now your pages won't be Page Title - Company Name but will show Company Name - Page Title
-
There's a hole in me bucket
-
And this one I like : http://www.blesta.com/forums/index.php?/topic/4121-bucket-billing-short-and-long-term-solution/
-
+1 this feature: http://www.blesta.com/forums/index.php?/topic/5717-support-term-commitments-contracts/
-
You can see it on our site in action: https://licensecart.com or our demo at: https://licensedemo.com, also some sites already using our modern integration+ service: https://licensecart.com/portfolio but that's only sites we've integrated and not our customers who use the CMS on their own.
-
You can move the uploads folder outside your public_html and make it 777. update your uploads url at: settings > system > general > uploads url. You can change your admin routes at: /config/routes.php and change "admin" to "mysecurearea" and then clear the cache, you can re-save your staff group, delete the folder from /cache/ so inside that delete the 1 folder. or use a plugin like admin_tools.
-
We've sadly had to push that back a bit which we believe will be September time since Mujahed is in a contract until then, after that I hope we can hire him and put full time into the plugin
-
cPanel doesn't make life easier at all, cPanel is also known on a few mates and a few clients marking Blesta's zip as a virus when it's clean. I don't know why people still use it . And with cPanel you have to do everything via their software (easyapache and pecl thing): Where as if you didn't use it you (Linux on it's own) and a few others you can install it via Yum.
-
You have to use EasyApache to install the PHP, then you need to install the Pecl version via the Pecl plugins bit as far as I know. As for the Class it would be because of a missing file.
-
Do you have cPanel, InterWorx, DirectAdmin, No control panel?
-
Correct the server IP, if you can enter two like LogicBoxes you can enter both.
-
If you still have issues feel free to PM me and I'll see if I can find the issue for you.
-
Have you moved the installation (folder, IP, hostname)?
-
It might have changed to blesta.php when attempted to install: /config/ folder, if it has changed you need it from the zip.
-
Blesta is secure anywhere but it's good practice to have Blesta if you can offside incase the server goes down, or your client server is comprised by a Wordpress outdated exploit.
-
Is the order from set to manual provision?
-
That's why then, that's all in one form...
-
What order form are you using? (Wizard, Ajax, Standard)
-
You can't haha but that's the main error for that or if it can't call home or another reason, I would PM Paul or email sales@ blesta and he will check and issue you a trial key.
-
Wonder if you can ping account.blesta.com
-
Have you used a trial on the domain before?