![]() |
improved postreporting system the vb 3.5.x port
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 :cool: 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
New release version 1.0.1(instrunctions)
vBulletin 3.6.x contains similair functionalty by default sow it is not needed to install this on Bulletin 3.6.x |
good to see someone porting a tool with the real permission.. ;)
no files btw... will they come soon? a BETA tag in your title would be correct i think! |
3)Add the postreports system templates (postreports & postreportbits)
Sorry Im kinda newb here.. what this and how do I do it? |
Quote:
make sure you use the correct names or you'll just get a white blank page because the system can't find the template you must do this with all the styles you use that should do it |
*edit* oops. Wrong hack. :o
|
Do I have to enable Email Function in vB Options for this mod to work?
All moderators can view all reports, which are reported from all forums, in modcp? |
Once this is out of BETA, I will definitely be installing. Much thanks!
|
Nice! I've been waiting for this. Thanks!
|
In your emaill update you said there are no more file edits, but I'm a bit confused. Can you update the instructions to how we should install it now? Much appreciated.
|
Quote:
|
Hi
thanks for this, i have installed!! :) The last screen shot, where exactly is that viewed please? Also the section in admincp, theres 2 bits the same... Post Reports Outstanding Reports Outstanding Reports Is this right? Regards Bashy |
Quote:
Quote:
|
oooo i found 1 lol :)
Ah, yes i have uploaded that, i take it i have to make a manual link to it then? Bashy |
Quote:
|
Hi m8,
No there aint, but i just added it myself ;) Can only the staff see the link or how does it actually work? Is it that if a member reports it then they can view thier report? Can they view anyone elses report? EDIT: just found out ;) a members cant see someone elses report, this is really good, well done, thanks Cheers Bashy PS. (just rated ya thread) ;) |
Quote:
Quote:
|
Quote:
file edits are only needed when you do not use the plugin / hook system |
Okay, I understand now. Thank you.
|
Quote:
|
hi people,
a little update on the status of porting this system to the plugin / hook system.It's done but i found a verry annoying bug.it keeps on emailing reports even when this option in the settings is set to no.This can be verry annoying on big forums (eg allot of posts per day) so i'm trying to find a way around before release |
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. |
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 ... |
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 |
Quote:
i just gotta test to see you don't get thi error when it should not occur |
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. |
Quote:
that's a nice idea an automated "thank you" reply gotta think about that |
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 |
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: |
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 ? |
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 |
Quote:
PHP Code:
|
Quote:
|
Quote:
|
Quote:
|
also whats this error? doesnt seem to show the bbtile aswell.. just comes up with the code.. neways error kinda msg is in red and says..
Uncached templates: postreportbits (4) Uncached templates: postreports (1) |
Quote:
|
Quote:
find HTML Code:
<if condition="$show['wollink']"><tr><td class="vbmenu_option"><a href="online.php$session[sessionurl_q]">$vbphrase[whos_online]</a></td></tr></if> HTML Code:
<tr><td class="vbmenu_option"><a href="postreports.php">$vbphrase[postreports]</a></td></tr> |
Quote:
and thanks dude, i find it v hard to edit the element skin cos the things r moved about :s Quote:
|
oh also the user comments, don't work for me?? im using 3.5.2...? but everything else seems perfect..
|
hmm don't seem to be getting emails now? :S i did before.. test the report sysem, now users use it, and i don't recieve email/??
|
All times are GMT. The time now is 05:27 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|