The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Moderation Auto-PM v4.0.6 Details »» | |||||||||||||||||||||||||||||||||||||||||
Hello all!
Moderation Auto-PM v4.0.6 What does this hack do? When a thread is opened/closed, stuck/unstuck, moved, or a post is deleted, a PM will be automatically sent to the poster to inform them of this. Instructions
Features
It has support for the following types of moderation:
Translations Polish (pl_PL), lang-pl-modpm.xml - meschiash Russian (ru_RU), lang-ru-1251-modpm.xml, lang-ru-utf8-modpm.xml - FractalizeR Turkish (tr_TR), vbulletin-auto-pm-on-thread-moderation-Turkish-language.xml - AdemGEN? Italian (it_IT), lang-it-modpm.xml - Asterix_ita All translations are in the "do_not_upload" directory. If you have created your own language pack, or have an update of an existing one, you can send .xml file to me so that I can bundle it into Moderation Auto-PM v4.0.6. Changelog Version 4.0.1 (25.04.2010) - FEATURE: updated for vBulletin 4.x - FIX: minor bugs fixed Version 4.0.2 (26.04.2010) - FEATURE: added Russian language - FractalizeR - FIX: changed notification from 'moved' to 'deleted' when message has been moved to trash - FIX: fixed notification when thread has been closed (AJAX) Version 4.0.3 (28.04.2010) - FEATURE: added notification when post has been undeleted (STANDARD) - FEATURE: added Turkish language - AdemGEN? - FEATURE: added Polish language (utf8) - FEATURE: automatically set reason to 'moved to trash' when message has been moved to trash - FIX: strips away bbcode from a given string, leaving plain text - FIX: minor bugs fixed Version 4.0.4 (13.05.2010) - FEATURE: added ability to exclude certain usergroups (no notification send at all) - FEATURE: changed ability to exclude certain forums from "comma separated" to "selection list" (no notification send at all) - FEATURE: added Italian language - Asterix_ita Version 4.0.5 (05.07.2010) - FIX: fixed exclude forums Version 4.0.6 (14.04.2011) - FIX: fixed language problem (the mod uses language A and the user language B, the message the user gets is in the mod language so he does not understand - solved) - FIX: minor bugs fixed - IMPROVED: source code cleaned Download Now
Screenshots
Show Your Support
|
8 благодарности(ей) от: | ||
babyv0x, congthinh, ELROBLE, elsa23, liamwli, scottkoz20, Trangalleiro, wangyu1314 |
Comments |
#102
|
||||
|
||||
I would like to see this have the feature to PM a person when their thread has gone into moderation and for when it is released from moderation.
|
#103
|
||||
|
||||
is it working with vb 4.1.1
|
#104
|
||||
|
||||
When moving a thread via the Administrative / Move thread option
we get a redirect error. The reason appears to be that in postings.php the hook 'threadmanage_move_simple' is before the $threadman->save(); Somehow $threadinfo is wiped out. I think it maybe the PM datamanger call?? I've put a pit of trace code and that appears to be the issue. I have no other code active on that hook. |
#105
|
|||
|
|||
I will realse update in next week. Please be patient.
|
#106
|
||||
|
||||
BTW this horrible hack fixes the move issue... (I edited the product file)
Code:
<plugin active="1" executionorder="5"> <title>modpm :: Standard :: Thread :: Move</title> <hookname>threadmanage_move_redirect_orig</hookname> <phpcode><![CDATA[require_once (DIR . '/includes/class_modpm_checker.php'); require_once (DIR . '/includes/functions_modpm.php'); $savethreadinfo = $threadinfo; mod_pm($threadinfo['threadid'], 'move', 'thread', $foruminfo['forumid'], $destforuminfo['forumid']); $threadinfo = $savethreadinfo;]]></phpcode> </plugin> <plugin active="1" executionorder="5"> <title>modpm :: Standard :: Thread :: Move Simple</title> <hookname>threadmanage_move_simple</hookname> <phpcode><![CDATA[require_once (DIR . '/includes/class_modpm_checker.php'); require_once (DIR . '/includes/functions_modpm.php'); $savethreadinfo = $threadinfo; mod_pm($threadinfo['threadid'], 'move', 'thread', $foruminfo['forumid'], $destforuminfo['forumid']); $threadinfo = $savethreadinfo;]]></phpcode> </plugin> |
#107
|
|||
|
|||
Very cool mod thanks
|
#108
|
|||
|
|||
At present when you delete a post it limits the number of characters it displays and displays a huge number of .....s at the end of the PM, even if the post is shorter than the limit.
I've looked into editing the phrase to display the whole post and remove the .....s but no idea where to do this. Can anyone help? |
#109
|
|||
|
|||
I would like the ability to add more than one PM to send, depending on more filters.
For example, if user is member of usergroup-a, send PM-a, else send PM-b or something like that. Or at least, the ability to send a different PM to a user depending on their usergroup, but for the same action. |
#110
|
||||
|
||||
Quote:
we need that mod |
#111
|
|||
|
|||
UPDATE
Version 4.0.6 (14.04.2011) - FIX: fixed language problem (the mod uses language A and the user language B, the message the user gets is in the mod language so he does not understand - solved) - FIX: minor bugs fixed - IMPROVED: source code cleaned INSTRUCTIONS 1. Upload all files 2. Import product 'product-modpm.xml' (set allow overwrite to yes if you are upgrading from a previous version) 3. If you use own language please change this in language file (all languages have been updated in new package): Code:
{1} replace with $modpm[username] {2} replace with $modpm[itemid] {3} replace with $modpm[item_name] {4} replace with $modpm[source_id] {5} replace with $modpm[source_name] {6} replace with $modpm[dest] {7} replace with $modpm[destname] {8} replace with $modpm[reason] {9} replace with $modpm[title_old] {10} replace with $modpm[forum_url] {11} replace with $modpm[bbtitle] 5) Show Your Support by Donating 6) Done |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|