tankerkiller125 askvortsov Would it be possible to fix the issue where soft-deleted post still show up as the most recent post listed in the categories?
katos askvortsov This doesn't appear to be working for me? I have a couple of soft deleted posts, that are still showing under the categories. Even when logged out - I have cleared cache and it still shows too.
DursunCan How can I add the php flarum tags:recalculate_stats command as a crontab? Flarum is installed in /var/www/html/flarum/ directory. 00 10,20 * * * php /var/www/html/flarum tags:recalculate_stats >> /dev/null 2>&1 true?
Siinamon DursunCan You will want to cd into the directory before attempting to run the php command: 00 10,20 * * * cd /var/www/html/flarum && php tags:recalculate_stats > /dev/null 2>&1
cmwetherell Feature request: Make the primary categories collapsible with a clickable arrow within the rounded box on the right side. The arrow should point to the right when the category is collapsed, and then the arrow should point down when the category is expanded. Nice to haves: Allow admin to choose default collapsed or expanded Save user preference. E.g. if I have cat1 and cat 3 collapsed, but cat2 and cat4 expanded, the next time I visit the site that should be retained.
Boxersteavee askvortsov How do i make my own catagories? I don't get it. my forum is forums.pixelpvpnetwork,tk and i am using flarum cloud to host it.
askvortsov Boxersteavee categories is just a theme for the tags page, essentially. You can make new tags via the tags pane in the admin dashboard.
ganuonglachanh @askvortsov Did you release the master branch in github? Seem like the mithril-2-update is more uptodate. I can't use the php flarum tags:recalculate_stats with current release 😆
askvortsov Recalculate stats was actually removed recently in favor of another extension I started working on, but hadn't finished. I'll see what I can do about getting that out there.
lookthisdaniel Up2Vex maybe enable under performance this : Optimize for small forums? This will give more accurate discussion/post counts, but will slow medium and large forums dramatically.
lookthisdaniel Hey i don't have subcategories even tho im having enough tags. Can someone explain how you get subcategories
ctml lookthisdaniel you need to have a primary tag nested under another. in the admin panel when configuring tags you can drag tags "under" others.