010101 I applied to the Google news application, the rss plugin made some bugs and I added your edits. You saved me from a big trouble right now. Thank you.
https://news.google.com/publications/CAAqBwgKMNjvmQswgvqxAw?hl=tr&gl=TR&ceid=TR%3Atr
010101 I applied to the Google news application, the rss plugin made some bugs and I added your edits. You saved me from a big trouble right now. Thank you.
https://news.google.com/publications/CAAqBwgKMNjvmQswgvqxAw?hl=tr&gl=TR&ceid=TR%3Atr
I want to add this tag to existing files. Can you guide me for this?
<enclosure url="http://example.com/file.mp3" length="123456789" type="audio/mpeg">
Is someone using this extension successfully with Beta 13?
@SezginYILDIRIM I just saw that you use this extension in your forum https://bumm.buzz.
Are you on Beta 13? What did you do to make this extension work for you?
in beta 13,the atom URL can use.But there arn't any navigation button.I'm not sure if there should be a button for subscription
Silverteal
looks like rss and atom works but tags dont works
0.1.0-beta.13
Hi All! I installed this and it's working great. Here's what I'm trying to do.
I have a main WordPress website that's separate from the forum, and am using a RSS feed grabber to display the forum discussions on the main site.
The problem that I've already realized is that I don't want to display all of the topics... because someone can login, create something horrible like "This website sucks" and it would then appear on the main site.
So I thought hey--I'll use the ability to only display topics with a certain tag. Thankfully this extension supports that (/rss/t/MyTag) -- which does work great. Anyway, I went into my Flarum and added a new tag called "Featured" but it shows up everywhere. So that means anyone could tag their post with "Featured" and it would show up on the home page of the main site.
Not what I want!
Is there another way to handle this type of situation with this extension and Flarum?
TIA!
sinanisler looks like rss and atom works but tags dont works
0.1.0-beta.13
I'm running beta13 and it works fine for me when I use /rss/t/MyTag
chrisduke So that means anyone could tag their post with "Featured" and it would show up on the home page of the main site.
Not what I want!
Is there another way to handle this type of situation with this extension and Flarum?
Yes, you can restrict posting to that tag "Featured" to only Admins.
In the Admin panel, under Permissions, add a Restrict by tag for the tag Featured
And allow only admins to;
Note: This would restrict members and all other groups except Admin from starting discussions under that tag.
As a workaround, you can add the "Featured" tag to discussions started by others to make it appear in the RSS feeds.
But the timing is very important as very old discussions would not be grabbed by your RSS feed grabber if for example your RSS feed grabber fetches the last 10 posts and the discussion you just added a "Featured" tag to is older than the last 10 discussions.
Edit:
I just say your duplicate post.
I tried Permissions > Restrict by Tag, however that removes the topics tagged entirely.
Still in Permissions under "Featured" tag change "View discussions" to Everyone or Members as you wish.
Go through other Permissions there and tweak it to your desired effect.
Is there any way to have the feed of a forum not readable from global, but to registered users only?
When I add username and password to my feed reader it can't retrieve them
Is there any way to show discussions from multiple tags in one feed?
It's really weird that some sort of RSS is not included into the core .
ZaKeks It's really weird that some sort of RSS is not included into the core
.
It is the philosophy of this software to keep the core as lean as possible. And since a forum is possible without feeds, why should any forum owner be forced to carry this functionality around with them when they don't need it?
hope an udpate will come
I've made some small modifications and made it work for beta.15. I haven't tested it on beta.14, but it should work.
Hopefully the pull request will be merged soon. You can probably use the git repository before that.
Flarum 0.1.0-beta.15
PHP 7.3.10-1+0~20191008.45+debian9~1.gbp365209
flarum-ext-syndication v0.3.1
/atom/discussions
generates https://www.linuxmint.com.ua/d/463-463-reliz-distributiva-linux-mint-201/1/1 instead https://www.linuxmint.com.ua/d/463-reliz-distributiva-linux-mint-201
sizonov_stas fix is here
In order to use the syndication fork in your flarum instance at the time of writing this:
There is no version tags yet, so edit your composer.json
and in the "require"
section, use "dev-master"
instead, e.g.:
"amaurycarrade/flarum-ext-syndication": "dev-master",
And because it is not in packagist currently, you need to add the git repository to override the packagist one just for it. This won't affect other dependencies which will continue using packagist:
"repositories": [{
"type": "vcs",
"url": "https://github.com/GuDzpoz/flarum-ext-syndication"
}],