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)

joe1989 01-20-2009 03:51 PM

Just a note for everyone else...

If you've never downloaded and installed this before, you won't be able to import the product through AdminCP until you make one easy change:

Open the xml product in an editor (notepad, etc) and search for "maxversion=" ... it's near the top, in line 10. The default sets the maxversion to 3.6.99 (or close to it). But, the newest vbulletin version is higher than this. So, change that to 3.8.99 (or something higher than your vbulletin version) and save it! Then it will import normally!

joe1989 01-20-2009 04:15 PM

Well I've tried this twice now, and I think there's a mistake somewhere along the line. I did everything listed in Pedro's directions, and I'm still having the same problems encountered before doing anything. Nothing posts to the post reports table. Therefore, I can see all the pages (in CP's, quick links, etc) but nothing writes to the database when I report a post on my forum. And yes, I do have the 'create new thread' option enabled, because the threads are being created like they should...

Pedro! 01-20-2009 04:19 PM

Try it with the e-mail option enabled, I'll see what happens on mine if I disable options in the meantime...

joe1989 01-20-2009 04:23 PM

ok now it works since i've set it to email

however, i do not want it to be email, i want a discussion thread

what can we change so it works that way?

EDIT: I have it set for email and discussion thread, which is acceptable, but I really do not want to leave the email option enabled; I just want the discussion thread if at all possible!

Pedro! 01-20-2009 04:46 PM

Hmmm, yeah, I'll try suss it out...

Edit:

For some reason I no longer seem to be receiving e-mails, I haven't being able to confirm if this is the same for my moderators yet though. You can try and open up the plugin editor for the save reports to database plugin and then paste the following code in there at the start of the Plugin PHP Code box:

PHP Code:

foreach ($mods AS $userid => $moderator)
{
    if (!empty(
$moderator['email']))
    {
        
$moderator['email'] = '';
    }


I think it will work but I am unable to test it at the moment.


Ugh: it looks like Jelsoft have introduced PM reporting with this version. We've also had a couple of problems with merging threads, there seems to be some kind of conflict with. I think I'm just gonna code my own mod from the ground-up because it's hard working with someone else's code and I there's a couple of areas I'd like to improve upon which I just can't do without adding new database tables etc. also there's no way to notify people if I'm just posting here.

Pedro! 01-22-2009 01:05 AM

In relation to this post. I'd advise you uninstall the product.

Edit: argh! wtf! I uninstalled it and still get the error when trynna delete a thread. Good job we move our threads to a 'recycle bin'. Gonna have to work this out though :mad:

joe1989 01-22-2009 01:52 PM

OK - I am having the same problems, so I have uninstalled the product fully.

However, Pedro, please do what you said and create a new one from the ground up! I really, really want to see this mod functional!!

Thanks so much!

EcoCav 01-24-2009 05:33 PM

I would love to use this on 3.8!

Let me know when its working guys.

Pedro! 01-24-2009 09:58 PM

Quote:

Originally Posted by joe1989 (Post 1721197)
OK - I am having the same problems, so I have uninstalled the product fully.

However, Pedro, please do what you said and create a new one from the ground up! I really, really want to see this mod functional!!

Thanks so much!

Uninstalling it should do the trick, I only had thread move/deletion problems cos I accidentally edited the wrong product's plugin when I was farting about trynna find a fix, lol. I've started work on my own now, hopefully it won't take too long, lol.

Hannan 02-04-2009 12:49 AM

Is it works with vb 3.8.1?!
thanks


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