send a pm to the threadstarter upon moderation actions
The pm content is completely phrased to allow easy translation for people not running an english board
the pm automatically comes from the moderator who actually performes the moderation(if you leave the setting forthis blank)
no pm when a user edits / deleted his own threads / posts
support for the inlinemod system
this hack does not
send an email instead of a pm
split thread / posts not supported
Installation:
upload all *.php files to /includes
import the product xml (set allow overwrite to yes if you are updating from a previous version) There are three setting groups look under vbulletin options -> modpm_*
that's it
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Can we all functions via thread ID exclude?
Exclude the function is so limited operational, is not it?
This will only obtain the following:
If a thread in one of the forums in this list will be moved or from one of these forums is removed, the user is sent to PN NO.
I need the opportunity to host all functions in some threads ruled out.
Would be nice if I could be there to help
Otherwise, a super-addon, thank you!
Install and nominate!!
LG Franzis
edit:
With the permission of Delphiprogrammi I German Sprackpakete attached!
very nice Hack but this Hack doesn't work without errors. I get the following error, when i try to moderate a thread (for example: open/close, delete....)
Quote:
This forum cannot contain threads or it is a link please choose another forum.
I use the actual Version of vBulletin (3.7.4 newest Patchlevel).
This error concerns only Threads, which are older than the Installation-Date of the Hack. I checked it with new threads and the hack works without errors. So only the old threads are concerns.
Can you fix this problems? This would be very nice
This error concerns only Threads, which are older than the Installation-Date of the Hack. I checked it with new threads and the hack works without errors. So only the old threads are concerns.
users reported this before but you mentioned it only effects older threads that could be why i marked it as "unable to reproduce" i will check right now
$newforuminfo = fetch_foruminfo($this->vbulletin->options['be_modpm_exclude']); if (!$newforuminfo['cancontainthreads'] OR $newforuminfo['link']) { eval(standard_error(fetch_error('error_modpm_badforum'))); }
next comment this block of PHP code like this
PHP Code:
/*$newforuminfo = fetch_foruminfo($this->vbulletin->options['be_modpm_exclude']); if (!$newforuminfo['cancontainthreads'] OR $newforuminfo['link']) { eval(standard_error(fetch_error('error_modpm_badforum'))); }*/
now try again to see if the error message disapperd
thank you for your support! The Plugin works now without errors
I've got a feature request for this plugin: I can except some Boards from the Moderation Auto-PM. This feature works fine for threads, but not for postings The system sends a private message to the user when i move only the posting of this user in an excluded board. In this private message is the full thread title displayed. I move spam or vulgar postings in a hidden trash board, some miserable users have got a own thread, when i try to move a posting in this thread, this user get a private message with the full thread-title!
Is it possible, that when I exclude a board, only the name of board is displayed, and not the full thread-title with a link.
Can you fix this?
thank you for your support! The Plugin works now without errors
I've got a feature request for this plugin: I can except some Boards from the Moderation Auto-PM. This feature works fine for threads, but not for postings The system sends a private message to the user when i move only the posting of this user in an excluded board. In this private message is the full thread title displayed. I move spam or vulgar postings in a hidden trash board, some miserable users have got a own thread, when i try to move a posting in this thread, this user get a private message with the full thread-title!
Is it possible, that when I exclude a board, only the name of board is displayed, and not the full thread-title with a link.
Can you fix this?
this is possible by editing the corrosponding phrases