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
  #82  
Old 09-30-2012, 08:23 PM
artos0131 artos0131 is offline
 
Join Date: Mar 2010
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

vBulletin® Version 4.2.0 Patch 2
Reply With Quote
  #83  
Old 09-30-2012, 09:32 PM
Mark_Zuckerberg Mark_Zuckerberg is offline
 
Join Date: Sep 2011
Posts: 195
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by artos0131 View Post
vBulletin? Version 4.2.0 Patch 2
its working for me fine i had the same version try running on default style and try disabling the mods one by one except this this will show you which mod is conflicting with that
Reply With Quote
  #84  
Old 10-01-2012, 11:50 AM
scdurwood scdurwood is offline
 
Join Date: Aug 2006
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nm...

great mod...
Reply With Quote
  #85  
Old 10-01-2012, 03:41 PM
MattGarner MattGarner is offline
 
Join Date: Apr 2006
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is it possible to be able to change it to so it sends a user to the full form instead of having a popup?
Reply With Quote
  #86  
Old 10-02-2012, 03:14 AM
scdurwood scdurwood is offline
 
Join Date: Aug 2006
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DJ-Dez View Post
It's a shame. I'm getting adminfunction errors on my other plugin "Yet Another Awards System" on line 1922. It's a shame, I had to uninstall this wondeful plugin.
Comment out the function call in awards.php starting on line 97 and it works fine:

PHP Code:
// ###################### Start makedepthmark #######################
// function construct_depth_mark($depth, $depthchar, $depthmark = '')
// {
// repeats the supplied $depthmark for the number of times supplied by $depth
// and appends it onto $depthmark
//    for ($i = 0; $i < $depth; $i++)
//    {
//        $depthmark .= $depthchar;
//    }
//    return $depthmark;
// }
// end functions 
Reply With Quote
  #87  
Old 10-03-2012, 07:33 PM
MattGarner MattGarner is offline
 
Join Date: Apr 2006
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

On the "Closed Reports" page it only shows two of the previous ones and once you click next page then it shows no more. Is there a way to fix this? It would be handy to be able to go through each closed report.
Reply With Quote
  #88  
Old 10-08-2012, 11:56 AM
scdurwood scdurwood is offline
 
Join Date: Aug 2006
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

To make the notification display on a new window, edit the notification_list plugin accordingly:

Change:
PHP Code:
        'link'   => $linkdir '/index.php?' $vbulletin->session->vars['sessionurl'] . 'loc=../' $vbulletin->config[Misc][modcpdir] . '/ars_report.php?do=open'
        
'order'  => 11 
To:
PHP Code:
        '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
  #89  
Old 10-08-2012, 04:12 PM
Superorb Superorb is offline
 
Join Date: Feb 2012
Posts: 195
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone else getting a 404 error when they click on the notification link at the top? The "loc=../" is what's breaking it, how can I fix this?

Code:
http://yoursite.com/forum/admincp/index.php?loc=../modcp/ars_report.php?do=open
Reply With Quote
  #90  
Old 10-08-2012, 04:47 PM
TheSupportForum TheSupportForum is offline
 
Join Date: Jan 2007
Posts: 1,158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Superorb View Post
Anyone else getting a 404 error when they click on the notification link at the top? The "loc=../" is what's breaking it, how can I fix this?

Code:
http://yoursite.com/forum/admincp/index.php?loc=../modcp/ars_report.php?do=open
target="_blank," not target="_new,"
Reply With Quote
  #91  
Old 10-08-2012, 04:55 PM
TheSupportForum TheSupportForum is offline
 
Join Date: Jan 2007
Posts: 1,158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<a href="/ars_report.php?do=open'_blank' ">
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:22 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.05607 seconds
  • Memory Usage 2,359KB
  • 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
  • (2)bbcode_code
  • (3)bbcode_php
  • (3)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
  • (6)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