first of all thank you for this great component!
We are developing an integration betweeen phocagallery and hikashop. We need to make some actions before / after a image has been saved. Digging into the code I saw that there is some commented code in administrator/components/com_phocagallery/models/phocagalleryimg.php that triggers some plugin actions. For example:
Code: Select all
// Trigger the onContentBeforeSave event.
/*$result = $dispatcher->trigger($this->event_before_save, array($this->option.'.'.$this->name, $table, $isNew));
if (in_array(false, $result, true)) {
$this->setError($table->getError());
return false;
}*/
Thank you in advance.
Roberto Segura.