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

Reply
 
Thread Tools
Advanced Report Post Management System Details »»
Advanced Report Post Management System
Version: 2.00 Beta, by Distance Distance is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.6.x Rating:
Released: 01-19-2007 Last Update: 03-07-2007 Installs: 189
Uses Plugins Template Edits
Re-useable Code Additional Files  
No support by the author.

CForums Message Validation

Distances First Official vBulletin Release!!

THIS PRODUCT IS NOT COMPATIBLE WITH vBulletin 3.7.x and higher


What does it do?

This is better for forums which get alot of post reports, it allows staff to see the amount of post reports open and lets them review and leave appropiate comments.

Users can see there post reports made and can see the status of the report and the moderator dealing with the report.

Admins / SuperMods / Moderators can see the post reports

*Note Moderators will only see the post reports in the forums they moderate*


Moderators can see who reported the post and the time at which it was reported, and the comment given by the user. There are also links to the post itself, the thread the post is on, the forum the thread is in, the user who posted the post and the user who reported the post.

The user page can be linked anywhere you choose; I have included instructions for linking it on the quicklinks menu.


Moderators can update the status of the report, and add a comment. The user who reported the post can then see these changes reflected in their page - it will show the name of the moderator dealing with the report, the comment (if any) left by the moderator, and the time at which the report was last updated.

When a moderator sets the status of a report to 'closed', it is moved to another page in modcp called 'closed post reports'. Post reports that are in the pending state are still kept in the 'outstanding post reports' page.

See screen shots for more information


Installation
  • Unpack the .zip file
  • Upload the files in the upload directory to your forum root
  • Install the product by uploading the product xml file into the product manager in Admin CP
  • Make the two template changes specified in 'template changes.txt'
Upgrading

From v1.0

If you are upgrading from v1.00 please uninstall then install the new one.
Be sure to uninstall the original otherwise you will get 2x everything!

From v1.01 OR HIGHER

Simply upload the plugin and choose to overwrite.




Changes
  • 2 php files to upload
  • One xml file to upload
  • Two templates to change (navbar)
  • Installs 3 plugins

Screenshots



User reporting post:





User going onto quick links to open up there post reports:





User viewing the post report they just made, it is still open and not assigned to a moderator:





A moderator can see in the navbar there is one post report:





They click on it and change the status to pending:






The user can now see in there reported posts page its under investigation and has been assigned to a moderator:





The moderator has reviewed the post and now closes the report:






The user can now see the closed report:





Other:


Modcp links:






Admincp links:


Distance (me)
Spleasure (Jorrit) for bug fixing help



Other Notes
  • Please note that since i didnt release the original i cannot give support for this modification, however i will help as best as i can
  • I have permission to release this port of the original
  • FULLY backup your site before installing this modification!! Im not responsible for any loss of data etc if you install this incorrectly or dont backup your database
  • Uninstall any previous releases of this hack BEFORE installing this one, failure to do so will result in database errors. *Meaning previous releases, not previous versions of my release*
  • This has only been tested on 3.6.4 and 3.6.5, i dont see why this wouldn't work on other versions of vBulletin 3.6.X
  • See next post for updates and important notes!!

IMPORTANT NOTICE:


Quote:
Important notice: By default if BOTH
  • Post Reporting Discussion Forum
  • Post Reporting Email
Are turned off.. the post report system will disable itself. I haven't
figured out a way to get round this yet but this will be updated in v2.10

So for now make sure in: vBulletin Options -> User Infractions & Post Reporting Options

One of these two options are turned on.
Click Install if you like this modifcation



Thanks

Distance


Show Your Support

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

Comments
  #132  
Old 10-27-2008, 11:21 PM
Namaless's Avatar
Namaless Namaless is offline
 
Join Date: Sep 2006
Location: Italy
Posts: 222
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In the next week I'm plane to install this mod into vb 3.7.3 and test it..
Reply With Quote
  #133  
Old 10-31-2008, 09:53 PM
Yorixz Yorixz is offline
 
Join Date: Jun 2005
Location: Netherlands
Posts: 284
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'll be glad to hear the outcome of that!
Reply With Quote
  #134  
Old 11-11-2008, 10:38 AM
therogueforums's Avatar
therogueforums therogueforums is offline
 
Join Date: Mar 2007
Location: Louisville, KY
Posts: 149
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any updates on this? Or, at the very least, how to get it back to the old system?
Reply With Quote
  #135  
Old 11-14-2008, 04:21 PM
powerful_rogue powerful_rogue is offline
 
Join Date: Jan 2007
Location: Kent
Posts: 603
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by cb001 View Post
For vBulletin 3.7 you need to edit the "save reports to database" plugin. The following code should work:

Code:
global $vbulletin;

$vbulletin->db->query(" 
    INSERT INTO " . TABLE_PREFIX . "postreport 
    (postid, userid, reporttext, status, dateline) 
    VALUES 
    (" . $iteminfo['postid'] . ",
    " . $vbulletin->userinfo['userid'] . ",
    '". addslashes(htmlspecialchars_uni($vbulletin->GPC['reason'])) . "',
    0,
    " . TIMENOW . ")
");
Don't know if it the best solution.
Has anyone managed to get this to work on 3.7 using the above fix?
Reply With Quote
  #136  
Old 11-15-2008, 12:21 AM
lesliexo lesliexo is offline
 
Join Date: Aug 2008
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I had this mod working on 3.7.2, by using one of the fixes mentioned in this thread.

When I upgraded to 3.7.4, the mod failed to continue working. It isn't posting reports to the modcp/admincp and an alert isn't coming up under "notifications". However, the mod is still creating threads.

Does anyone have a possible fix for 3.7.4? Anyone know how to fix this?

Thanks
Reply With Quote
  #137  
Old 11-19-2008, 05:14 PM
jawatkin jawatkin is offline
 
Join Date: Apr 2007
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by lesliexo View Post
I had this mod working on 3.7.2, by using one of the fixes mentioned in this thread.

When I upgraded to 3.7.4, the mod failed to continue working. It isn't posting reports to the modcp/admincp and an alert isn't coming up under "notifications". However, the mod is still creating threads.

Does anyone have a possible fix for 3.7.4? Anyone know how to fix this?

Thanks
You need to re-edit the report.php as an upgrade to 3.7.4 over-wrote the changes you made
Reply With Quote
  #138  
Old 11-23-2008, 06:14 PM
DannyC55 DannyC55 is offline
 
Join Date: Feb 2007
Location: London, United Kingdom
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How to i get this to work on the latest version of vbulletin?
Reply With Quote
  #139  
Old 11-27-2008, 12:48 PM
students_forum's Avatar
students_forum students_forum is offline
 
Join Date: Aug 2008
Location: Manchester
Posts: 147
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by powerful_rogue View Post
Has anyone managed to get this to work on 3.7 using the above fix?
Yes.
Reply With Quote
  #140  
Old 11-27-2008, 02:13 PM
Alfa1's Avatar
Alfa1 Alfa1 is offline
 
Join Date: Dec 2005
Location: Netherlands
Posts: 3,537
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by therogueforums View Post
Ok, I've used this system for quite a while. I know it isn't compatible with 3.7+ no problem. My question is: how do I get everything back to the standard vB report post functionality? Ever since I used this product, I've had incomplete reported posts. The reason never, ever, shows up.

This thing worked great for about 2 weeks, then it broke (I probably broke it). Since then, we've mumbled through reported posts when we get them. Now that activity is picking up, and a few more posts are being reported, I'd like to know why.

So, again, how do I get it back to where the reported reason shows up with the reported post? Thank you for any help
Does anyone else have problems with incomplete reported posts? Is there a fix?
Reply With Quote
  #141  
Old 01-09-2009, 06:50 PM
joe1989 joe1989 is offline
 
Join Date: Apr 2008
Posts: 136
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, I'll be the first to post that this mod doesn't work with the new 3.8 version!

Is there a quick-fix for this? What can I do?

I really, really love this mod, and I really, really miss it already! Please provide info regarding ASAP!!

Thanks!
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:39 AM.


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.04829 seconds
  • Memory Usage 2,332KB
  • 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
  • (1)bbcode_code
  • (5)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
  • (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