4 days later

katos If i am pressing this button, the url changes to the main page, but i will not be redirected. So i still see the Text of the page but not the url.
Still on the same page:

    6 days later

    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

    12 days later

    Is this currently compatible with the latest version of Flarum?

      12 days later

      0.2.3

      • Fix being unable to view discussion list when directly visiting a page
        • No requests are now made when loading a page directly, it uses data provided on page load

      Updating

      composer update fof/pages
      24 days later

      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.


      0.2.4

      • Fix issue on new beta 9 installations

      Updating

      composer update fof/pages

        datitisev Im getting this
        [Error] TypeError: this.page.contentHtml is not a function. (In 'this.page.contentHtml()', 'this.page.contentHtml' is undefined)

        After updating to beta 9 and updating your extension.

          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.


          0.2.5

          • Fix home page not working with beta 9
            • This actually isn't a fix, but a reverse of a past performance improvement broken by beta 9 🙈

          Updating

          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)
          [...]

            Veriael Whoops, I introduced that issue in v0.2.5 🤦‍♂️.


            0.2.6

            • Use preloaded API document if provided AND not a list of discussions
              • Allows preloaded document to be used when visiting pages directly, when not in the home page

            Updating

            composer update fof/pages