Flarumite Simple Discussion Views
[deleted]
luceos no, just fof/night mode
luceos https://forum.huyme.pro/
Same here
[deleted]
Flarumite Simple Discussion Views 1.1.3
Flarum v1.2.0
- Edited
I have this issue on mobile, the views's background is quite long. I am not sure if this happens to others.
I tired to change the related css, it doesn't work.
How to align the view count perfectly?
İ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 what command is triggering that output?
If you are upgrading an older forum, make sure to set the version to *
in composer.json
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.
clarkwinkelmann thank you very much.
How do I fix that weird alignment?
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.
1.1.6
- Use
increment
when saving a new view by @iPurpl3x in flarumite/simple-discussion-views27 - @media @phone width fix by @zdeneksvarc in flarumite/simple-discussion-views29