Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
ZH - Report PM Details »»
ZH - Report PM
Version: 1.0.3, by Ziki Ziki is offline
Developer Last Online: Nov 2015 Show Printable Version Email this Page

Category: Administrative and Maintenance Tools - Version: 3.7.3 Rating:
Released: 12-18-2007 Last Update: Never Installs: 65
Uses Plugins
 
No support by the author.

This modification was brought to you by
KXDesign
http://www.kxdesign.com/


~Modification name
Report PM

~Modification description
When a user reports a post this hack sends out pm's to staff members

~Modification options
  • On/Off
  • Receipt Name

~Modification info
File uploads: 0
Template edits: 0
Templates: 0
File edits: 0
Plugins: 1
SQL Queries: 0
Phrases: 9
Settings: 2

Install time: 3 sec
Install level: Easy

~Modification installation

Step 1: Import Product



~Modification screenshots
None


~Modification copyright
This may not be distributed,released or claimed as your work without author's permission.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 12-28-2007, 07:48 AM
LouiseWilson LouiseWilson is offline
 
Join Date: Oct 2007
Posts: 154
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In Username field
is it possible to add more than one username ?
Reply With Quote
  #13  
Old 12-28-2007, 09:58 AM
MrPHD's Avatar
MrPHD MrPHD is offline
 
Join Date: Feb 2006
Location: Portugal
Posts: 385
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice. Thanks.
Installed
Reply With Quote
  #14  
Old 12-28-2007, 02:27 PM
cooldude714 cooldude714 is offline
 
Join Date: Feb 2006
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I really like the context behind this idea but I could not get it to work.

I tried reporting posts (and I did fill in a username in the vBulletin options) but it wouldn't work.

Ah well!
Reply With Quote
  #15  
Old 12-30-2007, 04:53 AM
makofu makofu is offline
 
Join Date: Dec 2007
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by cooldude714 View Post
I really like the context behind this idea but I could not get it to work.

I tried reporting posts (and I did fill in a username in the vBulletin options) but it wouldn't work.

Ah well!
Didn't work for me either (note, I'm using Beta 3). Also, who gets these emails if no username is filled in by default?
Reply With Quote
  #16  
Old 12-30-2007, 08:05 PM
Bounce's Avatar
Bounce Bounce is offline
 
Join Date: Mar 2004
Location: Edinburgh,Scotland
Posts: 919
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by youradhere4222 View Post
Oh, I thought this was a feature to Report PM's.
LOL me too... Now there's an idea...

A user gets an abusive PM and he wants to report it he/she simply clicks the "Report PM to Admin" button and the admins get the copy of the pm sent to them

Possible or already been done ?
Reply With Quote
  #17  
Old 01-02-2008, 02:48 AM
Meghwar's Avatar
Meghwar Meghwar is offline
 
Join Date: Apr 2006
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by makofu View Post
Didn't work for me either (note, I'm using Beta 3). Also, who gets these emails if no username is filled in by default?
same here didnt work ...

vb 3.7.0 B3

regards
Reply With Quote
  #18  
Old 01-06-2008, 06:04 PM
drhimadri82 drhimadri82 is offline
 
Join Date: Aug 2006
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

only one of my mods....who is a vip cum mod getting reported!!!!
Reply With Quote
  #19  
Old 01-17-2008, 10:08 AM
bmbsa bmbsa is offline
 
Join Date: Oct 2007
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I had to modify your code so that reported thread is sent to ALL moderators of a forum.

Your current code will only send a PM to the last moderator added to a forum.

Here what I did:

Before this line of code

PHP Code:
$pmdm =& datamanager_init('PM'$vbulletinERRTYPE_ARRAY); 
I added the following:

PHP Code:
foreach ($mods AS $userid => $moderator)


and after this line of code:

PHP Code:
unset($pmdm); 
I added
PHP Code:


Now it works at least for me
Reply With Quote
  #20  
Old 02-08-2008, 09:07 PM
TheInsaneManiac TheInsaneManiac is offline
 
Join Date: Feb 2008
Posts: 1,360
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bmbsa View Post
I had to modify your code so that reported thread is sent to ALL moderators of a forum.

Your current code will only send a PM to the last moderator added to a forum.

Here what I did:

Before this line of code

PHP Code:
$pmdm =& datamanager_init('PM'$vbulletinERRTYPE_ARRAY); 
I added the following:

PHP Code:
foreach ($mods AS $userid => $moderator)


and after this line of code:

PHP Code:
unset($pmdm); 
I added
PHP Code:


Now it works at least for me
Thank you now the modification actually PMs all my staff like it should have done in the beginning... -_-
Reply With Quote
  #21  
Old 02-29-2008, 02:45 AM
Brew's Avatar
Brew Brew is offline
 
Join Date: Sep 2002
Posts: 359
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is pretty cool.

Could you add the option to put a notice in the "Your Notifications" dropdown for mods?
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 03:03 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04998 seconds
  • Memory Usage 2,320KB
  • 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
  • (8)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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