Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Question on event handling, please

edited March 2011 in Vanilla 2.0 - 2.8
I am trying to write a plug-in method that will be called after the save button is processed from the "Edit My Account" form in a user's profile. The question is what should the name of the method be? I have not been able to find an example in any other plug-ins so I'm just fishing for names at this point. Obviously, I haven't figured out the naming convention yet either. I tried:

public function ProfileController_AfterSave_Handler(&$Sender)

but that did not seem to work. I'm assuming the generic forms "AfterSave" event is being fired.

Help!

Sign In or Register to comment.