- Edited
Further to the above, @Th0mC I have managed to replicate similar behaviour on my own installation:
Issue created: FriendsOfFlarum/pages7
Further to the above, @Th0mC I have managed to replicate similar behaviour on my own installation:
Issue created: FriendsOfFlarum/pages7
katos Hi all,
Thanks for the issue creation on GitHub.
Understood that it is not a bug as it is now closed on GiHub but I didn't understood what to do.
It's talking about CSS change on admin preferences but CSS as it is in the "normal" part is good for me, I don't want to change it. I just want to have the same behaviour in the standard flarum pages and in the "page extension' pages.
How I can get this?
Thanks in advance
Is this currently compatible with the latest version of Flarum?
bin Yep, works fine.
Likqez yeah, i too have this bug.
@datitisev fix please. https://discuss.flarum.org/d/18301-friendsofflarum-pages/111
composer update fof/pages
Veriael Yes it didn't work in the newly installed Beta 9
YusufYldrm and Veriael Actually, works fine on my Flarum.
Flarum 0.1.0-beta.9
PHP 7.2.19-0ubuntu0.18.04.1
MySQL 5.7.26-0ubuntu
FoF Pages 0.2.3
tolgaaaltas It works well on flarumtr.com, which I updated from beta8 to beta9. However, localhostta installation did not work. Cannot activate plugin.
Yep, you simply can't activate newly installed plugin. Error pops up.
Veriael YusufYldrm Hm, sorry about that, will check what is causing the issue in a bit.
composer update fof/pages
Tirual After trying to figure out why it wasn't working, I discovered it to be a side effect of a small change in beta 9. See https://github.com/flarum/core/pull/1817 for more information.
composer update fof/pages
@datitisev It seems that when you're using Pages through Links, everything is okay, BUT: When you visit a page through a normal link, simply by pasting link into web browser etc., both forum title link and back button doesn't work, only changing adress in web browser, not leading onto actual home page.
Console shows an error:
Uncaught TypeError: Cannot read property 'next' of undefined
at e.n.parseResults (DiscussionList.js:188)
at DiscussionList.js:137
at mithril.js:2033
at c (mithril.js:2004)
at l (mithril.js:2024)
at Tt.n.resolve (mithril.js:1941)
at Object.Tt.n.promise.then (mithril.js:1962)
at Function.n.then (mithril.js:1905)
at e.n.refresh (DiscussionList.js:134)
at e.n.init (DiscussionList.js:38)
[...]