Bishwas-py The Solved tag in flarum forum is being poped up in the sidebar (As a primary tag), but whether I click on More I go to the section of the secondary tag. Also how am I supposed to add "can't start a discussion" in this tag?
llaumgui Bishwas-py Solved is a secondary tag. After you set your rights to don't create discusion on tis tag.
Sami (SychO) In the sidebar, the 3 most popular secondary tags are shown, that's why Solved shows up there, it has the most discussion count. As far as I remember at least.
Sami (SychO) Bishwas-py As a user you cannot unfortunately, and I'm not aware of any extensions out there that might do that.
Bishwas-py Sami (SychO) I don't think it's automatic. You literally can check this: The programming-meme (13) tag in our forum has fewer discussions than Solved (60) Tag.
clarkwinkelmann Bishwas-py you can see the source code here https://github.com/flarum/tags/blob/v0.1.0-beta.16/js/src/forum/addTagList.js#L48 it sorts the tags by the discussionCount() attribute. I went on your forum and dumped the attribute value. Meme has 22 discussions and Solved has 0 according to the attribute. This could happen if you manually inserted tags in the database, used an import tool that doesn't update meta-information, or maybe there are missing updates to the tag discussion count inside Flarum.
Bishwas-py clarkwinkelmann This could happen if you manually inserted tags in the database I hadn't manually inserted the tag in the database, I did it with /admin panel.
luceos Best answer doesn't assign the Solved tag. On discuss we use the Solved tag as a manual step by moderators to mark discussions as solved regardless of a best answer given. This stems from a period where we didn't have best answer installed.
Prosperous llaumgui Best answer can apply to any discussion basically and is usually assigned by the discussion originator. Here on Flarum, I personally use the solved tag only in Support discussions. It can, but is seldom used on other tags like Dev, Extensions, etc.
luceos Bishwas-py I am not talking about fof/BestAnswer right now!! That's unfortunate, I just wanted to clarify that.
luceos The solved tag in your forum, as @clarkwinkelmann mentioned, has a discussionCount of 0. A probable cause is that retagging a discussion does not update these counts. I've asked our QA people to look at this for 1.0, just to confirm or invalidate whether this is a bug.
thimiraonline luceos I have added FoF/BestAnswer and there are some best answers now. But there is no Solved tag. How to add it to my forum?
Hari llaumgui Solved is a secondary tag. After you set your rights to don't create discusion on tis tag. thimiraonline you need to add solved tag manually. create a secondary tag from admin panel > you should go to tags extension