well you should put after
PHP Code:
$orgforum=getforuminfo($orgthread['forumid']);
this line:
PHP Code:
if($orgforum['title'] != '') $orgforum['title']='moved from: ' . $orgforum['title'];
then it'll show up correctly and just if you have moved the thread
in the postbit too?
don't see why, but you have to edit function getpostbit
in your admin/functions.php and add $orgforum in your one of the global lines...
then you can use the same var in your postbit template