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

Reply
 
Thread Tools
List Reported Items Details »»
List Reported Items
Version: 4.2.0.0, by Paul M Paul M is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 4.2.x Rating:
Released: 01-14-2010 Last Update: 05-23-2012 Installs: 174
Uses Plugins Auto-Templates
Translations  
No support by the author.

As of 23 Nov 2017 this modification has been withdrawn.

This is something we have been using for the last few years on Cable Forum, it displays a list of reported posts and reported private messages - for both staff and members to see.

The list shows ;

Reported Date/Time
Reporter (Staff Only)
Thread Title
Post Number
Actioned Date/Time
Moderator Who Actioned.

Warning: For this system to work you must have vbulletin set-up to create a new thread for each report. Installing this will disable the e-mail reporting, so until you have a report forum set, reporting will be disabled.

On the reported posts page members can click on the Actioned Moderator name to see any comment left by the moderator.

A report is considered as actioned by the first staff member to reply in the report thread. The comments are read from that first post (by default it reads anything inside quote tags).

Staff can click on the reporter to be taken directly to the report thread.

Staff Usergroups are defined in the mods settings - also the number of days to show reports for is defined in the settings.

If enabled, this will also add a link to your Quick Links or Community Links. There is also an option to prefix the link path if you use something like CMPS.

This will only list reported posts and private message's.


History:

v4.0.1 : 15-Jan-2010 : Initial release for vb 4.0.0 Gold.
v4.0.2 : 16-Jan-2010 : Updated to build links using vbulletin seo function.
v4.0.3 : 20-Feb-2010 : Internal changes, not released.
v4.0.4 : 27-Feb-2010 : Style code updates for vB 4.0.2.

v4.1.0 : 04-Dec-2010 : Updated for vBulletin 4.1.

v4.1.7.0 : 16-Oct-2011 : Updated for vBulletin 4.1.7.

v4.2.0.0 : 24-May-2012 : Updated for vBulletin 4.2.0.

Show Your Support

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

Comments
  #32  
Old 02-18-2010, 07:57 PM
aaronrand aaronrand is offline
 
Join Date: Jan 2010
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great mod, thank you.
I showed it to my friend who is using VB 3.8, and was asking me if you had a version for 3.8 of this mod?
Reply With Quote
  #33  
Old 02-19-2010, 01:05 AM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, there is a 3.8 version.
Reply With Quote
  #34  
Old 07-05-2010, 02:21 PM
Big-K Big-K is offline
 
Join Date: Feb 2005
Posts: 139
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Paul,

In the details pop out box, I will like to show the reason why a post is reported. I have managed to create the row but need the correct syntax for cdata. can you help?

Here's what I have at the moment
Quote:
$cname = 'Reason for reporting';
$cdata = $reportinfo[reason];
$template_post->register('cname',$cname);
$template_post->register('cdata',$cdata);
$reportedpost .= $template_post->render();
I have attached a screenshot of where I'm headed

Also, Is there a way to highlight reported posts in the forum? I know this is beyond the scope of your fantastic product, but just wondering.
Reply With Quote
  #35  
Old 07-05-2010, 05:04 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Im afraid its not that simple - you would need to write a function to extract the reason text from the entire post text - somewhat similar to how the rplgetreply() function works - then store that in the array as its built - and finally output it like the other elements.

There is no way to highlight reported posts, but it would not be too hard as every post stores its report threadid, so you just need to see if the post has one.
Reply With Quote
  #36  
Old 07-08-2010, 02:47 AM
Big-K Big-K is offline
 
Join Date: Feb 2005
Posts: 139
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Paul M View Post
Im afraid its not that simple - you would need to write a function to extract the reason text from the entire post text - somewhat similar to how the rplgetreply() function works - then store that in the array as its built - and finally output it like the other elements.

There is no way to highlight reported posts, but it would not be too hard as every post stores its report threadid, so you just need to see if the post has one.
Thanks Paul. Are these options you may consider for a future release?
Reply With Quote
  #37  
Old 07-09-2010, 01:05 AM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry, Im afraid not.
Reply With Quote
  #38  
Old 07-12-2010, 08:35 AM
RobbieZ RobbieZ is offline
 
Join Date: Jul 2008
Posts: 1,117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Would be great if the it appeared in notification to bring the attention of staff that a post has been reported.
Reply With Quote
  #39  
Old 07-19-2010, 08:43 AM
ProFifaLeagues's Avatar
ProFifaLeagues ProFifaLeagues is offline
 
Join Date: Aug 2009
Location: Uk
Posts: 1,191
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Paul how do we set up this correctly so the mod will work A1?


Warning: For this system to work you must have vbulletin set-up to create a new thread for each report. Installing this will disable the e-mail reporting, so until you have a report forum set, reporting will be disabled.
Reply With Quote
  #40  
Old 07-19-2010, 11:16 AM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Exactly as it says - set vb up to create a new thread for each report - in a dedicated forum (in your staff area) is best.
Reply With Quote
  #41  
Old 07-19-2010, 02:09 PM
BlackHoster BlackHoster is offline
 
Join Date: Jun 2010
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thank you i will try to test it and come back to give you the results
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 11:19 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.07162 seconds
  • Memory Usage 2,306KB
  • 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_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
  • (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