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)

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?


All times are GMT. The time now is 11:43 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.01671 seconds
  • Memory Usage 1,744KB
  • 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_php_printable
  • (2)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
  • (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