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
  #112  
Old 01-01-2013, 08:48 PM
Markco Markco is offline
 
Join Date: Oct 2005
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

please updated VB 4.20pl3
Reply With Quote
  #113  
Old 01-16-2013, 01:36 PM
Guru Samrat Guru Samrat is offline
 
Join Date: Mar 2011
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

need this mod for vb 4.0.3 plz give me
Reply With Quote
  #114  
Old 03-16-2013, 03:02 PM
M.C. M.C. is offline
 
Join Date: Jan 2002
Posts: 463
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Would be nice to see when someone report his post than PM message is send to the user with link to discussion thread and reason why post been reported...
Reply With Quote
  #115  
Old 03-17-2013, 08:35 AM
M.C. M.C. is offline
 
Join Date: Jan 2002
Posts: 463
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by trackpads View Post
I am having a style issue, something I have screwed up I am sure. But can you tell me what might be wrong? When I click the report icon the box is a small 2 pixel high box.
So how to resolve this issue? Having same....
Reply With Quote
  #116  
Old 03-19-2013, 11:05 PM
Dwarden Dwarden is offline
 
Join Date: Nov 2011
Location: Czech Republic, EU
Posts: 80
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this is great plugin, but needs fixing (lot of manual edits before getting it to work) for 4.2.0 pl3

It would be very nice if it's updated
Reply With Quote
  #117  
Old 03-20-2013, 01:09 AM
Zantox Zantox is offline
 
Join Date: Nov 2012
Location: USA
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This mod works great with vb 4.2. I love it, thanks for making it!
Reply With Quote
  #118  
Old 04-14-2013, 10:02 PM
WorldCraft WorldCraft is offline
 
Join Date: Jun 2010
Posts: 240
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have a solution to the issue where the Next Page, Prev Page, etc buttons are not working.

Open ars_report.php (the file you uploaded to your modCP directory). And go to line 119, or this statement:
PHP Code:
if ($vbulletin->GPC['page'] != 1
Replace all of this
PHP Code:
        if ($vbulletin->GPC['page'] != 1)
        {
            
$prv $vbulletin->GPC['page'] - 1;
            
$firstpage "<input type=\"button\" class=\"button\" tabindex=\"1\" value=\"&laquo; " $vbphrase['first_page'] . "\" onclick=\"window.location='ars_report.php?" $vbulletin->session->vars['sessionurl'] . "do=open" .
                
"&perpage=" $vbulletin->GPC['perpage'] . "&page=1'\">";
            
$prevpage "<input type=\"button\" class=\"button\" tabindex=\"1\" value=\"&lt; " $vbphrase['prev_page'] . "\" onclick=\"window.location='ars_report.php?" $vbulletin->session->vars['sessionurl'] . "do=open" .
                
"&perpage=" $vbulletin->GPC['perpage'] . "&page=$prv'\">";
        }
        
        if (
$vbulletin->GPC['page'] != $totalpages)
        {
            
$nxt $vbulletin->GPC['page'] + 1;
            
$page_button "ars_report.php?" $vbulletin->session->vars['sessionurl'] . "do=open&perpage=" $vbulletin->GPC['perpage'];
            
$nextpage "<input type=\"button\" class=\"button\" tabindex=\"1\" value=\"" $vbphrase['next_page'] . " &gt;\" onclick=\"window.location='$page_button&page=$nxt'\">";
            
$lastpage "<input type=\"button\" class=\"button\" tabindex=\"1\" value=\"" $vbphrase['last_page'] . " &raquo;\" onclick=\"window.location='$page_button&page=$totalpages'\">";
        } 
With this:
PHP Code:
    if ($_REQUEST['do'] == 'open'
    {
        if (
$vbulletin->GPC['page'] != 1)
        {
            
$prv $vbulletin->GPC['page'] - 1;
            
$firstpage "<input type=\"button\" class=\"button\" tabindex=\"1\" value=\"&laquo; " $vbphrase['first_page'] . "\" onclick=\"window.location='ars_report.php?" $vbulletin->session->vars['sessionurl'] . "do=open" .
                
"&perpage=" $vbulletin->GPC['perpage'] . "&page=1'\">";
            
$prevpage "<input type=\"button\" class=\"button\" tabindex=\"1\" value=\"&lt; " $vbphrase['prev_page'] . "\" onclick=\"window.location='ars_report.php?" $vbulletin->session->vars['sessionurl'] . "do=open" .
                
"&perpage=" $vbulletin->GPC['perpage'] . "&page=$prv'\">";
        }
        
        if (
$vbulletin->GPC['page'] != $totalpages)
        {
            
$nxt $vbulletin->GPC['page'] + 1;
            
$page_button "ars_report.php?" $vbulletin->session->vars['sessionurl'] . "do=open&perpage=" $vbulletin->GPC['perpage'];
            
$nextpage "<input type=\"button\" class=\"button\" tabindex=\"1\" value=\"" $vbphrase['next_page'] . " &gt;\" onclick=\"window.location='$page_button&page=$nxt'\">";
            
$lastpage "<input type=\"button\" class=\"button\" tabindex=\"1\" value=\"" $vbphrase['last_page'] . " &raquo;\" onclick=\"window.location='$page_button&page=$totalpages'\">";
        }
    }
    else 
    {
            if (
$vbulletin->GPC['page'] != 1)
        {
            
$prv $vbulletin->GPC['page'] - 1;
            
$firstpage "<input type=\"button\" class=\"button\" tabindex=\"1\" value=\"&laquo; " $vbphrase['first_page'] . "\" onclick=\"window.location='ars_report.php?" $vbulletin->session->vars['sessionurl'] . "do=close" .
                
"&perpage=" $vbulletin->GPC['perpage'] . "&page=1'\">";
            
$prevpage "<input type=\"button\" class=\"button\" tabindex=\"1\" value=\"&lt; " $vbphrase['prev_page'] . "\" onclick=\"window.location='ars_report.php?" $vbulletin->session->vars['sessionurl'] . "do=close" .
                
"&perpage=" $vbulletin->GPC['perpage'] . "&page=$prv'\">";
        }
        
        if (
$vbulletin->GPC['page'] != $totalpages)
        {
            
$nxt $vbulletin->GPC['page'] + 1;
            
$page_button "ars_report.php?" $vbulletin->session->vars['sessionurl'] . "do=close&perpage=" $vbulletin->GPC['perpage'];
            
$nextpage "<input type=\"button\" class=\"button\" tabindex=\"1\" value=\"" $vbphrase['next_page'] . " &gt;\" onclick=\"window.location='$page_button&page=$nxt'\">";
            
$lastpage "<input type=\"button\" class=\"button\" tabindex=\"1\" value=\"" $vbphrase['last_page'] . " &raquo;\" onclick=\"window.location='$page_button&page=$totalpages'\">";
        }
    } 
Reply With Quote
  #119  
Old 04-19-2013, 10:02 PM
Draffi Draffi is offline
 
Join Date: Oct 2011
Posts: 80
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi!

Looks like a solution - But it never show all the pages....

Anyway! Thank you for your work!
Reply With Quote
  #120  
Old 05-28-2013, 08:25 AM
CEZALAND's Avatar
CEZALAND CEZALAND is offline
 
Join Date: Apr 2008
Location: Turkey
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for this awesome mod but may you use unique id instead of title of current reports to edit/remove reports? Because if you use utf8 characters in title it will not work (Invalid Reason)

Regards
RevoLand
Reply With Quote
  #121  
Old 06-21-2013, 08:27 AM
DrPrepper DrPrepper is offline
 
Join Date: Jan 2012
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I love this mod and have been using it for half a year, but recently (the last month or so) I'm getting feedback/complaints from moderators that they have Report alerts in their interface, but when they click it, no Reports are shown. Which is correct because all Reports are already closed. But they keep getting the alert in their display.

What can be the cause of this? (Or even better: a fix)

(Am using vBulletin 4.2.0 Patch Level 3 with this mod version 1.0)
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:09 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.09731 seconds
  • Memory Usage 2,407KB
  • 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_php
  • (1)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
  • (1)pagenav_pagelinkrel
  • (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