• [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

      fakruzaruret the problem is the conflict with michaelbelgium/flarum-discussion-views. You must first remove that other extension, composer remove michaelbelgium/flarum-discussion-views should do it.

      The Flarum version warning is because an older version of this extension didn't specify the conflict between the 2, so Composer is trying to install the older version that didn't have the conflict. But that wouldn't solve anything since it was probably conflicting already, just not defined as such in its Composer data.

        2 months later
        5 months later

        I can tell you what's the issue behind VidhunNagarajan , because I am also facing it.

        The issue is a conflict between this extension and the theme afrux/asirem . Looking at your potato-shaped profile pictures, I see that you are clearly using the same theme.

        Not sure if @IanM may consider to solve this side effect, but meanwhile I have had to disable this extension.

        15 days later