• Support
  • What extension or theme are they using?

I have received approval from the client to publish this part of the theme as open source work.

I will line this up in our planned work so that it will be made available to you all as soon as we can.

A shout out to Kagi and their browser Orion, see: https://kagi.com/orion/.

    luceos Thank to you 🙂

    Modification will take the form of CSS or an extension ?

    6 days later

    @luceos I'm sorry to bother you again, but I'd like to know when you plan to put the extension (?) online?

      Wlork as soon as we can. We're quite busy right now. It will happen though 👍

      16 days later

      @treyb

      If you don't want to put tags on the side, you can use this CSS until this extension out....

      @media (min-width: 768px) {
        .IndexPage .DiscussionListItem-info > .item-tags, .UserPage .DiscussionListItem-info > .item-tags {
          position: initial !important;
          -webkit-mask-image: unset !important;
        }
      }
      a month later

      Wlork
      Forgive my poor English. The general direction is as follows:
      .item-tags: Set it to position: absolute and then specify an appropriate position for it.
      .DiscussionListItem-content: You can use padding or other methods to make room at the bottom for placing the tag.

      Sorry, I noticed it wasn't that hard but finding the right modifications in a theme that - in all honesty - is swamped with them, wasn't straightforward 🙈

      Here it is:

      https://packagist.org/packages/flarum-com/tags-under-discussion

      composer require flarum-com/tags-under-discussion:"*"

      It also does some sorting based on primary versus sub-tags by the way.

        luceos a bit out of this topic but have you also make an extension to show all of the tags in the tag list for this customer of yours? and if so, is it possible for you to share that part also?

          tolgaaaltas yeah since I’m using the managed Flarum hosting I don’t get the shiny Extension Manger extension but if something happens I have a team of core Flarum developers to fix the issues. Well within reason of course. Having access to the Extension Manager would be nice but I’m sure there’s a very good reason why they don’t include it.