Jump to content

Search the Community

Showing results for tags 'event'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • News
    • The Lounge
  • Community
    • Pre-Sales Questions
    • Support
    • The Marketplace
    • Contribute
    • Show Off
    • Feature Requests
    • Bugs
    • Contests
  • Developer Corner
    • General
    • Extensions
  • BlestaStore's Forum
  • BlestaStore's BlestaCMS
  • BlestaStore's Resellers
  • BlestaStore's BlestaForums
  • BlestaStore's Promotions
  • CubeData's Official Announcements From CubeData
  • CubeData's Peer Support
  • CubeData's Resellers
  • ModulesGarden Club's Topics
  • Blesta Addons's Topics

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Wire


Location


Interests

Found 3 results

  1. Hi, Is it possible to add event when package crated successfully or how can i add a custom event on package create? Blesta doesn't provide any event for package create https://docs.blesta.com/display/dev/Event+Handlers Thank You
  2. Hi! Is there a way to run some method when an admin user or client edits the profile? I need to do something, when client's email has changed.
  3. Hello Can anyone help me to see what Im doing rong? I want to call the controller "AdminLiveChatCount" wen the event "Appcontroller.structure" triggers on "body_end" in "admin" side public function getEvents() { return array( array( 'event' => "Appcontroller.structure", 'callback' => array("this", "addCode") ) ); } public function addCode($event) { //$params = $event->getParams(); $params['controller'] = array("AdminLiveChatCount"); $params['action'] = "body_end"; $params['portal'] = "admin"; $event->setParams($params); }
×
×
  • Create New...