Vertical views (i will put a live example of it that i removed because conflicting in some way with different things i had to display as example):
viewtopic.php?t=2038
it work like Discourse. You can try it into a default subsilver or a theme that respect default dom selectors and see it.
But the code will be significantly improved and simplified because it's a very raw first test. I realized after how maybe can be easier.
Posts replies:
https://www.axew3.com/www/dev/viewtopic.php?p=43#p43
i did it like on Discourse and to finalize exactly as it work there, is very easy. I experimented the extension working exactly like on Discourse showing the reply below the post, but also into the topic posts normal list, just doing wrong a query. It can be highly improved with easy.
This slider snippet code.
The slider require to be linked to the scroll. Quite complicate i have in mind all the necessary code and ready with few modifications of done examples because the mechanism is the same. Or at least should.
While the vertical views will continue to work as it is, loading pages onscroll, and moving the pages menu while doing it, the posts slider will do the same of discourse, so we will have both and an evem more complete user's experience.
Have a slider that open-up (and will remain opened until not closed) like to one of the mobile in Discourse? Think yes.
Or the vertical big one that always would display on big viewports: but where it should be placed if not into a modified phpBB template?

- Screenshot 2025-06-24 at 23-54-02 Vertical Range Slider moving label by axew3-2.png (27.54 KiB) Viewed 161 times
it is actually raw in my tests "absolute positioned" centered over phpBB while it can even scroll.
But will be i think, a button like on Discourse mobile, that will show up when clicked.
Both solutions will be anyway provided, 1) into a button that will display onclick, or 2) full for the one who want to always display it into a specific theme (or both like it is on discourse, that display in a case or the other).