Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/10/2014 in all areas

  1. Nice! When you tweet out updates, if you mention Blesta we'll usually retweet. If it doesn't mention us, we don't usually see it. Nice work!
    2 points
  2. iAlex

    Namecheap Ssl Reseller

    Haha, after I posted that I actually decided to see how hard it would be to add and found the same thing.
    1 point
  3. Ah that appears to have been the issue. I added it as a one-time fee, not per month.
    1 point
  4. SOLVED Issue was blank lines at the top of config/blesta.php. Grrr! I wrote the above post right before getting in my car to drive home. Thinking about it on the way home, I realised that this had to be the issue. I use Salt Stack to manage my servers, and it was placing these blank lines when it parsed the file template. Such a waste of time tracking that down! -Barry
    1 point
  5. When you created the option, did you assign it to the same option group as your dedicated IP option? Do you have a term and currency that matches that being ordered for the package? For example, if the package is being ordered for 1 month in USD, there should be a 1 month USD option for the config option. A screenshot of your configs will help diagnose if you're still having trouble.
    1 point
  6. Proper use of WHERE IN using the Record component: $this->Record->select("service_fields.*")->from("service_fields")-> innerJoin("services", "service_fields.service_id", "=", "services.id", false)-> where("service_fields.key", "=", "hostname")-> where("service_fields.value", "=", $hostname)-> where("service_fields.status", "in", array("active", "suspended", "in_review"));
    1 point
  7. You can do this as follows: $fields = new ModuleFields(); $fields->setHtml("<script type='text/javascript' src='js/yourjsfile.js'></script>"); More info can be found here: http://docs.blesta.com/display/dev/ModuleFields
    1 point
  8. New Update For The Tasty cPanel Module has been released, click here.
    1 point
×
×
  • Create New...