kateland wrote:Razer I am hoping for someone to work on that issue too. I have a feed that posts imgs under <media:content as a tag. Unfortunately that would require me playing with the lastrss class and I don't have time for it just now.
just example...
In class_lastrss_.php
find
Code: Select all
$trans_tbl += array(''' => "'");
Code: Select all
$trans_tbl += array(
''' => "'",
'<P>' => "[p]", //start tag
'</P>' => "[/p]", //end tag
'<PRE>' => "[pre]",
'</PRE>' => "[/pre]"
);