The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vFcoders - Advanced Report System Details »» | |||||||||||||||||||||||||||||||||||||
.::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
2. Planned Features
3. Installation
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
Screenshots
Show Your Support
|
Comments |
#52
|
||||
|
||||
Quote:
edit vfc_ars_reportbitajax and replace with Code:
<h2 class="blockhead">{vb:rawphrase vfc_ars_report_this_post} </h2> <div class="blockbody formcontrols"> <div class="reportpopup"> <div class="reportform"> <div class="fullform"><a href="report.php?p={vb:raw postid}">{vb:rawphrase vfc_ars_full_form} ?</a></div> <ul id="report_reasons"> <vb:each from="reasons" value="reason" key="reason_name"> <li><label for="{vb:raw reason_name}"><input type="checkbox" name="report_reasons[]" value="{vb:raw reason_name}" id="{vb:raw reason_name}" tabindex="1" /> {vb:raw reason.title} <vb:if condition="$reason['required'] == 1">(*)</vb:if></label></li> </vb:each> </ul> <div class="reasonbox"> <textarea class="primary textbox" style="width:100%;" name="reason" autocomplete="off" placeholder="{vb:rawphrase vfc_ars_specify_report_reason}" id="report_reason_{vb:raw postid}"></textarea> </div> <div class="report-buttons blockfoot actionbuttons"> <div class="group" style="text-align: center;"> <input type="hidden" name="postid" value="{vb:raw postid}"> <input type="hidden" name="s" value="{vb:raw session.sessionhash}" /> <input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" /> <input type="hidden" name="do" value="sendemail2" /> <input type="submit" class="button" value="{vb:rawphrase send_report}" tabindex="1" accesskey="s" /> <input type="reset" class="button" value="{vb:rawphrase reset_fields}" tabindex="1" /> </div> </div> </div> <img src="images/misc/progress3.gif" class="progress3"> </div> </div> |
#53
|
|||
|
|||
I am getting this error for some reason
Code:
Deprecated: Assigning the return value of new by reference is deprecated in /home/content/63/9570563/html/forums/modcp/ars_report.php on line 193 |
#54
|
||||
|
||||
Quote:
#update fix is easy replace in modcp/ars_report.php Code:
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list()); Code:
$bbcode_parser = new vB_BbCodeParser($vbulletin, fetch_tag_list()); |
#55
|
|||
|
|||
Installed but getting these errors:
Quote:
|
#56
|
||||
|
||||
I've edited the code so that it the "my reports" only displays for the registered members and not staff, to fix update the following plugin;
Edit Plugin vFcoders - Advanced Report System (PTC) (vB < 4.2) Code:
if ("!is_member_of($bbuserinfo, x,x,x)" AND $vbulletin->versionnumber < '4.2.0') { $template_hook['navbar_end'] .= "<li><a href=\"misc.php?do=myreports\">" . $vbphrase['vfc_ars_myreports'] . "</a></li>"; } Code:
if ("is_member_of($bbuserinfo, x,x,x)" AND $vbulletin->versionnumber < '4.2.0') { $template_hook['navbar_end'] .= "<li><a href=\"misc.php?do=myreports\">" . $vbphrase['vfc_ars_myreports'] . "</a></li>"; } |
#57
|
|||
|
|||
this works with 4.2.0 pl2 with no issues
|
#58
|
|||
|
|||
Why does my forum chrash with installing it on the same vb version?
Edit: sorry it just appeared with your plugin but now I see the true cause... |
#59
|
|||
|
|||
Is this an issue? In admincp and modcp, I can only view the first page of reports (2 most recent ones). If I try to go to the next page to view more, the page is blank.
My vB version is 4.2.0 pl2 |
#60
|
|||
|
|||
I am using PHP Version 5.3.14
It shows that there are two reported posts but I cannot seem them after the fix you posted |
#61
|
||||
|
||||
advice for the auther, use a frame for the reported post content since large reports take up a stupid amount of space.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|