PHP Code:
$move="<a href=\"postings.php?s=$session[sessionhash]&action=move&threadid=$threadid\">move</a>
The above would bring up the move options for a specific $threadid, but how would I make a direct move link to a specific forum and bypass the move options section? I was looking through the hidden fields on that page and noticed ?domove?, which I assume would be the action for moving the thread upon submission of the form, but I'm looking for the order syntax. Something like this?
PHP Code:
$move="<a href=\"postings.php?s=$session[sessionhash]&action=domove&threadid=$threadid&forumid=56\">move</a>