pokinwilly
Forum Replies Created
-
Forum: Plugins
In reply to: [RSSImport] [Plugin: RSSImport] Plugin not working after WP updateHello,
Have you tried another feed?
Forum: Fixing WordPress
In reply to: [RSSImport] [Plugin: RSSImport] shows up in GermanAre you replacing the “http://your_feed_url/” string by your feed url (in english) ?
The plugin will display a German feed by default when you don’t provide a feed url.
Or do you mean something else?
Forum: Plugins
In reply to: [RSSImport] [Plugin: RSSImport] Custom Field CustomizationHi,
I’m afraid it’s not possible yet… But I do have a similar need!
Forum: Plugins
In reply to: [RSSImport] [Plugin: RSSImport] Switching order of Date and TitleHi,
I’m afraid that not possible… that’s a good suggestion, however!
Forum: Plugins
In reply to: [RSSImport] [Plugin: RSSImport] "No items, feed is empty" Using Short CodeJust tested on WP3.3 with [RSSImport display=”5″ feedurl=”http://feeds.feedburner.com/GridironExperts”%5D ,your feed works well for me…
Forum: Plugins
In reply to: [RSSImport] [Plugin: RSSImport] Using short code in sidebar widgetthanks for the info, I didn’t know it could be possible to use shortcodes in widgets…
Well, if you reproduce a RSS feed from another site, it’s “normal” that the links are back to the original site.
If you want to remove the links from the feed, you mat have a look to the options allowing to remove HTML, for instance.
Forum: Plugins
In reply to: [RSSImport] [Plugin: RSSImport] widget works but not the tag in a page3 things:
First, you have a shortcode, use it! [RSSImport feedurl=”http://news.google.com/news?ned=us&topic=w&output=rss”%5D
Second, as highlighted here, the description (as of today) incorrectly states that comma (,) is the separator. Just use space ( ) instead.
Third, I had issues with URL having parameters (using the amp). I updated the function RSSImport_Shortcode() in file rssimport.php just before the $return by adding the line:
$feedurl = html_entity_decode( $feedurl );Rgds
Forum: Plugins
In reply to: [RSSImport] [Plugin: RSSImport] Shortcode FormattingThanks, I had the same issue.
The plugin description on ww.wp.xz.cn is thus wrong, comma should not be used to isolate various parameters. However, quotes are ok on my side.
Forum: Plugins
In reply to: [Plugin: Article Templates] EnhancementsGreat plugin idea, too bad it seems not being updated.
Here is anyway another enhancement suggestion:
Allow to include meta parameters in the templateForum: Plugins
In reply to: [Plugin: WP Mail SMTP] corrupted my website please helpI’m providing an answer just in case someone got an issue like this (I guess you solved it as the post is 2 months old):
First of all, I would do the following: remove the plugin from the web-server; doing so, wordpress will disable it. So, if the issue is really related to the plugin, issue should disappear.
And, of course, everyone _should_ have a backup (files AND database)…
Forum: Plugins
In reply to: Quick link to a certain postHello,
Not a shortcode, but a greaaat plugin you should have a look to:
http://ww.wp.xz.cn/extend/plugins/link-to-post/allows to include a link to a post (or a page) in 2 clicks only.
Forum: Plugins
In reply to: [Plugin: Simple Tags] Tags Not Saved When Editing PostSame issue using WPMU 2.8.4a ; disabling simpletag solves the issue, so its clearly an issue between simpletag and this new version of WPMU.
The plugin worked perfectly with previous WPMU versions.
Hope this helps, and thanks for your plugin, Amaury!
Forum: Fixing WordPress
In reply to: admin cannot change post author since upgrade to MU 2.8.4Thank you MichaelH, I will follow your advice.
EDIT: indeed a good advice, I found out that is it an already known issue: http://trac.mu.ww.wp.xz.cn/ticket/1093, with a workaround: add site admin as admin of the blog.Hello, not sure it is fine to continue on a “solved” thread, but on the other hand, not sure I should open a new thread with the same subject 😕
I’ve noticed too late the new usage of wp_footer(), and indeed my theme do not call it. But as I restored the old plugin version, I’ll delay the change to next upgrade.
However, I was quite surprised: the 2.7 plugin proposes to insert code into header (instead of footer), but this was not working either. Is this a bug or…?
(only the <script>windows.google_analytics…</script> part was printed).Thx