hochun
01-18-2010, 09:52 PM
This hook is placed in the file inlinemod.php.
Currently I'm developing product with Moderator Actions Notify System based on PrivateMessages so I need to hook up all the mod's actions and merge action - one of them.
Currently all threads which will be merged are deleted BEFORE this hook call! So there is NO WAY to hook up this event and generate messages for users describing that their threads were merged!
You should to place hook call before comment // Remove source threads now.
Now all is ok but I will need to made this modification with EVERY new version of vbulletin.
Please, fix it!
Currently I'm developing product with Moderator Actions Notify System based on PrivateMessages so I need to hook up all the mod's actions and merge action - one of them.
Currently all threads which will be merged are deleted BEFORE this hook call! So there is NO WAY to hook up this event and generate messages for users describing that their threads were merged!
You should to place hook call before comment // Remove source threads now.
Now all is ok but I will need to made this modification with EVERY new version of vbulletin.
Please, fix it!