The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Automatically Create Thread when Member Added?
I have a forum which should have a new thread generated each time a new member is created. Sort of a "look who just joined" message with the new member's name and a link to their profile.
I can do this just fine when the user registers by adding a plugin at the register_addmember_complete hook. But: sometimes (quite often in fact), a new member is added manually in the AdminCP using Add New User. In THAT case, register_addmember_complete isn't called. The closest I can find is useradmin_update_save (...and then I have to make sure the user is adding not editing). The problem is, I can't seem to actually get the thread created using the same code which I used at the register_addmember_complete hook. No error message, just no thread. Is there some special environment situation which I'm overlooking in the area around useradmin_update_save which doesn't apply around register_addmember_complete or vice-versa? I'm trying to use: PHP Code:
...any tips? |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|