Jump to content

ty0716

Members
  • Posts

    59
  • Joined

  • Last visited

Reputation Activity

  1. Like
    ty0716 got a reaction from RichardKit in [Sloved]Api Does Not Seem To Trigger Controller Send Mail?   
    In "plugins/support_managerpro/controllers/client_tickets.php"
    Line:181 and 334
    $this->SupportManagerproTickets->sendEmail($reply_id); to
    //$this->SupportManagerproTickets->sendEmail($reply_id); In "plugins/support_managerpro/models/support_managerpro_tickets.php"
     
    On line 468
    change:
    // Return the ID of the reply to
    $this->sendEmail($reply_id); // Return the ID of the reply =================================================================================
     
     
     
    I find use api create ticket or reply ticket seems to no email send.
     
     
    because sendEmail() in controller and some is private method,but api call the model.How to solve this problem?
     
    If there is not,whether through the API to send mail and choose a template?
  2. Like
    ty0716 got a reaction from activa in How To Add A Plugin To The Admin Menu Bar?   
    THS.Solved,
    public function getActions() { return array( array( 'action' => "nav_primary_client", // The action to tie into 'uri' => "plugin/my_plugin/client_main/index/", // The URI to fetch when the action is needed 'name' => "Foo Bar", // The name used by Blesta to display for the action (e.g. The name of the link), 'options' => null // Options required for this action if any (e.g. array('key' => "value")) ) ); } http://docs.blesta.com/display/dev/Plugin+Actions
  3. Like
    ty0716 got a reaction from Michael in How To Add A Plugin To The Admin Menu Bar?   
    THS.Solved,
    public function getActions() { return array( array( 'action' => "nav_primary_client", // The action to tie into 'uri' => "plugin/my_plugin/client_main/index/", // The URI to fetch when the action is needed 'name' => "Foo Bar", // The name used by Blesta to display for the action (e.g. The name of the link), 'options' => null // Options required for this action if any (e.g. array('key' => "value")) ) ); } http://docs.blesta.com/display/dev/Plugin+Actions
  4. Like
    ty0716 reacted to ty0716 in How To Open Gateways?my System Does Not Have This Option Set.   
    Settled! Because the php ini had disabled scan() function.
  5. Like
    ty0716 got a reaction from Michael in How To Open Gateways?my System Does Not Have This Option Set.   
    Settled! Because the php ini had disabled scan() function.
×
×
  • Create New...