v1.1.0

Support for Beta 14

Hakira Would be possible in a future to make the main tag, aka category have some kind of button or arrow down/up depends on the state, to fold or unfold sub-categories

Hmm, this is already implemented for mobile mode, might be good to add that collapsible compact view in desktop mode. No ETA though.

    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?

      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.

      18 days later

      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?

        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
        6 days later

        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.
        a month later
        7 days later

        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.

          Boxersteavee categories is just a theme for the tags page, essentially. You can make new tags via the tags pane in the admin dashboard.

          11 days later

          How can I create my own category?

            @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 😆

            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.

            23 days later
            7 days later

            Hey i don't have subcategories even tho im having enough tags. Can someone explain how you get subcategories

            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.

            • ctml replied to this.

              lookthisdaniel you need to have a primary tag nested under another. in the admin panel when configuring tags you can drag tags "under" others.