Nock101 By the way, you can do any testing in the Test Posting tag.
FriendsOfFlarum FrontPage
jordanjay29 Ok sure
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
- Edited
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
[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
[deleted] looks to be the same as FriendsOfFlarum/frontpage12 - I totally forgot about it TBH.
I'll take a look
[deleted]
karaok Thanks
[deleted]
karaok thanks
is there anything I can do to display first 10 FrontPage tagged discussions on my home page - embed in HTML?
0.3.0
- Flarum beta 15 compatible
- Requires >= beta 15
hello,
can someone give me custom css i need to change color from badge icon. tnx
.Badge--frontpage {
color: /* color */;
background: /* color */;
}
[deleted]
Do not enable this extension, it will break your site and it's not compatible for beta 16
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