Jump to content

Daniel B

Members
  • Posts

    682
  • Joined

  • Last visited

  • Days Won

    2

Reputation Activity

  1. Like
    Daniel B reacted to Michael in Order Page Redirects To Portal & Mass Mail?   
    Love it mate  maybe a nice place in the Contribute mate.
  2. Like
    Daniel B got a reaction from Michael in Data Protection Call Center Style.   
    something like this would be better off requiring a "pin" rather than a password...4-8 digits, alphanumeric only, not case sensitive
  3. Like
    Daniel B reacted to Michael in Error When Trying To Activate New Account   
    Glad everything is working for you now mate
  4. Like
    Daniel B got a reaction from Michael in Error When Trying To Activate New Account   
    Well, I just finished reinstlaling blesta on my main domain, as well as testing out the extended module creation on my dev site...and both seemed to work fine this time around.  Guess I'll have to chalk this one up to a random issue with the files/database of the previous install.
  5. Like
    Daniel B got a reaction from Michael in Order Page Redirects To Portal & Mass Mail?   
    You can use the logicboxes module for resellerclub (resellerclub runs on logicboxes)
  6. Like
    Daniel B reacted to SurgeNetwork in No Quarterly/semi-Annual Terms?   
    ha! I got confused too.. when it said term and then it had monthly/yearly.. at first I was thinking.. the hell? I finally figured it out when Blesta told me term had to be a number.
  7. Like
    Daniel B got a reaction from Michael in Error When Trying To Activate New Account   
    Yeah, I removed those tags after the first try I think and it still throws the error.
     
    I just double checked the html and text (they are identical) and there are no "/" anywhere in the tags.  There also isn't a / in the password.
     
    about the counters...gotcha
     
    If you want, I'm more than happy to give you access to my install if you need to poke around.
  8. Like
    Daniel B reacted to Tyson in Error When Trying To Activate New Account   
    What do your service creation and package welcome email templates look like?
  9. Like
    Daniel B reacted to Michael in Error When Trying To Activate New Account   
    It looks like a email template issue mate, try this: http://www.blesta.com/forums/index.php?/topic/1089-suspend-error/#entry8902
     
    If not hopefully Paul, Cody or Tyson can help, but I think it's a Email template issue.
  10. Like
    Daniel B reacted to Timothy in Department Level Ticket Auto-Replies   
    +1 on both.
     
    Thank you for making this.
  11. Like
    Daniel B reacted to Tyson in Disable Ticket Auto-Response?   
    So a department-level setting to disable emails from being sent would suffice? I'm not sure how popular this feature would be, though. Perhaps a feature request poll?
  12. Like
    Daniel B reacted to Michael in Cpanel Extended Module   
    Nope because if you update the packages, the accounts don't function, you need to re-make them.
  13. Like
    Daniel B reacted to Michael in Cpanel Extended Module   
    Doesn't seem to change anything on my side in ways of function, but I thought maybe it's the core version like we got when we paid, so I saved my little edit for anyone who want's to use it to.
     
    It doesn't have a nice button to log into WHM (For resellers that might be bother) so here is a little tweak to do so.
     
    Edit: components/modules/cpanelextended/views/default/loginto.pdt
     
    With the following code:
    <form method="post" action="<?php echo sprintf('https://%s:2087/login/', $this->server->meta->host_name); ?>" target="_blank" style="width: auto;"> <input type="hidden" name="user" value="<?php echo $this->fields->cpanel_username; ?>"> <input type="hidden" name="pass" value="<?php echo $this->fields->cpanel_password; ?>"> <button class="cpebutton big" type="submit" style="width: 200px;margin-left: 10px;"><img src="<?php echo $this->view_dir; ?>images/keys.png"> WHM</button> </form> <div class="clear"></div> </div> You remove the clear from the end of the other form so you can just paste this over the div.
  14. Like
    Daniel B got a reaction from Michael in Invalid License   
    yeah, I think it's their own special version that they've modified to automatically install whm/cpanel with about a trillion security features enabled.  Every time I got one thing fixed, there were two more things preventing things from working.  Was going on two days of messing with it and still wasn't working.  Reinstall myself and 30 minutes later I'm up and running
  15. Like
    Daniel B got a reaction from Michael in Invalid License   
    Finally got everything working, I ended up just reinstalling the server, OS, WHM, etc, all myself.  Apparently the "securecpanel" version of Centos that they were using for default vps provisioning is a little "too" secure.
  16. Like
    Daniel B reacted to Michael in Invalid License   
    If you wish I'd set you up an account on my server for you to fix your Blesta issue mate.
  17. Like
    Daniel B got a reaction from Michael in Invalid License   
    gotcha.
     
    Well I've got paul helping in a ticket now.  So far I've determined it's not a firewall issue as I turned csf off completely and still happening.  The search continues
  18. Like
    Daniel B got a reaction from zaveo in All Links In Admin Redirecting To Index.php   
    [Tools] -> [Clear Nav Cache], would be a much more obvious solution .../featurerequest
  19. Like
    Daniel B reacted to Michael in All Links In Admin Redirecting To Index.php   
    Great news, yeah Blesta only cache's the nav, so you've just re-cached it. Good to see your ready to roll mate .
  20. Like
    Daniel B reacted to Tyson in All Links In Admin Redirecting To Index.php   
    Alternatively, you could have gone to [settings] -> [system] -> [staff] -> [staff Groups], clicked to edit your staff group, and re-saved the settings in order to clear the cache.
  21. Like
    Daniel B reacted to FRH Dave in Upsell / Add-Ons   
    Definitely.  The logic should be able to accomodate a reasonable number of levels (maybe up to "cart contains x AND y AND not a AND not b"), but even a simple "if cart contains x AND not y THEN present offer z" would work wonders.  There are a few scenarios, but it always boils down to offer a product, with or without a discount.  We might offer a massive discount on cPanel if the customer is buying a $100 / month VPS, but a tiny discount if they're buying our $20 / month VPS.
     
    If cart contains x, offer discount y on product z for # months
    If cart contains x, offer discount y on product z for life
    If cart contains x, suggest product z (full price)
     
    If you want to make this REALLY powerful, give it the ability to adjust the promotion by day.  Tomorrow might be "Free Domain Friday", and anybody who buys a VPS gets a free domain.  Then it's "SSL Saturday", and anybody who buys a managed VPS or managed dedicated server gets a SSL certificate for only $.99.
     
    This is a feature that's incredibly powerful whether implemented in its most basic form (if cart contains x, and doesn't already contain y, then offer y with a discount) or in a powerful conditional branch (if the customer buys a SSL cert AND the customer already has a VPS AND the current VPS is unmanaged AND it's Saturday THEN (IF the customer has cPanel THEN offer SSL certificate installation for $9.99, else IF the customer has no panel THEN offer SSL installation for $19.99, else IF the customer has Webmin offer SSL installation for $999.99)).  I don't believe anyone else has this -- certainly not WHMCS.  It would be a huge selling point.
  22. Like
    Daniel B got a reaction from Michael in Not Long To Go...   
    Can't wait!
     
    Sadly I missed pretty much all of the beta process due to changes in my business and work...but can't wait to get this implemented and getting things off the ground!
  23. Like
    Daniel B reacted to Paul in Which Would Be Easier?   
    I think as soon as we release it, anyone trying it out will be a beta tester.
  24. Like
    Daniel B got a reaction from John in New Design   
    I don't really like the huge size of the slider image, but to each their own .  Other than that it looks very nice and sleek.
  25. Like
    Daniel B reacted to Cody in Default Measures To Prevent Design Ripping Included?   
    By default, Blesta uses htaccess rules to forbid access to all .pdt files.
×
×
  • Create New...