Are there any current plugins to embed RSS feeds in profiles? The one here fails on install
www.joomlapolis.com/cb-solutions/directory/content-a-news/cb-rss-plugin
with the error
Code:
SQL Error DB function failed with error number 1064
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 7 SQL=CREATE TABLE IF NOT EXISTS `jos_comprofiler_plug_rss` ( `id` int(11) unsigned NOT NULL auto_increment, `userid` int(11) unsigned default NULL, `name` varchar(255) NOT NULL default '', `rss` varchar(255) NOT NULL default '', PRIMARY KEY (`id`) ) TYPE=MyISAM
SQL =
Alternatively, is there anything that could embed modules within field positions on the profile, or custom PHP code (set by the admin only of course)?