This plugin automatically creates new discussions based on content imported from RSS feeds. Multiple feeds can be enabled simultaneously and will be re-checked automatically based on a configurable frequency.
When i try to configure this plugin, i have this message :
Fatal error: Call to undefined method FeedDiscussionsPlugin::GetPluginKey()in /homez.194/********/www/forum/plugins/FeedDiscussions/class.feeddiscussions.plugin.php on line 112
line 112 : $Sender->Title($this->GetPluginKey('Name'));
@baje i'm not sure what's happening with your plugin right now.
I can clearly see the method defined here in Gdn_Plugin (library/core/class.plugin.php): /** * Get a specific keyvalue from the plugin info array * * @param string $Key Name of the key whose value you wish to retrieve * @param mixed $Default Optional value to return if the key cannot be found * @return mixed value of the provided key */ public function GetPluginKey($Key, $Default = NULL) { return GetValue($Key, Gdn::PluginManager()->GetPluginInfo(get_class($this), Gdn_PluginManager::ACCESS_CLASSNAME), $Default); }
And it is made available here in FeedDiscussionsPlugin (plugins/FeedDiscussions/class.feeddiscussions.plugin.php): class FeedDiscussionsPlugin extends Gdn_Plugin {
wait, ive found the issue. I am able to delete rss feeds, i was testing adding a direct link to a post of a blog, not the rss link. I am unable to delete these. Does that make since?
Really cool plugin! These are all posted in the same category and by the same user (admin) is there any way to change this? It would be nice if different sources could have different accounts.
Really cool plugin! These are all posted in the same category and by the same user (admin) is there any way to change this? It would be nice if different sources could have different accounts.
Sure, we have plans for things like that in the future, but this was a V1/beta release to see what people thought.
It's working fine for me (plugin v. 0.9 / forum v. 2.0.9). I tested it out using a twitter feed, so it takes the tweet and uses it as the title of the post, uses the same thing as the content, and posts to the forum under the first default category that's available. Gonna explore this a little further, I think it could have some potential (ie. creating discussion around tweets).
Also going to set it up so that my blog posts are fed into discussions so that people in the forum can comment on the posts that way... it would be nice if we could pick what category the feed is posted under, but I guess we can wait for that :)
This release addresses a couple of minor issues related to added and removing feeds. Previously, blank or invalid feeds could be added. New checks prevent this.
I'm using a wordpress site to pull data from, and it stores the full text in the field.
Is there any chance of having Feed Discussions use this data if it's there?
I've had a quick look at the plugin, but I'm not sure how to debug what is being decoded. I tried changing $StoryBody = (string)GetValue('description', $Item); to 'content:encoded' but to no avail.
Adding new feed, unchecking "import older posts", all posts from feed get imported. What does this option stand for then?
When importing any blogspot rss, there are hidden tracker images. The problem is, these images are displayed as plain text (img code contains singlequotes instead of doublequotes, maybe problem is here). But this does not let using this plugin.
I have successfully imported the feed from Adminsitrator Dashboard. But But is no showing anywhere in forum. What's the issue? http://tablet.org.in/forum/ is the site I am trying to configure.
Any help would be appreciated.
Desmanthus said:
Really cool plugin! These are all posted in the same category and by the same user (admin) is there any way to change this? It would be nice if different sources could have different accounts.
This will be awesome.
the next version must have this function.
Comments
When i try to configure this plugin, i have this message :
Fatal error: Call to undefined method FeedDiscussionsPlugin::GetPluginKey()in /homez.194/********/www/forum/plugins/FeedDiscussions/class.feeddiscussions.plugin.php on line 112
line 112 : $Sender->Title($this->GetPluginKey('Name'));
I use vanilla 2.0.7
Vanilla Forums Senior Developer [GitHub, Twitter, About.me]
Vanilla Forums Senior Developer [GitHub, Twitter, About.me]
How i can check that ?
Obviously it doesn't / can't send the vanilla comments back to the source.
But yeah, you can discuss things in the forum that happen elsewhere.
Vanilla Forums Senior Developer [GitHub, Twitter, About.me]
I can clearly see the method defined here in Gdn_Plugin (library/core/class.plugin.php):
/*** Get a specific keyvalue from the plugin info array
*
* @param string $Key Name of the key whose value you wish to retrieve
* @param mixed $Default Optional value to return if the key cannot be found
* @return mixed value of the provided key
*/
public function GetPluginKey($Key, $Default = NULL) {
return GetValue($Key, Gdn::PluginManager()->GetPluginInfo(get_class($this), Gdn_PluginManager::ACCESS_CLASSNAME), $Default);
}
And it is made available here in FeedDiscussionsPlugin (plugins/FeedDiscussions/class.feeddiscussions.plugin.php):
class FeedDiscussionsPlugin extends Gdn_Plugin {By all rights it should work (and does, for me).
Vanilla Forums Senior Developer [GitHub, Twitter, About.me]
2.0.7 => 2.0.9
Just work great now. :)
A manually update feed is planned ? And choice for category discussion creation ?
Error message, expected behavior, observed behavior... ?
Vanilla Forums Senior Developer [GitHub, Twitter, About.me]
wait, ive found the issue. I am able to delete rss feeds, i was testing adding a direct link to a post of a blog, not the rss link. I am unable to delete these. Does that make since?
Vanilla Forums Senior Developer [GitHub, Twitter, About.me]
http://feeds.feedburner.com/TvTonightNewsOnly?format=xml
http://www.ebroadcast.com.au/enews/rss.xml
http://www.abc.net.au/bestof/bestofabc.xml
Any clue?
Also going to set it up so that my blog posts are fed into discussions so that people in the forum can comment on the posts that way... it would be nice if we could pick what category the feed is posted under, but I guess we can wait for that :)
This release addresses a couple of minor issues related to added and removing feeds. Previously, blank or invalid feeds could be added. New checks prevent this.
Vanilla Forums Senior Developer [GitHub, Twitter, About.me]
Would it not be better if we could (should we wish) define the particular category to which it should be added?
I'm using a wordpress site to pull data from, and it stores the full text in the field.
Is there any chance of having Feed Discussions use this data if it's there?
I've had a quick look at the plugin, but I'm not sure how to debug what is being decoded. I tried changing $StoryBody = (string)GetValue('description', $Item); to 'content:encoded' but to no avail.
Adding new feed, unchecking "import older posts", all posts from feed get imported. What does this option stand for then?
When importing any blogspot rss, there are hidden tracker images. The problem is, these images are displayed as plain text (img code contains singlequotes instead of doublequotes, maybe problem is here). But this does not let using this plugin.
I think it was because I deleted the powered by vanilla at the foot of the master default file. Once I placed this back, it began to import.
1) Importing a feed into ONE discussion? I'm going to import a 'Status' twitter rss feed.
2) Importing into only one category?
3) Filtering what is imported from a feed?
I have successfully imported the feed from Adminsitrator Dashboard. But But is no showing anywhere in forum. What's the issue? http://tablet.org.in/forum/ is the site I am trying to configure. Any help would be appreciated.
This will be awesome. the next version must have this function.