Welcome to Egypt Forums Mark forums read | Egypt Main Page
Egypt Forums



Mods for 3.7.x vBulletin Mods for 3.7, vBulletin hacks, vBulletin modification, vBulletin 3.7

Mods for 3.7.x Thread, Auto-solve report threads in Mods; Auto-solve report threads In our forum we have a category for reports and when a report is "solved" we move ...

Short Link: http://forum.egypt.com/enforum/showthread.php?t=3672


Reply
LinkBack Thread Tools Display Modes
Auto-solve report threads
 
 
The God Father
Developer's Avatar

Reply With Quote
 
Join Date: Jul 2008
Location: NDC
Posts: 5,416
20-09-2008, 10:04 PM
 
Auto-solve report threads

In our forum we have a category for reports and when a report is "solved" we move them into "Reported Archive" and put a [solved] in front of their title.
We used to do this manually, until today that I thought of a way to make the process automatic, and it only requires a template edit!

I'm releasing this for any forum that has a similar moderation regime.

In your SHOWTHREAD template add somewhere (not inside a form though) the following code:
HTML Code:
PHP Code:
<if condition="can_moderate() AND $forumid==$vboptions['rpforumid']">
<
form method="post" action="postings.php?do=domovethread&t=$threadid">
    <
input type="hidden" name="s" value="$session[sessionhash]" />
    <
input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
    <
input type="hidden" name="t" value="$threadid" />
    <
input type="hidden" name="do" value="domovethread" />
    <
input type="hidden" name="title" value="[solved] $threadinfo[title]" />
    <
input type="hidden" name="destforumid" value="88" />
    <
input type="hidden" name="redirect" value="none" />
    <
input type="submit" value="Solve report">
</
form>
</if>

in that code, subsitute 88 to the actual forumid of your reported archive.
__________________
I Love Walking In The Rain Cuz Nobody Know I'm Crying !!
 
 
 
Reply

Mods for 3.7.x Thread, Auto-solve report threads in Mods; Auto-solve report threads In our forum we have a category for reports and when a report is "solved" we move ...

Short Link: http://forum.egypt.com/enforum/showthread.php?t=3672


Bookmarks

Tags
autosolve, report, threads


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Auto Typer And Auto Clicker 1.4 Developer Software and Programs 0 26-10-2008 12:35 PM
Report PMs 1.0.0 Developer Mods for 3.7.x 0 22-09-2008 02:33 AM
Automatically close threads after X repliesProduct name: Automatically close threads Developer Mods for 3.7.x 0 15-09-2008 09:30 PM
UN report urges tolerance to Egypt NGOs SABRAWY News 0 14-05-2008 10:31 PM
Egypt Mubarak calls on UN to solve food crisis SABRAWY News 1 13-05-2008 12:51 AM