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)

Namaless 10-27-2008 11:21 PM

In the next week I'm plane to install this mod into vb 3.7.3 and test it..

Yorixz 10-31-2008 09:53 PM

I'll be glad to hear the outcome of that!

therogueforums 11-11-2008 10:38 AM

Any updates on this? Or, at the very least, how to get it back to the old system?

powerful_rogue 11-14-2008 04:21 PM

Quote:

Originally Posted by cb001 (Post 1538675)
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?

lesliexo 11-15-2008 12:21 AM

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 :)

jawatkin 11-19-2008 05:14 PM

Quote:

Originally Posted by lesliexo (Post 1665856)
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 :)

DannyC55 11-23-2008 06:14 PM

How to i get this to work on the latest version of vbulletin?

students_forum 11-27-2008 12:48 PM

Quote:

Originally Posted by powerful_rogue (Post 1665635)
Has anyone managed to get this to work on 3.7 using the above fix?

Yes.

Alfa1 11-27-2008 02:13 PM

Quote:

Originally Posted by therogueforums (Post 1597508)
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?

joe1989 01-09-2009 06:50 PM

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!


All times are GMT. The time now is 11:04 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.01222 seconds
  • Memory Usage 1,740KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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