v17development / flarum-blog

The Flarum Blog extension
https://discuss.flarum.org/d/25392-blog-adds-a-blog-section-to-your-community
MIT License
46 stars 20 forks source link

Blog as home page shows every post as a blog post #61

Closed ctml91 closed 3 years ago

ctml91 commented 3 years ago

When you set the blog to be your homepage every forum post will show as a blog post, no filtering is applied :) :(

jaspervriends commented 3 years ago

That's interesting, looking at the controller there shouldn't be anything else then blog posts on this page ( https://github.com/v17development/flarum-blog/blob/master/src/Controller/BlogOverviewController.php#L40 ).

Do you have an example webpage which I could check? Locally I cannot reproduce this issue

hrvoje-hr commented 3 years ago

I too can't replicate the issue.

ctml91 commented 3 years ago

This behaviour is caused by a bug in this extension, workaround is to enable the SSO extension last to avoid impacting routes created by extension after SSO is enabled https://discuss.flarum.org/d/21666-php-and-wordpress-single-sign-on-sso-with-optional-jwt-addon/395

Closing