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)

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


All times are GMT. The time now is 06:45 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.02512 seconds
  • Memory Usage 1,739KB
  • 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
  • (7)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