Hello, I looked through forum but no topic I found.

I want to truncate Begining and End for Title of Feed I am Importing in Pligg.

or replace word - news in example title - "news: title of feed", and make only "title of feed".

Is there anyway to do like this, i tried reading at http://php.net/manual/en/function.substr-replace.php but can't figure out but guess something to replace add in these lines.

Code:
						$linkres->url_title=$linkres->title;
						$linkres->content=get_val($item, $MyArray['content']);
						$linkres->content = strip_tags($linkres->content, $Story_Content_Tags_To_Allow);
						$linkres->content = str_replace("\n", "<br />", $linkres->content);