Leaderboard
Popular Content
Showing content with the highest reputation on 02/12/2015 in all areas
-
What Is Stopping You Switching To Blesta?
Max and 2 others reacted to blesta_tester for a topic
Licensecart, thank you for a nice poll! Would you be willing to add "EU compatible billing/invoicing system" there? There are some strict tax/invoicing rules which should be followed, and Blesta still doesn not fulfill that for EU companies, so it prevents EU-registered companies from using it for billing/invoicing. And of course, we'd like Blesta to be fully compatible with EU rules.3 points -
Some users have requested shorter URIs for order landing pages. Here are a couple routes you can add to the bottom of your /config/routes.php file to take advantage of shorter URIs: Router::route("^order/configure/(.+)", "/order/main/configure/$1"); Router::route("^order/id/(.+)", "/order/main/index/$1"); Using the above routes you can link users to: /order/id/ORDER_FORM_LABEL/ /order/configure/ORDER_FORM_LABEL/?group_id=1&pricing_id=1 Replace the bold items with the correct values for your setup.1 point
-
I've seen support teams use Tumblr for status updates on outages that are being worked on. It's manual, but hosted by Tumblr and easy to update.1 point
-
Whmcs Migrator (Beta) - Updated 2013-11-12
Michael reacted to WebHostCentral UK - Dean for a topic
I have recently just imported all from WHMCS (3-4 days ago) and i can tell you that the import worked with just 1 issue (WHMCS Client Passwords). Your Hosting is it Dedicated? Reseller? my first thought would be that you maxed out resources so the server froze the import leading to a failed or partial import1 point -
Network Status And Schedule Maintenance
Michael reacted to WebHostCentral UK - Dean for a topic
I was looking at that but it doesnt have a scheduled maintenance part only recent incidents I think I may have to get someone to right a small script lol1 point -
Could very well be. But I have been told that tax inspectors exist outside the EU as well. Not all countries may have exact rules about what needs to be on an invoice, and what administration you must keep, but they generally do appreciate it if the information you do have is accurate, and do require that you have sufficient information for your turnover to be calculated and taxed properly. Things like back dated invoices, and dynamic address information -that suddenly may show a different state/country than originally, not matching the sales tax charged- are not going to earn you kudos anywhere.1 point
-
You can write a plugin that adds elements to the main navigation using the nav_primary_staff plugin action.1 point
-
That's a server issue: http://www.blesta.com/forums/index.php?/topic/688-adding-service-to-existing-client/1 point
-
You can do either: 1. Edit Structure.pdt and add stuff after this: <?php foreach ($this->Html->ifSet($nav, array()) as $link => $value) { $attributes = array(); $link_attributes = array(); $dropdown = !empty($value['sub']); $active = false; if ($value['active']) { $active = true; $attributes['class'][] = "active"; $active_nav = $value; } if ($dropdown) { $attributes['class'][] = "dropdown"; $link_attributes['class'][] = "dropdown-toggle"; $link_attributes['data-toggle'][] = "dropdown"; // Set parent to active if child is if (!$active) { foreach ($this->Html->ifSet($value['sub'], array()) as $sub_link => $sub_value) { if ($sub_value['active']) { $attributes['class'][] = "active"; break; } } } } ?> <li<?php echo $this->Html->buildAttributes($attributes);?>> <a href="<?php $this->Html->_($link);?>"<?php echo $this->Html->buildAttributes($link_attributes);?>> <i class="<?php $this->Html->_($value['icon']);?>"></i> <?php $this->Html->_($value['name']); if ($dropdown) { ?> <b class="caret"></b> <?php } ?> </a> <?php if (!empty($value['sub'])) { ?> <ul class="dropdown-menu"> <?php foreach ($this->Html->ifSet($value['sub'], array()) as $sub_link => $sub_value) { ?> <li> <a href="<?php $this->Html->_($sub_link);?>"><i class="<?php $this->Html->_($sub_value['icon']);?>"></i> <?php $this->Html->_($sub_value['name']);?></a> </li> <?php } ?> </ul> <?php } ?> </li> <?php } ?> 2. Or you can use the Admin Tools plugin from Naja7host.1 point
-
Loving the system so far Tweaking somethings with the theme before we go 100% live but that's on my end. My Trial is almost over so I'm considering the add-on company license, all looks and works well. Now that I'm using the system I've already made a few addon's my self, all works in progress hope to share with the community sooner then later. Nice job team. Old topic I know, but if developers are good, software is good then everyone should consider giving blesta a go! Glad I made the switch at this point. Cheers!1 point
-
Thanks Michael, That and the fact Credit Card's was not on the allowed payment list was stopping it from showing. Thanks!1 point
-
Override Default Language
PauloV reacted to Blesta Addons for a topic
i think i have found it ....... now i will attack my next project .....1 point -
Customer Whmcs Passwords
Michael reacted to WebHostCentral UK - Dean for a question
Can you tell i need sleep? Direct from Blesta.... I like dealing with the company direct (even if it costs a little more)1 point -
This is here: http://www.blesta.com/forums/index.php?/topic/510-login-form-outside-blesta/?hl=login+form Don't think that's possible yet, maybe in the new Domain Management plugin coming soon.1 point
-
That's unfortunate... The only thing this really says to me though is that Blesta is starting to chip away at ol' WHMCS' marketshare. :-) Blesta is awesome! I use it for my hosting company as well as my forum memberships, advertising sales, etc. It just works; all the time!1 point
-
I've created a task for it, CORE-1091 and it can be tracked there. It is tentatively assigned to v3.3, but it's not guaranteed to be in that release.1 point