The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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:
|