Find in class_virtuanews.php: PHP: $newsstories_dat['story_text'] = strip_tags($newsstoriesarray['mainnews']); $newsstories_dat['story_extendedtext'] = strip_tags($newsstoriesarray['extendednews']); and add something like: PHP: $newsstories_dat['story_text'] = str_replace("[IMG]images/news/icons/source.gif[/IMG]", "", $newsstories_dat['story_text']); $newsstories_dat['story_extendedtext'] = str_replace("[IMG]images/news/icons/source.gif[/IMG]", "", $newsstories_dat['story_extendedtext']); You need to replace [ IMG ]images/news/icons/source.gif[ /IMG ] with the code/path of the icon you used in your news stories.
What is exactly the problem? Do you get a blank page or will it no longer import the story/extended story fields? Also, you didn't replaced [ IMG ]images/news/icons/source.gif[ /IMG ]. I am not sure whether this path is entirely right after I have no longer a VirtuaNews dump available. You find the proper path in your news stories.