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)

Lea Verou 09-29-2008 01:03 AM

You probably put the code inside the inlinemod form.

badheeu 09-29-2008 06:05 AM

Im getting blank page, when i press solve button.

http://www.kma.mv/forum/inlinemod.php?threadid=4025&p=

Can somebody tell me how to fix it. it is really useful

Best Regards
kma.mv

Dingo14 09-29-2008 10:29 AM

fixed the problem and thanks for a great and useful mod

Scandal 09-29-2008 06:23 PM

any way to lock the thread too?

-philos

Lea Verou 09-29-2008 07:30 PM

Quote:

Originally Posted by philos2 (Post 1633267)
any way to lock the thread too?



-philos

The only way I can think is to add another button.
I don't think its possible to do all at once with this approach.

TheInsaneManiac 09-29-2008 07:34 PM

Quote:

Originally Posted by Michelle (Post 1631832)
It says you have not chosen a post because you put the code inside the inlinemod form. I said in the first post that it shouldn't be inside an existing form.



Sure, just change this:
HTML Code:

<input type="hidden" name="title" value="[solved] $threadinfo[title]" />
with this:
HTML Code:

<input type="hidden" name="title" value="[solved by $bbuserinfo[username]] $threadinfo[title]" />

I know I stuck it in a form lol, I just didn't know how else to put it in there besides that form.

Lea Verou 09-29-2008 07:45 PM

Quote:

Originally Posted by TheInsaneManiac (Post 1633334)
I know I stuck it in a form lol, I just didn't know how else to put it in there besides that form. Thanks though :D.

Why do you care about how something that only your mods will see, in only one forum, will look?
Personally even though I care a lot about my site's looks, I don't give a damn about how moderator-only functions look, I just stick them in the first place that makes sense :p

transparent 09-29-2008 11:41 PM

I have a feature request...

Would it be possible to make it so that after you click the "Solve Report" and it moves the report to the completed section that it can take you back to your original location (ie...reported posts) instead of leaving you in the completed forum?

This hack is perfect for working several reports but if you login and see alot of reports you have the option to either work them one by one and then group move them (not use the hack) or use the "Solve Report" on each one which you then have to step your way back to the reports section again.

Having it drop you back to original location would maintain the awesome features of the hack (moving it, solving it, and showing who solved it) and let you do it in a timely fashion with alot of reports :)

TheInsaneManiac 10-03-2008 07:30 PM

Quote:

Originally Posted by Michelle (Post 1631832)
It says you have not chosen a post because you put the code inside the inlinemod form. I said in the first post that it shouldn't be inside an existing form.

So is there anyway to do it inside a form? I just want a regular button like new post, ect.

wickedstangs 10-04-2008 01:32 PM

Quote:

Originally Posted by Alfa1 (Post 1631348)
Find:
PHP Code:

<if condition="$show['inlinemod']">
$spacer_close
</form>
$spacer_open
</if> 

Place the code below.

I placed the code under the above.. And I don't see anything no icon nothing don't really get error's or anything... How do I use the solve?

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>



All times are GMT. The time now is 11:49 AM.

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.01125 seconds
  • Memory Usage 1,747KB
  • 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_code_printable
  • (2)bbcode_html_printable
  • (1)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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