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

 
 
Thread Tools
improved postreporting system the vb 3.5.x port Details »»
improved postreporting system the vb 3.5.x port
Version: 1.01, by Delphiprogrammi Delphiprogrammi is offline
Developer Last Online: Aug 2015 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 01-05-2006 Last Update: 03-18-2006 Installs: 14
DB Changes Uses Plugins Template Edits
Code Changes Additional Files Is in Beta Stage  
No support by the author.

hi,

first this is a port of this hack and i post this with the original authors permission

this thingy modifies the vbulletin "report post to moderator" feature.It has a global switch in the admincp when switched off post reporting is as normal (like build into vbulletin).The postrporter(s) cans ee a table off the posts) they reported and a modorated can provide feedback through the modcp

optionally is the scheduled task which allows you to remove reports based on the date cutoff (specied in the system settings)you can also se this setting to "0" and choose "run now" to remove all reports at once.

like all scripts that modify your database i'd like to say please remember to have a recent backup ...

i'm also working on porting this to the plugin system so the fileedits are no longer needed but that's not quite ready yet

instructions on howto install the system are in the zip

not working as it should ? errors ? give me a yell i'm allways around

vbulletin product
Here's a vbulletin product that does the same as the code modification.The only thing that isn't working yet is the "also email" option when somebody reports a post (i temporarly removed it)

installation is like any other vbulletin product.Plugin system => manage products => add product => import the xml

set the settings like you want (it has it's own settingsgroup) hit save and you're done

Optional is the cpnav_postreport.xml this adds the menu to the admincp to avoid admins must logins to the modcp.Upload this file to /includes/xml/

installation instructions for the product
  • if you installed the system using the included installer run it again and choose uninstall (requirerd or you will get MySQL errors)
  • download the product XML and import it to your productmanager in your admincp
  • edit the postreportsystem settings and hit save
using the product the file edit in report.php is no longer needed

New release version 1.0.1(instrunctions)
  • upload all files from the zip(no need to manually add the templates)
  • import product-postreports.xml (this file contains the templates)
  • goto vbulletin->options->postreport settings and adjust like you whish (click save when you're done)
with version 1.0.1 file edits are no longer needed it also calls build_language(); and build_language_datastore(); so no problems with phrases should occour

vBulletin 3.6.x contains similair functionalty by default sow it is not needed to install this on Bulletin 3.6.x

Supporters / CoAuthors

Show Your Support

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

Comments
  #22  
Old 01-10-2006, 03:51 AM
vampireus vampireus is offline
 
Join Date: Jan 2005
Posts: 91
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I tried your hack and uninstalled it for now because my forums is pretty big. This mod is inefficient since:

1. A mod can see reports from forums which he don't have moderator rights. Moderators will be confused to pick out reports belonging to their responsibility. It's also time-consuming for each mod to do that if too much reports are made each day.

2. As you stated above. I need to enable Emai Option for this hack to work. This is verry annoying on my forums.
Reply With Quote
  #23  
Old 01-10-2006, 04:02 PM
Delphiprogrammi Delphiprogrammi is offline
 
Join Date: Feb 2004
Location: Landen(Belgium)
Posts: 1,335
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi,

I understand it can be annoying all those emails specially on bigger boards.You only need to enbale the email functions in vbulletin if you want to allow postreports per email it isn't a requirement for this hack to work

as for the "forums" thingy i tryed that to on my development board and it seems you're right a moderator can simply see all reports (even reports where he / she hasn't got moderator rights)maybe that's an idea for a future release ...
Reply With Quote
  #24  
Old 01-11-2006, 11:45 PM
vampireus vampireus is offline
 
Join Date: Jan 2005
Posts: 91
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi, correct me if I'm wrong.

I installed the hack. Email Options in ACP is OFF. I click on the "report bad post" icon and get the message "Sorry, email function has been disabled by the board", so I can't get to the report function.

Email Options in ACP is ON. I click on the "report bad post" icon and everything works fine
Reply With Quote
  #25  
Old 01-12-2006, 07:50 AM
Delphiprogrammi Delphiprogrammi is offline
 
Join Date: Feb 2004
Location: Landen(Belgium)
Posts: 1,335
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by vampireus
Hi, correct me if I'm wrong.

I installed the hack. Email Options in ACP is OFF. I click on the "report bad post" icon and get the message "Sorry, email function has been disabled by the board", so I can't get to the report function.

Email Options in ACP is ON. I click on the "report bad post" icon and everything works fine
you should set "integrated postreporting active" to yes then the custom system should work but you won't get any emails.You will get that error is the email functions are off becaus there is code for it in report.php

i just gotta test to see you don't get thi error when it should not occur
Reply With Quote
  #26  
Old 01-14-2006, 11:34 AM
Spinball's Avatar
Spinball Spinball is offline
 
Join Date: Feb 2002
Location: Telford, England
Posts: 705
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Are you aware that there is an indential hack also just been released?
https://vborg.vbsupport.ru/showthread.php?t=105165
Just making you aware of it, like.
Anyhow, I think a useful (necessary) feature of this hack would be for a moderator to 'pick up' a reported post to deal with it to avoid more than one mod looking at the issue. With 34 moderators, I want to avoid duplication of work. Once a mod has assigned himself to the problem, they can either deal with it through to resolution or pass it on to another (more appropriate) mod.

Also I think an automated reply thanking the reporter for their assistance would be courteous gesture which would encourage them to continue helping to moderate the forums.
Thanks for your attention.
Reply With Quote
  #27  
Old 01-14-2006, 11:58 AM
Delphiprogrammi Delphiprogrammi is offline
 
Join Date: Feb 2004
Location: Landen(Belgium)
Posts: 1,335
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Spinball
Are you aware that there is an indential hack also just been released?
https://vborg.vbsupport.ru/showthread.php?t=105165
Just making you aware of it, like.
Anyhow, I think a useful (necessary) feature of this hack would be for a moderator to 'pick up' a reported post to deal with it to avoid more than one mod looking at the issue. With 34 moderators, I want to avoid duplication of work. Once a mod has assigned himself to the problem, they can either deal with it through to resolution or pass it on to another (more appropriate) mod.

Also I think an automated reply thanking the reporter for their assistance would be courteous gesture which would encourage them to continue helping to moderate the forums.
Thanks for your attention.
yeah that's the original author.If he wants to release his own version then that's his right i have no problem with it whatsoever.

that's a nice idea an automated "thank you" reply gotta think about that
Reply With Quote
  #28  
Old 01-16-2006, 12:11 PM
Delphiprogrammi Delphiprogrammi is offline
 
Join Date: Feb 2004
Location: Landen(Belgium)
Posts: 1,335
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi people,

i'm currently testing a new option wheter to receive emails from reported posts with a high priority but note this isn't supported by all email clients

all that will change is that (when enbaled) you'll see a red exclamation sign before the email.The screenshot in the first post is updated
Reply With Quote
  #29  
Old 01-27-2006, 11:37 AM
Delphiprogrammi Delphiprogrammi is offline
 
Join Date: Feb 2004
Location: Landen(Belgium)
Posts: 1,335
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi people,

new feature working fine BUT is it me or does somebody elses using this thing also has the problem the reason for reporting a post always stays empty ? damn that annoys me :devious:
Reply With Quote
  #30  
Old 01-29-2006, 06:56 PM
Delphiprogrammi Delphiprogrammi is offline
 
Join Date: Feb 2004
Location: Landen(Belgium)
Posts: 1,335
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi,

I've implemented two new permissions.When a user is trying to view postreports without having rights to view them they will see a "access denied" message.Same happens when you try to manage postreports in the modcp (or admincp)this way you could add a new usergroup with all moderation rights disabled just the reporting system turned on ..... anybody wants this ?
Reply With Quote
  #31  
Old 02-08-2006, 08:16 AM
Smiry Kin's's Avatar
Smiry Kin's Smiry Kin's is offline
 
Join Date: Dec 2005
Location: United Kingdom!
Posts: 954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi, here

https://vborg.vbsupport.ru/attachmen...chmentid=40586

i think is where the user can see the posts they have reported.. i can't find it anywhere??

thanks
Reply With Quote
 


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:15 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.04612 seconds
  • Memory Usage 2,307KB
  • Queries Executed 26 (?)
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
  • (6)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