Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/12/2015 in all areas

  1. 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
  2. Cody

    Short Order Routes

    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
  3. 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
  4. 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 import
    1 point
  5. 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 lol
    1 point
  6. 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
  7. You can write a plugin that adds elements to the main navigation using the nav_primary_staff plugin action.
    1 point
  8. That's a server issue: http://www.blesta.com/forums/index.php?/topic/688-adding-service-to-existing-client/
    1 point
  9. 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
  10. 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
  11. AshleyUk

    Stripe Gateway Not Showing

    Thanks Michael, That and the fact Credit Card's was not on the allowed payment list was stopping it from showing. Thanks!
    1 point
  12. i think i have found it ....... now i will attack my next project .....
    1 point
  13. 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
  14. Michael

    Domain And Login

    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
  15. ServZoo

    Webhostingtalk

    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
  16. Paul

    Affiliate System

    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
×
×
  • Create New...