Jump to content

Michael

Moderators
  • Posts

    9,522
  • Joined

  • Last visited

  • Days Won

    186

Everything posted by Michael

  1. I don't get that dropdown mate.
  2. Thank you
  3. Am I missing something I can't seem to find a way to add client fields for other groups other than the General.
  4. Good news mate, yeah Cloudflare is good for some things and others it's not, which is why I don't use it myself haha.
  5. That did this: http://billing.cubicwebs.com/plugin/order/main/preconfig/domains I might stick with the way I had and hope that they think about neating it up lol
  6. It's weird, not seen that before...
  7. Yeah the image url says:
  8. Thanks for trying mate but yours did this: I think we need a way to limit the query to 9 per row.
  9. I wish it was that easy mate haha this is the code for it: /plugins/order/views/templates/standard/types/domain/lookup.pdt <li> <?php foreach ($tlds as $tld => $pack) { $this->Form->fieldCheckbox("tlds[]", $tld, in_array($tld, $this->Html->ifSet($vars->tlds, array())), array('id' => "t" . $tld)); $this->Form->label($tld, "t" . $tld, array('class' => "inline")); } ?> </li>
  10. I think it would be nice if a client could close a ticket to their end. And maybe a auto closer by cron.
  11. I believe that might be the next domain registrar as that was in our Beta poll if I remember correctly.
  12. I'm not sure if I'm the only one but I think the domains are a bit cramped on the order form. So I was wondering it maybe you could make them have a set number per row. At the moment I've managed to do this with CSS but it's still not the best. Old: New: CSS Change if you wish to use this temp way: ul.domain_check label { margin-right: 10px !important; margin-top: 10px !important; } ul.domain_check input[type="checkbox"]{ margin-left: 7px !important; margin-top: 10px !important; } I put mine in the layout.css file in app/views/client/css/
  13. I suppose, do you guys use it on Blesta.com, if so any chance you could tell us which are the best settings which suit you guys so we can try it mate?
  14. Could we have it for only working on the front end?
  15. If they made their own, you could ask them if they could make one for Blesta, since the download is on their site and not in the system itself.
  16. There isn't at the moment but that would be a cool addition to the module.
  17. Could we have more options and hopefully a guide to go in the docs because so far none of us can use it lol.
  18. Oh yeah that's a point *face in hands* how come I didn't spot that. Your a year ahead of us. Not sure.
  19. Nice good job mate.
  20. Yeah that's why it's not recommended to use it yet mate.
  21. haha prob time'd out or someone kicked from admincp (Joking) a Ghost
  22. which managed to happen?
  23. Thank you mate
  24. So could we use this mate: <?php echo $this->Html->safe($system_company->hostname, true);?>
×
×
  • Create New...