vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=229)
-   -   Administrative and Maintenance Tools - Auto-solve report threads (https://vborg.vbsupport.ru/showthread.php?t=191408)

transparent 10-04-2008 09:10 PM

The "Solve report" button appears in the lower left corner for me on the report thread.

Hope that helps :)

wickedstangs 10-05-2008 02:30 PM

Quote:

Originally Posted by transparent (Post 1637390)
The "Solve report" button appears in the lower left corner for me on the report thread.

Hope that helps :)

Installed it again and I don't see the report thread, what do you mean by that.. And thanks for the help..

transparent 10-06-2008 12:36 AM

I mean when someone reports a post a report thread is created in a forum of your choosing right?

When I look at the report the "Solve report" button is at the bottom of the report in the lower left corner. It could be different on mine because I'm using a custom style but I would imagine either way the button would appear at the bottom of the report.

I was pointing that out because I thought I was going crazy not seeing any difference and I didn't even notice the button was there. On my board it could be easily over looked if your didn't where it was ; )

dolphin678 10-16-2008 10:52 AM

I have installed this mod and it seems to work for me...I was thinking about adding the Trash option as well, but feel there should be a condition AND NOT in the top line so that threads already in the reported threads forum won't have the "Trash" option...is this reasonable?

dolphin678 10-16-2008 10:54 AM

Quote:

Originally Posted by Dingo14 (Post 1631975)
v3.72 I have a friend who has v3.7.3 and he has the same code as mine in showthread template

this is friends template v3.7.3

if you search within the template for </form> you will see the section mentioned is further down the template (that's how I found it)

g00gl3r 10-19-2008 03:29 AM

reserved

n95gps 10-19-2008 04:55 PM

i really need this thing to work but here is what i have maybe you can help me

can i have it add the phrase ( solved) infront of the thread title when ever that thread was solved

i have a forum for mobile problems where member comes and place their problem

we discuss the sloution inside that thread

in another way can that work like its done in the nokia discussion forum

i mean adding the phrase (solved) to the thread title without removing it to another forum

Lea Verou 10-19-2008 05:06 PM

Quote:

Originally Posted by n95gps (Post 1648372)
i really need this thing to work but here is what i have maybe you can help me

can i have it add the phrase ( solved) infront of the thread title when ever that thread was solved

i have a forum for mobile problems where member comes and place their problem

we discuss the sloution inside that thread

in another way can that work like its done in the nokia discussion forum

i mean adding the phrase (solved) to the thread title without removing it to another forum

It can be done, but I don't have the time to do it for you, sorry.

n95gps 10-19-2008 05:07 PM

i also need it to appear in a spicific forum

can we do that
thanx

Lea Verou 10-19-2008 05:11 PM

as I said, it can be done, but I don't have the time to do it for you. Perhaps someone else does.

n95gps 10-19-2008 05:20 PM

ok thanx

anyhow thanx for sharing

Alfa1 10-24-2008 01:28 AM

For anyone who wants to have the Assigned Moderators in the title of the report, here's the instructions:

Go to the phrase $vbphrase[reportpost_newthread]

Change the text to:
PHP Code:

$reportinfo[modlist] - Reported Post by $reportinfo[rusername


momo2 11-16-2008 12:46 PM

is there any plugs or hack to remove the post/thread as soon someone click on reports ?
I have a huge forum and I now seeing a big problem, which take more time to see the report and than delete the original thread than go back again and delete the report made.........

So what i am looking for, one click on report, that post or thread goes to a report section, from there delete or etc.....

transparent 01-13-2009 02:41 PM

works perfect in 3.8 gold.

Hornstar 02-20-2009 06:04 AM

hey Michelle, could you help me set up away for this to work on a different forum ID. eg. I am using this and love it! but would now like to auto solve threads in this other forum section and have them auto move to another forum. What would be the correct code to use to make that work?

Would this be correct?

Quote:

<!-- auto-solve report threads -->
<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 by $bbuserinfo[username]] $threadinfo[title]" />
<input type="hidden" name="destforumid" value="443" />
<input type="hidden" name="redirect" value="none" />
<input type="submit" value="Report Solved">
</form>
</if>
<!-- / auto-solve Multiple account threads -->

<!-- auto-solve report threads -->
<if condition="can_moderate() AND $forumid==375">
<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 by $bbuserinfo[username]] $threadinfo[title]" />
<input type="hidden" name="destforumid" value="500" />
<input type="hidden" name="redirect" value="none" />
<input type="submit" value="Report Solved">
</form>
</if>
<!-- / auto-solve Multiple account threads -->
Would this be correct?

RobbieZ 03-02-2009 01:56 PM

Looks good thanks.

koolasia 03-11-2009 02:11 PM

What a relief thanks al ot

RobbieZ 07-10-2010 06:26 AM

Hi michelle I have this working on vb4 if I can release it please.


All times are GMT. The time now is 01:31 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01246 seconds
  • Memory Usage 1,759KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (18)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete