I added my plugin with specific actions on question pages, if I use event-logger plugin I can add a custom event for register my custom plugin actions?
my plugin add any bonus points with these queries:
qa_db_query_sub('UPDATE ^userpoints SET bonus=bonus+'.((int)$post_points).' WHERE userid='.$userid);
and this for re-calculate points of user
qa_db_points_update_ifuser($userid,true);
how to I add trigger for pass to :
function process_event($event, $userid, $handle, $cookieid, $params) ....