bryx ah, yes sorry about that, seems I didn't clear my cache properly locally when testing this 🙈

I'll fix this now

1.1.2

  • Fix background color of view count (should only display on mobile) bryx
Updating
composer require flarumite/simple-discussion-views:"*"
php flarum cache:clear

Is this a dumb idea for an alternative mobile layout? Tap the number of replies, then see views in a tooltip.

I had views on my forum, then removed it because I like the mobile layout to be minimal. I don’t know. A thought.

Edit: Never mind, forgot you tap there to mark post as read. Well then, you swipe to follow, in the same menu could be views? Probably not on the road map for this. This is meant to be a minimal views extension.

12 days later
  • [deleted]

  • Edited

How can I make view count inline with post number?

    • [deleted]

    luceos no, just fof/night mode

    IanM
    Flarum v1.2.0
    flarumite/simple-discussion-views v1.1.3

    • IanM replied to this.

      datlechin I just replicated the problem, only occurs on mobile view (for me at least). I'll look into it

      • [deleted]

      IanM

      Flarumite Simple Discussion Views 1.1.3
      Flarum v1.2.0

      2 months later
      2 months later

      How to align the view count perfectly?

      13 days later

      Scumi

      Try this following css code in admin - appearance -Custom Styles

        @media (max-width: 767.98px){
      .item-discussion-views {
      width: auto !important;
      right: 0;
      }
      }
      a month later

      İs it compatible with last version of Flarum? I get error.

      flarumite/simple-discussion-views 0.3.0 requires flarum/core ^0.1.0-beta.16 -> found flarum/core[v0.1.0-beta.16] but the package is fixed to v1.4.1 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.

        fakruzaruret it certainly is compatible. Most likely your version constraint needs looking at in your composer.json