Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Moderation Auto-PM v3.0.1 Details »»
Moderation Auto-PM v3.0.1
Version: 3.0.1, by Delphiprogrammi Delphiprogrammi is offline
Developer Last Online: Aug 2015 Show Printable Version Email this Page

Category: Moderators Functions - Version: 3.7.x Rating:
Released: 09-29-2008 Last Update: 11-24-2008 Installs: 237
Uses Plugins
Re-useable Code Code Changes Translations  
No support by the author.

hi Folks,

This is a port of this for vBulletin 3.0.3 (long time ago)

I ported it to vBulletin 3.5.4 with the permission of the original author here

i see user requested it for vBulletin 3.7.3 here

so this hack does
  • 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.

Comments
  #182  
Old 12-28-2008, 06:28 PM
franzis franzis is offline
 
Join Date: Aug 2007
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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!
Reply With Quote
  #183  
Old 01-02-2009, 06:05 PM
gullim gullim is offline
 
Join Date: Oct 2006
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi delphiprogrammi,

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

I wish you a great weekend.

Regards,
Joe
Reply With Quote
  #184  
Old 01-02-2009, 06:48 PM
Delphiprogrammi Delphiprogrammi is offline
 
Join Date: Feb 2004
Location: Landen(Belgium)
Posts: 1,335
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by gullim View Post
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
Reply With Quote
  #185  
Old 01-02-2009, 07:00 PM
gullim gullim is offline
 
Join Date: Oct 2006
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you for your very fast answer I hope, you can reproduce this bug
Reply With Quote
  #186  
Old 01-03-2009, 03:21 PM
Delphiprogrammi Delphiprogrammi is offline
 
Join Date: Feb 2004
Location: Landen(Belgium)
Posts: 1,335
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi folks,

open "includes/class_modpm_checker.php" and find

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')));
   } 
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
Reply With Quote
  #187  
Old 01-04-2009, 04:23 PM
gullim gullim is offline
 
Join Date: Oct 2006
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Delphiprogrammi,

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?
Reply With Quote
  #188  
Old 01-09-2009, 03:40 PM
mahakala mahakala is offline
 
Join Date: Jul 2006
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi there,

(how) is it possible to inform every user who has posted in a moved/deleted thread about the action?

regards,
thomas
Reply With Quote
  #189  
Old 01-13-2009, 03:46 PM
Delphiprogrammi Delphiprogrammi is offline
 
Join Date: Feb 2004
Location: Landen(Belgium)
Posts: 1,335
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by gullim View Post
Hi Delphiprogrammi,

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
Reply With Quote
  #190  
Old 01-13-2009, 03:47 PM
Delphiprogrammi Delphiprogrammi is offline
 
Join Date: Feb 2004
Location: Landen(Belgium)
Posts: 1,335
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mahakala View Post
hi there,

(how) is it possible to inform every user who has posted in a moved/deleted thread about the action?

regards,
thomas
impossible and a bad idea to you do not want to overload your board by sending pm's to 100 of users do you ?
Reply With Quote
  #191  
Old 01-14-2009, 12:38 PM
el-q6ri el-q6ri is offline
 
Join Date: Jan 2008
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I try to make it work but it didnt work in vb 375
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:44 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05140 seconds
  • Memory Usage 2,317KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete