|
Use prefixes for reported threads and moderation
This modification is in the archives.
This one adds a prefix for all reported threads which are posted into a special forum.
You have to add a piece of code to the file "class_reportitem.php" which is located in the includes folder. Code:
After line 242 or "$threadman->set('visible', 1);"
add this:
$threadman->set('prefixid', 'f135_0');
To show how this can be handy, i will provide a short how-to about using prefixes for moderation. Moderation with prefixes: 1) Choosing a forum for reports In the vbulletin settings you can choose a forum to which all reported threads are sent. For e.g. we call this "Reports". 2) Setting prefixes for this forum a) Add a prefix category named "Reports" and tie it to the "Reports" forum b) set different states for moderation in this example we have New, Done, Discuss and Nothing ![]() In this example the prefix ids where set according to the forum where the reports go. The id of the forum is 135 and therefore ids for the prefixes are 135_0, 135_1 .... 3) Change class_reportitem.php The standard prefix for new reported threads is "New" so we use the id of this prefix in the file class_reportitem.php as shown above. ![]() 4) Use "Change prefixes with AJAX" hack If you add the "Change prefixes with AJAX" hack you can edit the prefixes like this: ![]() Download No files for download. Screenshots |
|||||||||