1 bgray Feb 10, 2009 00:51
3 bgray Feb 10, 2009 14:49
Thanks - that's what I was looking for. I was looking in the wrong part of the code - in the wrong file.
I added an if() statement to suppress adding the link to the top of the description for RSS feeds (both _atom and _rss2). It now does what I want.
if( $Item->ptyp_ID != 2000 ){
$Item->url_link( array(
'before' Arrow '<p>',
'after' Arrow '</p>',
'format' Arrow 'entityencoded',
'podcast' Arrow false,
) );
}
bkg
4 yabba Feb 10, 2009 16:59
No worries ;)
¥
Crack open /skins/_rss2/_index.main.php and meander down to line 163 (ish) and see if the comments help ;)
¥