Alkir luceos in fact, it is compatible, the author posted on the github page how to combine it with the latest version of flarum (8.1)
jordanjay29 Alkir I see an open pull request but no updates to the repository itself. This will remain tagged Incompatible unless that changes.
ART994 Alkir This manual contains errors for the whole forum. https://github.com/AmauryCarrade/flarum-ext-syndication/pull/5/commits/e1604b9be0ad9db3413d046fc331f6199902b4f1
AmauryPi jordanjay29 The pull request has been merged and published to Packagist. The extension is now compatible with Flarum Beta 8. Sorry for the delay! I cannot remove the Incompatible tag, but it is indeed compatible now. Edit: thanks for removing it 🙂 .
Alkir ART994 это руководство содержит ошибки для всего форума. https://github.com/AmauryCarrade/flarum-ext-syndication/pull/5/commits/e1604b9be0ad9db3413d046fc331f6199902b4f1 This is
ART994 Alkir Please share the files from the folder amaurycarrade/flarum-ext-syndication I will compare with my
ART994 Managed to upgrade to 0.1.0-beta.8 After installation, you need to replace the files and re-enable. Translated into Russian. Enjoyable. The forum is super! https://cloud.mail.ru/public/Kpim/5nZwT6Ath
Abhijith It returns a 404, Page not Found error for me. It was working until yesterday, but i enabled Facebook Login extension and disabled The Syndication Extension. After testing i reenabled it back but it's returns a Page not Found Error now. Url https://community.simplegamers.co/atom/d
010101 Is this normal for this extension? It works, but where the post content should be in the feed, I only see the number 1. For example: Title of post Author / Date 1
matteocontrini It's because the contentHtml attribute was removed in beta9: https://github.com/AmauryCarrade/flarum-ext-syndication/blob/3d74000fc1aeb89cbf7855f6bc51445061fde937/src/Controller/DiscussionsActivityFeedController.php#L140 https://discuss.flarum.org/d/20986-contenthtml-attribute-on-post
010101 matteocontrini I wonder then if I replace that in the code with formattedContent if it'll magically work?
matteocontrini 010101 in beta10 you could replace it with formatContent(), while on beta9 you would need to pass the current HTTP request. flarum/core1840