Syndication - rss & atom feeds
1.2.0
- feat: Option to display feed icons/links within the forum (supports
All Discussions
,Tags
andDiscussion
) - fix: Reports feed as "utf8" instead of "utf-8" imorland/syndication2
- fix: The RSS feed does not include links imorland/syndication4
- fix: Proper XML escaping of author names
- fix: Allow sorting by any registered discussion sorting method
- chore: Use default settings extender
It is strongly advised to review the extension settings after upgrading, due to a change in how the defaults are handled
Requires flarum/core 1.3.1
or later
Updating
composer require ianm/syndication:"*"
php flarum cache:clear
Screenshots
New settings options
Feed link displayed on the IndexPage
- tags aware
Feed link displayed for a single discussion
1.2.2
- Fix rendering feeds for discussions/posts with deleted users by @rob006 in imorland/syndication8
poVoq However I noticed that when someone alters the topic/name of a discussion it does get posted again.
This should be fixed by my recent pull request : imorland/syndication10
Hi,
I have installed this extension on my board but I have empty feed for tag.
Example:
OK, problem is only when I enable Blomstra-search.
fakruzaruret Hi, i can help u, just edit file ... /vendor/ianm/syndication/views/rss.blade.php. add attribute turbo="true" on tags <item> example <item turbo="true">
I currently have a problem with the feed. I would like to be able to use it to create automations. For example with IFTTT that every new thread in a tag launches a tweet.
However, the feed does not allow the possibility of only rendering the first message of the thread, which means that in the automation each message within the thread is recognised as new content to be launched. Is there an option to modify this?
I'm currently having an issue where the rss feed for a thread isn't considered valid. The thread is in a private, login-only forum. Would this affect things?
GreXXL Nothing special about the discussion, other than it being member-locked. A test feed is https://forum.cartoonist.coop/rss/d/146 . It's a FreeFlarum install for now (migrating later), but I know other users who had no issue with using the RSS extension.
Can it be solved so that only registered users receive notifications, but not visitors?
How long it takes to refresh feed for discussions? Does it automatically refresh on certain period of time? I have new discussions but they don't appear on the existing feed.
Silvestrus I figured out that I have to use https://audiofil.org/atom instead of adding /discussions to it. It should work now. I will post update if something is wrong.
Silvestrus not good. This shows every comment. I just want new discussions. Rolled back to https://audiofil.org/atom/discussions . Will see if it will get updated on the next new discussion?