17 days later

askvortsov I got it to work, once i hid the sidebar.

I deleted a post from a tag but still showing the post count in the category tag count under discussions, how can I update it to reflect the correct count?

@askvortsov is there anyway to move the categories link in the sidebar to be first above "all discussions" directly after the start topic button?

    witech
    i don't know if works with css order property:

    ul {
      display: flex;
      flex-direction: column;
    }
    ul li:first-child {
      order: 5;
    }
    ul li:nth-child(2) {
      order: 4;
    }
    ul li:nth-child(3) {
      order: 3;
    }
    ul li:nth-child(4) {
      order: 2;
    }

      Justoverclock Thanks for the contribution it worked but have to make various media queries for different resolutions. I'm hoping to have a programable solution.

        I was so excited about this extension. Installed it and I presumed it would show in the dashboard and I can configure it, but nothing. I mean, no change whatsoever and I have deleted all the caches and even restarted the server to make sure.

        Any ideas? There is nothing in the error log neither.

        p.s. I am fairly new to Flarum :-)

        Would love some assistance in trying to figure out the problem :-)

          ashnazir Categories is just a theme for tags. You can create/edit/delete Tags via the tags admin page, and then see the categories theme via https://your.forum/categories. You can also set it as the homepage via the "basics" page.

            askvortsov Thanks for the Information and your time :-)

            In "homepage" in Basics there is no new theme I can set. Also, when I go to https://your.forum/categories then I get "The page you requested could not be found." (obviously used my own domain)

              I've got it going by installing the plugin whilst in the website root directory. So that's the good news and its look pretty fantastic !!!!

              Now, I think on the phone forum looks great, the only thing is that I think its better navigating around the categories using the categories page as opposed to clicking on the drop-down box at the top - as it doesn't show you second-level categories well.

              Is there any way to disable the drop-down box?

              Thanks. Ash.

              2 months later

              Hi, how can i fix the category post+discussion count number after a post has been deleted?

              16 days later

              it's a pity that you can't hide the categories on the left