Notify user about his moved thread
This modification is in the archives.
++ fully translatable, no file edits, no new queries, no template edits, no problems ++
Hello! Here's another one I made for my community which I want to share with you. ![]() We have to deal with many users who don't have experience with vBulletin or bulletin boards in general so they often get confused when we move a thread to a better location. This plugin notifies the user with a PM when we moved one of his threads. This plugin is rather simple but can be extended with ease. However, I won't do it because I don't need it ![]() Known limitations: This one doesn't affect the inline moderation. I couldn't find a hook for it so I decided to leave that to an expert ![]() Installation: Just upload the product-file. It will install the plugin and the 2 new phrases for you. Now you have to edit the freshly installed plugin. It's called Plugin - Notify user about thread move. Edit those two lines according to your information. PHP Code:
$pmdm->set('fromuserid', X); // replace X with your USERID
In my case, I would have to use: PHP Code:
$pmdm->set('fromuserid', 1); // 1 is my ID
![]() Save the plugin and you are done ![]() Have fun with it and feel free to release additions to this product! ![]() Download This modification is archived and cannot be downloaded. Screenshots
|