Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/13/2014 in Posts

  1. The [billing] -> [invoices] listing, as Ken mentioned, shows the client name when you hover over the Client #. If you want to sort by the client name, you can update /app/views/admin/default/admin_billing_invoices.pdt to either add a new column for the client's name, or replace the Client # column with the client name. Each column only supports one field for sorting, so you would use either the client's first name (client_first_name) or client's last name (client_last_name) as the field to sort on. If you're familiar with HTML and PHP, it should be fairly straight-forward to add this in through the template.
    2 points
  2. Tyson

    Cpanel Extended Module

    The cPanel Extended module will most-likely never be released officially with Blesta. We don't intend to introduce new features for this module, and consider it rather low-priority on the fix list, since it is a 3rd-party module. Instead, we maintain our own cPanel module, which in the future, will contain more of the features currently available in this cPanel Extended module.
    1 point
  3. Tyson

    Cpanel Extended

    The problem is that the module row (server) is unknown, and passes a NULL value to Module->log(). Did the service actually get provisioned in cPanel? I suspect not because the server's host name is unknown. You should double-check your module settings, and the settings set on the package you're attempting to provision.
    1 point
  4. What I can make from Facebook he is trying to import domains from WHM** to Blesta 3.0 and they don't get imported, I'm not sure if it's because he hasn't selected a registrar or if it's because he has over 500 domains. Hope he doesn't mind me posting these from our Facebook page PM's.
    1 point
  5. We're shooting for 8 to 10 weeks after 3.1 is officially released.
    1 point
  6. CORE-562 slated for 3.2 will add an event to be triggered when a service's status is changed (i.e. suspended, unsuspend, canceled). That's probably what you're looking for.
    1 point
×
×
  • Create New...