Log in

View Full Version : Quick moving threads


tinbin
03-25-2003, 08:40 AM
Hello,

On my forums i got a hidden forum acting as a recycle bin.
After moving a thread to it, i get redirected to the particular thread in that recycle bin.
Now i would wanna be redirected to the forum i was originally in, to save the extra mouseclicks everytime when cleaning a thread.

Is there a hack available or should it be written?
This forum is just so huge i can't find any doing this particular action :(

Cheers

Xenon
03-25-2003, 10:54 AM
in your postings.php you see this line:
eval("standardredirect(\"".gettemplate("redirect_movethread")."\",\"showthread.php?s=$session[sessionhash]&threadid=$threadid\");");

just change it to your behave

tinbin
03-25-2003, 11:06 AM
Nice one :)
Testing it ...

tinbin
03-25-2003, 11:34 AM
To what do i change it to redirect me to the forum i was in first?
If i clean up let's say 'general chat' and i move a thread to the recycle bin, i want it to redirect me to general chat again.
But this is a variable, as i can clean other forums too...

Xenon
03-25-2003, 11:36 AM
eval("standardredirect(\"".gettemplate("redirect_movethread")."\",\"forumdisplay.php?s=$session[sessionhash]&forumid=$threadinfo[forumid]\");");