The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Hook for signature changes?
Hi,
I have a little plugin that informs us, whenever a user changes certain fields of his profile: Code:
<hookname>userdata_postsave</hookname> <phpcode><![CDATA[if ($this->condition) { $olduserinfo = $this->existing; $newuserinfo = array( 'field13' => '', 'field14' => '', 'field15' => '', 'field16' => '', 'field7' => '', 'field17' => '' ); Thank you - all the best, Sacha |
#2
|
|||
|
|||
Try profile_updatesignature_complete
|
#3
|
|||
|
|||
Hello Marco,
thanks a lot. all the best, Sacha |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|