Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Auto Feed Discussions 0.9.1 Released
Tim
Vanilla Staff
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 COO [GitHub, Twitter, About.me]
Vanilla Forums COO [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 COO [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 COO [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 COO [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 COO [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