The Arcive of vBulletin Modifications Site. |
|
vBCMS Article Reporting Details »»
|
|||||||||||||||||||||||||||
Purpose
The purpose of this is to allow users to report vBCMS articles for review by staff. Created when I found out that it did not have this out of the box. Limitations Currently, the only way this product works is if you have reported posts being placed into a new thread in a forum. This modification does not work with emails at this time. A later update will include new settings to include this functionality. Installation Installation consists of upload 1 file, install 1 product (to add phrases and 1 template to mimic the default vBulletin post reporting form, with some changes), make 2 template changes to 1 template.
Template Changes Template: vbcms_content_article_page Find: HTML Code:
{vb:raw css}
HTML Code:
<style> a.report { background: url({vb:stylevar imgdir_button}/report-40b.png) no-repeat transparent {vb:stylevar left}; padding-{vb:stylevar left}: 20px; } a.report:hover { background: url({vb:stylevar imgdir_button}/report-40b-hover.png) no-repeat transparent {vb:stylevar left}; padding-{vb:stylevar left}: 20px; } </style> HTML Code:
<div class="article_rating_container">
HTML Code:
<a class="report" href="cms_report.php?id={vb:raw node}&title={vb:raw title}" rel="nofollow" title="{vb:rawphrase report_bad_post}"><!--<img src="{vb:stylevar imgdir_button}/report-40b.png" alt="{vb:rawphrase report_bad_post}" />--></a> v1.0.0 - December 12/27/2009 Download Now
Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Reserved for Future Use
|
|
#3
|
||||
|
||||
|
thank you
|
|
#4
|
||||
|
||||
|
nice idea thanks
|
|
#5
|
|||
|
|||
|
Screenshot/demo?
|
|
#6
|
||||
|
||||
|
|
|
#7
|
|||
|
|||
|
I'm assuming that two appearances of
PHP Code:
Atm the moment I only see one report icon. |
|
#8
|
|||
|
|||
|
So how exactly does the reporting work?
|
|
#9
|
||||
|
||||
|
Quote:
A user clicks on the report icon, fills in a message, clicks on submit report and the script creates a post in the specified forum (same as post reports). It does not work with emails at this time. |
![]() |
|
|