vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - Advanced Report Post Management System (https://vborg.vbsupport.ru/showthread.php?t=137031)

juan71287 01-11-2008 07:11 PM

Left Problem Alone.

taxidriva 01-13-2008 09:59 PM

The moderators of only some forums can see and manage all the reports in my case - which isn't exactly good. As far as I understand they should only see their reports. My version is 3.6.8. Any ideas how to fix it?

juan71287 01-15-2008 06:34 PM

Question: How do you prune and remove the entries?

Yorixz 01-22-2008 01:06 PM

Quote:

Originally Posted by juan71287 (Post 1422065)
Question: How do you prune and remove the entries?

They don't sadly.

Quote:

Originally Posted by taxidriva (Post 1420886)
The moderators of only some forums can see and manage all the reports in my case - which isn't exactly good. As far as I understand they should only see their reports. My version is 3.6.8. Any ideas how to fix it?

You can't with the current version - sadly!

txsbmw 02-06-2008 01:54 PM

I just upgraded to 3.7 beta 4. Everything is still there for this mod, I can see all the old post reports. However now when a user reports a post, it no longer uses this mod. In other words they can not see it in their reported posts link and the mods can no longer see it in the Mod CP (all that shows up is all the old ones that were reported before the upgrade).

Do I need to reinstall or does this not work with 3.7?

pootsey 02-10-2008 01:05 PM

Quote:

Originally Posted by txsbmw (Post 1437396)
I just upgraded to 3.7 beta 4. Everything is still there for this mod, I can see all the old post reports. However now when a user reports a post, it no longer uses this mod. In other words they can not see it in their reported posts link and the mods can no longer see it in the Mod CP (all that shows up is all the old ones that were reported before the upgrade).

Do I need to reinstall or does this not work with 3.7?

Yes, I'm having the same problem. Is there a way you can make a new one for 3.7?

MalebolgiaHR 02-14-2008 04:11 PM

Does this allow you to disable report post to moderator by forum? If not, does anyone know how to handle this?

mohammad23 03-26-2008 08:11 PM

tanx
i dont have this cod ni navbar
:: Find:

<if condition="$show['wollink']"><tr><td class="vbmenu_option"><a href="online.php$session[sessionurl_q]">$vbphrase[whos_online]</a></td></tr></if>

I can use this mod?
in vb.org can find same mod?

jawatkin 04-04-2008 01:09 AM

Can't live without this mod. Anything similar for vb3.7? I can't upgrade until something like this is available!!

Alfa1 04-06-2008 03:05 AM

Will this hack be fixed and updated?

jawatkin 04-15-2008 12:08 PM

Quote:

Originally Posted by txsbmw (Post 1437396)
I just upgraded to 3.7 beta 4. Everything is still there for this mod, I can see all the old post reports. However now when a user reports a post, it no longer uses this mod. In other words they can not see it in their reported posts link and the mods can no longer see it in the Mod CP (all that shows up is all the old ones that were reported before the upgrade).

Do I need to reinstall or does this not work with 3.7?

I pulled out my product and changed the XML to allow it to be installed on 3.7. Everything seems to go back in except I have the same result, when posts are reported, it doesn't make the entry into the postreport table in the DB.

Here's the save reports plugin from the mod, any ideas why this would work on 3.6 and not on 3.7?

PHP Code:

        <plugin active="1" executionorder="5">
            <
title>save reports to database</title>
            <
hookname>report_send_process</hookname>
            <
phpcode><![CDATA[$db->query(
    INSERT INTO " 
TABLE_PREFIX "postreport 
    (postid, userid, reporttext, status, dateline) 
    VALUES 
    (
$postid,
    " 
$vbulletin->userinfo['userid'] . ",
    '"
addslashes(htmlspecialchars_uni($vbulletin->GPC['reason'])) . "',
    0,
    " 
TIMENOW ")
"
);]]></phpcode>
        </
plugin


BlackLord2008 04-15-2008 01:04 PM

Clearly the best mod I have installed on my forum!

NICE!

doisdero 04-23-2008 09:53 PM

is it possible to change time between reports?

pootsey 04-29-2008 10:24 PM

Hey guys,

I work for a forum which has been using the mod for over a year now and since upgrading to vb 3.7 it simply does not work, can anyone work out a fix.

Will send you eternal love in return!

thanks :P

tuwebfacil 04-30-2008 02:45 AM

waiting for vb3.7 version.

This mod it's important for us as well....

Awjvail 05-01-2008 10:29 PM

My moderators are freaking out right now. They have to use the old way!

Has anybody devised a fix for 3.7? I'll be your BFFL.

Spinball 05-02-2008 05:49 AM

I see the author hasn't visited for a while.
Chances are I will pay a coder to write an update for 3.7 if it isn't forthcoming.

Distance 05-02-2008 12:59 PM

Sorry, I do not plan on updating this module to be compatible with vBulletin 3.7.x.

If I do release the new version and update it for 3.7.x, everyone who has this hack marked as installed shall receive an email.

Also, this hack is no longer supported.

Distance

Spinball 05-02-2008 01:26 PM

Quote:

Originally Posted by Distance (Post 1505725)
Sorry, I do not plan on updating this module to be compatible with vBulletin 3.7.x.

If I do release the new version and update it for 3.7.x, everyone who has this hack marked as installed shall receive an email.

Also, this hack is no longer supported.

Distance

Thanks for the clarification. I assume you don't mind if someone 'adopts' this hack then? It will be KirkY I will be asking to update it.

pootsey 05-02-2008 05:23 PM

Spinball - if you are given the goahead will you be releasing it to the public or not?

Spinball 05-02-2008 07:00 PM

Quote:

Originally Posted by pootsey (Post 1505944)
Spinball - if you are given the goahead will you be releasing it to the public or not?

Yes absolutely.

jawatkin 05-03-2008 12:21 AM

Quote:

Originally Posted by Spinball (Post 1505406)
I see the author hasn't visited for a while.
Chances are I will pay a coder to write an update for 3.7 if it isn't forthcoming.

I'd be willing to contribute if you need some extra $$. I *need* this for 3.7!!! PM me and let me know.

tuwebfacil 05-03-2008 01:08 AM

Quote:

Originally Posted by jawatkin (Post 1506283)
I'd be willing to contribute if you need some extra $$. I *need* this for 3.7!!! PM me and let me know.

Count me in!

My Mods doesn't know how to work without it :)

pootsey 05-03-2008 02:49 PM

Hey guys,

I've managed to fix mine...its because somehow jelsoft have left out the report_send_process from report.php so I have added it back in.

I have however reported this in the VB Bug tracker and am awaiting a response from Jelsoft about it.

jawatkin 05-03-2008 07:50 PM

Quote:

Originally Posted by pootsey (Post 1506934)
Hey guys,

I've managed to fix mine...its because somehow jelsoft have left out the report_send_process from report.php so I have added it back in.

I have however reported this in the VB Bug tracker and am awaiting a response from Jelsoft about it.

I suspected it was something simple like this because I noticed that all that "wasn't happening" was it wasn't getting entered into the table upon report. Thanks for the heads up!! I'll see if I can add the hook in mine :)

EDIT: Magic!!!!! THANK YOUUUUUU!!!!

tuwebfacil 05-03-2008 10:58 PM

Quote:

Originally Posted by pootsey (Post 1506934)
Hey guys,

I've managed to fix mine...its because somehow jelsoft have left out the report_send_process from report.php so I have added it back in.

I have however reported this in the VB Bug tracker and am awaiting a response from Jelsoft about it.

Bro,

If you can upload the modified file or add here instructions of how to fix the hack would be great!

thanks!

pootsey 05-04-2008 12:23 AM

The most simple fix is to re-add the hook back in.

Open up the report.php file in your main directory then:

Find:
Quote:

$reportobj->do_report($vbulletin->GPC['reason'], $postinfo);
Place this code immediately above it:
Quote:

($hook = vBulletinHook::fetch_hook('report_send_process')) ? eval($hook) : false;
If installing for the first time however, the xml file wont upload as its coded dependency is up to 3.6.99 but if you open the xml file before uploading and just change the 6 to a 7 it works wonders (that only needs done for new installations)

Awjvail 05-04-2008 04:51 AM

Yay, thanks a lot.

What would be even better is if this somehow would work with visitor messages, photo reports, album reports, and whatever other new reports have been added in 3.7

I'm sure it wouldn't be very hard.. I'm looking into doing it, haven't figured it out yet though. Any help?

pootsey 05-04-2008 08:20 PM

yeah I see what you mean.. I might have a look into it later.

I might edit this script a bit and re-release it for 3.7 acknowledging Distance's work if I have time.

EliteLuke 05-04-2008 08:27 PM

I'm getting this error when i try to send a report:

Fatal error: Call to a member function query() on a non-object in /home/username/public_html/forum/includes/class_reportitem.php(341) : eval()'d code on line 4

Awjvail 05-04-2008 10:34 PM

Quote:

Originally Posted by EliteLuke (Post 1508543)
I'm getting this error when i try to send a report:

Fatal error: Call to a member function query() on a non-object in /home/username/public_html/forum/includes/class_reportitem.php(341) : eval()'d code on line 4

just checked this..

make sure that in vbulletin settings> User Infractions & Post Reporting Options, set the "Post reporting email" to "No email".. instead, you must select a Post Reporting Discussion forum.

AWJunkies 05-07-2008 12:45 AM

Quote:

Originally Posted by Awjvail (Post 1508681)
just checked this..

make sure that in vbulletin settings> User Infractions & Post Reporting Options, set the "Post reporting email" to "No email".. instead, you must select a Post Reporting Discussion forum.

This is NOT needed. The hacker programed it wrong. There is a simple fix for this which I have and also working on visitor message, photos etc integration as well. Already have visitor messages done just need to finish back-end and template. Will contact original owner about release. There are a LOT of bugs and code changes that need to be done to work properly.

Skyline_GT 05-07-2008 01:53 AM

Does this mod work on 3.7?

masoud_sun 05-10-2008 09:03 AM

3.7 ؟؟

3.6.x = bugh

jawatkin 05-13-2008 03:07 AM

Quote:

Originally Posted by AWJunkies (Post 1511116)
This is NOT needed. The hacker programed it wrong. There is a simple fix for this which I have and also working on visitor message, photos etc integration as well. Already have visitor messages done just need to finish back-end and template. Will contact original owner about release. There are a LOT of bugs and code changes that need to be done to work properly.

Looking forward to it. In the meantime, have it running with pootsey's fix for the post reports! :)

pootsey 05-16-2008 06:55 PM

Yeah, my fix was only meant to be temporary anyway.

stejc123 05-17-2008 04:22 PM

Quote:

Originally Posted by EliteLuke (Post 1508543)
I'm getting this error when i try to send a report:

Fatal error: Call to a member function query() on a non-object in /home/username/public_html/forum/includes/class_reportitem.php(341) : eval()'d code on line 4

I'm also getting this error but after pootsey's modfication the report is actually being submitted.

cb001 06-02-2008 12:06 PM

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.

Alfa1 06-02-2008 02:55 PM

Quote:

Originally Posted by AWJunkies (Post 1511116)
There is a simple fix for this which I have and also working on visitor message, photos etc integration as well. Already have visitor messages done just need to finish back-end and template. Will contact original owner about release. There are a LOT of bugs and code changes that need to be done to work properly.

Great!

Spinball 06-14-2008 06:40 PM

Looking forward to this. It's important for our forum.


All times are GMT. The time now is 01:33 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.01546 seconds
  • Memory Usage 1,838KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (17)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete