luceos when will the update be available? or how can i fix it?
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)
Alkir I see an open pull request but no updates to the repository itself. This will remain tagged Incompatible unless that changes.
Alkir This manual contains errors for the whole forum. https://github.com/AmauryCarrade/flarum-ext-syndication/pull/5/commits/e1604b9be0ad9db3413d046fc331f6199902b4f1
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 🙂 .
Incompatible
ART994 I don't know, everything works for me
ART994 это руководство содержит ошибки для всего форума. https://github.com/AmauryCarrade/flarum-ext-syndication/pull/5/commits/e1604b9be0ad9db3413d046fc331f6199902b4f1
This is
Alkir Please share the files from the folder amaurycarrade/flarum-ext-syndication I will compare with my
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
RSS feed not validated !!
https://validator.w3.org/feed/check.cgi?url=sorucevap.site%2Frss
wwwn how can it validate a feed that doesn't exit? 🙃
Ralkage Can you try again?
Awesome extension, thank you very very much! 🙂
Awesome! but there's no setting for this plugin. where can I change the settings?
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
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
It's because the contentHtml attribute was removed in beta9:
contentHtml
https://github.com/AmauryCarrade/flarum-ext-syndication/blob/3d74000fc1aeb89cbf7855f6bc51445061fde937/src/Controller/DiscussionsActivityFeedController.php#L140
https://discuss.flarum.org/d/20986-contenthtml-attribute-on-post
matteocontrini I wonder then if I replace that in the code with formattedContent if it'll magically work?
formattedContent
Strange, I don't see this behaviour (beta 9).
010101 in beta10 you could replace it with formatContent(), while on beta9 you would need to pass the current HTTP request.
formatContent()
flarum/core#1840