open language/lang_english.php and find: $lang['Move'] = 'Move'; add after: $lang['Moved'] = 'Moved'; open viewforum.php and find: 'FOLDER_ANNOUNCE_NEW_IMG' => $images['folder_announce_new'], add after: 'FOLDER_MOVED_IMG' => $images['folder_moved'], find: 'L_POSTED' => $lang['Posted'], add after: 'L_MOVED' => $lang['Moved'], find: $topic_id = $topic_rowset[$i]['topic_moved_id']; $folder_image = $images['folder']; replace with: $topic_id = $topic_rowset[$i]['topic_moved_id']; $folder_image = $images['folder_moved']; open fisubsilver.cfg and find: $images['folder_announce_new'] = "$current_template_images/folder_announce_new.gif\" width=\"$folder_iw\" height=\"$folder_ih\" class=\"imgfolder"; add after: $images['folder_moved'] = "$current_template_images/folder_moved.gif\" width=\"$folder_iw\" height=\"$folder_ih\" class=\"imgfolder"; open viewforum_body.tpl and find: {L_NO_NEW_POSTS_LOCKED}       replace with: {L_NO_NEW_POSTS_LOCKED}   {L_MOVED} {L_MOVED}