Quote:
Originally Posted by towermatt
Oh yeah, the feeds are perfect.
Whole thing is wonderful. Its just that $myfeedsdetail variable that is supposed to populate if it is checked on the feed (and also set to yes in the settings)
|
If you look at the plugin abouttoday_myfeeds:
FIND
PHP Code:
$myfeedsdetail .= '<td valign="top">'.$rssfeeds['desc'].'</td>';
change to
PHP Code:
$myfeedsdetail .= '<td valign="top">'.$rssfeeds['description'].'</td>';
I think that will get it working.