Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vFcoders - Advanced Report System Details »»
vFcoders - Advanced Report System
Version: 1.00, by Badshah93 Badshah93 is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Moderators Functions - Version: 4.1.x Rating:
Released: 07-03-2012 Last Update: 07-03-2012 Installs: 162
DB Changes Uses Plugins Auto-Templates
Code Changes Additional Files  
No support by the author.

.::vFcoders - Advanced Report System::.

This Product enhances the functionality of vB Report System.

TESTED IN vB 4.1.x & vB 4.2.x


1. Current Features
  • Option to set pre-defined reasons for report.
  • Ajax Report Popup to report post from showthread.
  • Report tracking for the reporter.
  • Report management area accessible from the Mod CP and Admin CP
  • Full integration with notifications menu
  • Commenting / Update System.
  • Quick/Moderation links related to the reported item.
  • Uses Phrases
  • Uses vBulletin easy Product installer/updater/uninstaller
  • No Template or File Edits.

    .. and many more features will list them later.

2. Planned Features
  1. Advanced Report System For
    • Visitor Messages
    • Group Messages
    • Profile Album Pictures
    • Group Pictures
    • Picture Comments


3. Installation
  • Download and unzip vFcoders - Advanced Report System.zip file from this thread.
  • Upload all the files inside "UPLOAD" folder into your vBulletin installation directory. (where forum.php file is located)
  • Import product-advanced_report_system.xml file through Product Manager in admincp.

    Installation Complete..


Mod History:
v1.0 : 4 July 2012 : First Release.


-> Click On Mark As Installed If You Have Installed This Mod.
-> You Can Nominate it also for Mod Of The Month.
-> If u like my work, you can Donate me also.

Download Now

File Type: zip vFcoders - Advanced Report System.zip (22.9 KB, 907 views)

Screenshots

File Type: jpg My Reports Page.jpg (64.7 KB, 0 views)
File Type: jpg Open Reports Page.jpg (99.4 KB, 0 views)
File Type: jpg Report Page.jpg (56.0 KB, 0 views)
File Type: jpg Report popup to report post from showthread.jpg (65.5 KB, 0 views)
File Type: jpg Report Reason Admincp Page.jpg (69.7 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
9 благодарности(ей) от:
babyv0x, Bubble #5, EliasAlucard, emath, eTiKeT?, kizy, nacaruncr, SaN-DeeP, sodasusu

Comments
  #92  
Old 10-08-2012, 05:04 PM
Superorb Superorb is offline
 
Join Date: Feb 2012
Posts: 195
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok I'm confused. Are people replying to my problem or just wanting to fix the target="_new" to _blank?
Reply With Quote
  #93  
Old 10-08-2012, 05:07 PM
TheSupportForum TheSupportForum is offline
 
Join Date: Jan 2007
Posts: 1,158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Superorb View Post
Ok I'm confused. Are people replying to my problem or just wanting to fix the target="_new" to _blank?
_blank is a standard target variable whereas _new is a custom one

the url should look something like his

<a href="/ars_report.php?do=open'_blank' ">
Reply With Quote
  #94  
Old 10-08-2012, 05:15 PM
Superorb Superorb is offline
 
Join Date: Feb 2012
Posts: 195
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So my entire line of code as it sits in the xml file is the following:
Code:
        'link'   => $linkdir . '/index.php?' . $vbulletin->session->vars['sessionurl'] . 'loc=../' . $vbulletin->config[Misc][modcpdir] . '/ars_report.php?do=open' . ' " target=/"_blank/" ' ,
What should it look like to avoid the 404?
Reply With Quote
  #95  
Old 10-08-2012, 05:26 PM
TheSupportForum TheSupportForum is offline
 
Join Date: Jan 2007
Posts: 1,158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Superorb View Post
So my entire line of code as it sits in the xml file is the following:
Code:
        'link'   => $linkdir . '/index.php?' . $vbulletin->session->vars['sessionurl'] . 'loc=../' . $vbulletin->config[Misc][modcpdir] . '/ars_report.php?do=open' . ' " target=/"_blank/" ' ,
What should it look like to avoid the 404?
replace

vFcoders - Advanced Report System (NL)

with

PHP Code:
require_once(DIR '/includes/adminfunctions.php'); 
if (
can_administer() OR can_moderate()) 
{
   
$linkdir = (can_administer() ? $vbulletin->config[Misc][admincpdir] : $vbulletin->config[Misc][modcpdir]);
               
    
$notifications['ars_count'] = array(
        
'phrase' => $vbphrase['vfc_ars_notification_report'],
        
'link'   => $linkdir '/index.php?' $vbulletin->session->vars['sessionurl'] . 'loc=../' $vbulletin->config[Misc][modcpdir] . '/ars_report.php?do=open' ' " target=/"_new/" ' ,
        
'order'  => 11
    
); 


Reply With Quote
  #96  
Old 10-08-2012, 05:35 PM
Superorb Superorb is offline
 
Join Date: Feb 2012
Posts: 195
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

^^ All that did was replace _new with _blank. I'm trying to fix the 404 from the "loc=../" in the URL.
Reply With Quote
  #97  
Old 10-09-2012, 04:56 PM
Superorb Superorb is offline
 
Join Date: Feb 2012
Posts: 195
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any reason why this would work on my live site but not the test site if the test site uses a copy of the live site DB? Does it use absolute paths anywhere? I have the domains like this:

Code:
website.com/forum/
testsite.website.com
Reply With Quote
  #98  
Old 10-11-2012, 02:28 PM
MattGarner MattGarner is offline
 
Join Date: Apr 2006
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does anyone know how to fix it so when you clicked on "Close Reports" you get to see all of the closed reports and not just two? As when you click next it then starts showing you reports that are still open.
Reply With Quote
  #99  
Old 10-13-2012, 04:36 AM
WorldCraft WorldCraft is offline
 
Join Date: Jun 2010
Posts: 240
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Clicking the "Next Page" buttons do not actually show past reports, but only show a blank page. I'm going to assume this is a bug, screenshot below.
Attached Images
File Type: jpg a8c7fa260417369d14ea8004a837a0a8.jpg (23.1 KB, 0 views)
Reply With Quote
  #100  
Old 10-14-2012, 03:10 PM
tr1cky tr1cky is offline
 
Join Date: Aug 2011
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The coder does not care about this plugin anyways
Reply With Quote
  #101  
Old 10-19-2012, 01:58 AM
karma010 karma010 is offline
 
Join Date: Sep 2012
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's a shame the coder abandoned this mod...seeing as though it had great potential. In the hopes that he decides to actually release updates:

Bugs to fix (from my own experience)
Clicking "Next page" and "Last Page" in AdminCP "Closed Reports" shows a blank page
Show more than 2 results on opened/closed pages in AdminCP

Suggestions:
Ability to clear/reset (or delete reports individually) in "My Reports"
Automatically close and/or delete the discussion thread when a report is marked closed

Here's to hoping for updates...
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:24 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08274 seconds
  • Memory Usage 2,360KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (1)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (9)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (7)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete