Jump to content

Michael

Moderators
  • Posts

    9,522
  • Joined

  • Last visited

  • Days Won

    186

Everything posted by Michael

  1. 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 } [...] ?>
  2. 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.
  3. Sorry the structure.pdt file you have in your theme. /app/views/client/theme-name/structure.pdt
  4. 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 %}
  5. 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
  6. There's a hole in me bucket
  7. And this one I like : http://www.blesta.com/forums/index.php?/topic/4121-bucket-billing-short-and-long-term-solution/
  8. +1 this feature: http://www.blesta.com/forums/index.php?/topic/5717-support-term-commitments-contracts/
  9. 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.
  10. 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.
  11. 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
  12. 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.
  13. 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.
  14. Do you have cPanel, InterWorx, DirectAdmin, No control panel?
  15. Correct the server IP, if you can enter two like LogicBoxes you can enter both.
  16. If you still have issues feel free to PM me and I'll see if I can find the issue for you.
  17. Have you moved the installation (folder, IP, hostname)?
  18. It might have changed to blesta.php when attempted to install: /config/ folder, if it has changed you need it from the zip.
  19. 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.
  20. Michael

    Domain Transfer Order

    Is the order from set to manual provision?
  21. That's why then, that's all in one form...
  22. What order form are you using? (Wizard, Ajax, Standard)
  23. Michael

    Failure Of 'free Key"

    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.
  24. Michael

    Failure Of 'free Key"

    Wonder if you can ping account.blesta.com
  25. Michael

    Failure Of 'free Key"

    Have you used a trial on the domain before?
×
×
  • Create New...