robertcgreen
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Multi RSS] Trying to Install Multi-Rss but having issuesYou need to add the tag [multiRSSDisplay] to your content. It will display where that tag is present.
Forum: Fixing WordPress
In reply to: Redirect When Adding ImageAlright, so I’ve tracked down exactly where this issue is occurring. It happens in thickbox.js line 197. The line reads as follows:
jQuery(“#TB_window”).append(“<div id=’TB_title’><div id=’TB_ajaxWindowTitle’>”+caption+”</div><div id=’TB_closeAjaxWindow’><img src='” + tb_closeImage + “‘ /></div></div><iframe frameborder=’0′ hspace=’0′ src='”+urlNoQuery[0]+”‘ id=’TB_iframeContent’ name=’TB_iframeContent”+Math.round(Math.random()*1000)+”‘ onload=’tb_showIframe()’ style=’width:”+(ajaxContentW + 29)+”px;height:”+(ajaxContentH + 17)+”px;’ > </iframe>”);
Any thoughts?
Forum: Plugins
In reply to: [Plugin: Multi RSS] Trying to Install Multi-Rss but having issuesThe newest update should now be up on WordPress and my own site.
What does it do? The plugin aggregates multiple RSS Feeds, orders them showing the most recent first, and then displays them.
The best example is the first place that this plugin was used: http://www.hartinc.com. The “Recent Stuff” listing on the home page is an aggregation of social media feeds that always shows the 3 most recent posts.
Hope that helps!
Forum: Plugins
In reply to: [Plugin: Multi RSS] Trying to Install Multi-Rss but having issuesSorry about this. Apparently the database table wasn’t be created correctly. Please download the newest update and it should fix your problems.