Sorry, should have given more info.
Ideally somewhere on the individual thread, so in the SHOWTHREAD template.
--------------- Added [DATE]1406134322[/DATE] at [TIME]1406134322[/TIME] ---------------
Quote:
Originally Posted by kh99
I think you can do it with a form. It would be something like:
Code:
<form method="post" action="inlinemod.php?do=domovethread&threadids="TID">
<input type="hidden" name="destforumid" value="FID">
</form>
where you'd want to set TID and FID to the threadid and forumid. The threadid would be a available as a variable depending on the template you're putting it in.
You also need to add an input type="submit" or else use some js to submit the form. You can probably make it a link if you want but I'm not really an html person so I don't know how to do it off he top of my head.
|
This looks promising, thanks. I will test it out and report back ASAP!