a month later

I have released the fix mentioned above by Ralkage as version 0.1.4 while we wait for the other changes to be completed.

To update and fix the ReflectionException issue:

composer update fof/frontpage

Additional notes: it seems this issue was only happening while using the optimized class loader of Composer, which is what Flarum uses during update steps with the -a flag to Composer's update/require

    To comment on the other changes clarkwinkelmann just mentioned, I decided to take a different approach than fixer112, including his recent PR. Mostly because his PR forces the default DiscussionList sorting to "FrontPage" without an option to actively enable/disable that functionality. When I do have time to revisit this extension, I plan to take what he created with Clark's Bookmark extension and allow the ability to set the FrontPage sort as the forum's Default Home Page through the Basics page in the Admin area. A nav link will also accompany this if Admins should wish not to choose this option😁

    2 months later
    • [deleted]

    There's an error in this extension when using Beta 14

    Next Doctrine\DBAL\Driver\PDO\Exception: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'is_sticky' in 'order clause' in /home/domain/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18

      0.2.1

      Updating
      composer require fof/frontpage
      php flarum cache:clear
        5 days later

        is there anything I can do to display first 10 FrontPage tagged discussions on my home page - embed in HTML?

        karaok thank you for the crazy amount of updates you've done in the FoF space 🤗

        As many of you don't know, I am on a hiatus until my school studies are complete, which, will be early next year 🙂

          0.3.0

          • Flarum beta 15 compatible
          • Requires >= beta 15
          15 days later

          hello,

          can someone give me custom css i need to change color from badge icon. tnx

            Xkyer

            .Badge--frontpage {
                color: /* color */;
                background: /* color */;
            }
            4 months later
            • [deleted]

            Do not enable this extension, it will break your site and it's not compatible for beta 16

              Ralkage It's not that far away, probably more worth waiting for the next release to update this extension, maybe it will break things from beta 16 to 1.0.

              23 days later

              1.0.0

              • Flarum 1.0 compatibility 🥳
              • Minor refactoring to make use of new SimpleFlarumSearch extender
              • Removed unnecessary Sticky extension dependency
              Installation
              composer require fof/frontpage:"*"
              php flarum cache:clear