![]() |
Find:
PHP Code:
|
Quote:
You understood what the hack does, but you didn't understand how it does it. :) |
Quote:
|
Quote:
This hack doesn't do anything that couldn't be done before, it just speeds up a process, which can be useful if your mods have to do this process often (my mods were soooo glad about it :p) |
Now that this process is automatic, it makes sense for me to start this process.
|
I seem to have a small problem. I want to add this code in next to my large reply button at the top of the post. Only it says I have not chosen a post. I even added an image for it:
<!-- report --> <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="225" /> <input type="hidden" name="redirect" value="none" /> <input type="image" value="Solve report" src="$stylevar[imgdir_button]/solve.gif" width="105" height="21" border="0" alt="Solve report" name="image"> </form> </if> <!-- /report --> |
any options to add the nick of the mod who solved it at the end after the thread title?
|
Quote:
Quote:
HTML Code:
<input type="hidden" name="title" value="[solved] $threadinfo[title]" /> HTML Code:
<input type="hidden" name="title" value="[solved by $bbuserinfo[username]] $threadinfo[title]" /> |
Quote:
Quote:
Quote:
|
Quote:
|
All times are GMT. The time now is 02:00 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|