Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/14/2017 in all areas

  1. for taxes we can have solution and quickly i think, i will try to push this in our top list to make it available maybe the next week or at a late date the end of this month . so we can confirm for you that tax issue we can resolve it, we ill ad a new option in the plugin to make late fee taxable or not . we have also searched alot before we begin the work on this plugin, and never we have arrived to a case like yours, all the late fees case we found is a fixed or percentage amount (taxable) and after a XX day . making it recurring that should another work, as we need to conserve the core functions of this plugin. as told before we will try to add your request, if we found it will break the normal usage we can negotiate another plugin only for you .
    2 points
  2. is working normal when we make a manual example. what i have arrived to make it work, with this small change "key":"<?php $this->Html->_($data['name']);?>", to "key":"<?php echo $this->Html->ifSet($data['name']);?>",
    2 points
  3. Adam

    Mailparse extension missing

    See my response in another post on how to install this Thanks, -Adam
    1 point
  4. Should I open a ticket with Blesta instead of posting to community forums? Is my explanation unclear? -Adam
    1 point
  5. any ETA for this small smal small fix we have updated lated and we found this has been disappeared, is a pain to make every time a small patch // Fetch all available server for this package $module_row = []; if (isset($vars->module_group) && $vars->module_group == "") { if (isset($vars->module_row) && $vars->module_row > 0) { $module_row = $this->getModuleRow($vars->module_row); } else { $rows = $this->getModuleRows(); } } else { // Fetch the 1st server from the list of servers in the selected group $rows = $this->getModuleRows($vars->module_group); } foreach ($rows as $row) { $module_row[$row->id] = $row->meta->server_name; } // Create Server label $cpanel_server = $fields->label(Language::_("Cpanel.module_row", true), "module_row_id"); // Create Server field and attach to Server label $cpanel_server->attach( $fields->fieldSelect( 'module_row_id', $module_row, $this->Html->ifSet($vars->module_row_id, $package->module_row), ['id' => 'module_row_id'] ) ); // Set the label as a field $fields->setField($cpanel_server);
    1 point
  6. also it would be nice to see it in edit mode . sometimes we transfer site from server to another server , and we should update module row id also .
    1 point
×
×
  • Create New...