KVR Mobile / Wide / Responsive Design (+General) - Issue Tracker

Any problems with the site? How can we improve KVR?
Post Reply New Topic
RELATED
PRODUCTS

Post

Why does KVR hang for several minutes when submitting a post for the last few months?
THIS MUSIC HAS BEEN MIXED TO BE PLAYED LOUD SO TURN IT UP

Post

No idea whether this has been reported before or not, sorry if so. I just got switched to the new look since yesterday.

I'm always browsing the forum from "Latest posts" (url = /forum/latest-posts/index.php?mode=mylt)

If I click on a topic in the Latest Posts list it navigates to the latest post within that topic. I then have to scroll up to catch up with what else has been written in that topic.

Is it possible to change that to the first unread post within the topic? I think that makes much more sense.
We are the KVR collective. Resistance is futile. You will be assimilated. Image
My MusicCalc is served over https!!

Post

BertKoor wrote: Tue Mar 01, 2022 8:29 am No idea whether this has been reported before or not, sorry if so. I just got switched to the new look since yesterday.

I'm always browsing the forum from "Latest posts" (url = /forum/latest-posts/index.php?mode=mylt)

If I click on a topic in the Latest Posts list it navigates to the latest post within that topic. I then have to scroll up to catch up with what else has been written in that topic.

Is it possible to change that to the first unread post within the topic? I think that makes much more sense.

Clicking the image / logo takes you to the first unread.

I could make it an option for the title to do so too (or switch them).

Post

Ben [KVR] wrote: Tue Mar 01, 2022 9:40 am Clicking the image / logo takes you to the first unread.
Thx, that works! (except when the latest unread is on the prev page, but hey...)
Learned something new today...
We are the KVR collective. Resistance is futile. You will be assimilated. Image
My MusicCalc is served over https!!

Post

I don't like the new look, why change what isn't broken, where's the little yellow icon for latest posts ?
Found it, still don't like it tho
Beauty is only skin deep,
Ugliness, however, goes right the way through

Post

To me it makes absolutely no sense at all when I click on a thread I haven't read before and the forum jumps straight to the last post... WHY???

Post

The biggest disappointment with this new design is that the whole website is pretty much broken in viewing on Smart TV's (internet enabled TV's) unlike every other website designed for the web.

Why couldn't you have left the original design intact and the default till the new website design was properly developed ?
KVR S1-Thread | The Intrancersonic-Design Source > Program Resource | Studio One Resource | Music Gallery | 2D / 3D Sci-fi Art | GUI Projects | Animations | Photography | Film Docs | 80's Cartoons | Games | Music Hardware |

Post

Still an annoying issue, would be great if this (finally) can be fixed. I'ver reported it here several times already

I'm always browsing the forum from "Latest posts" (url = /forum/latest-posts/index.php?mode=mylt)
This list is not filtered for soft-deleted topics. All other lists of topics are filtered, just not the Latest Posts.
KvrAudio wrote:Information

The requested topic does not exist.
We are the KVR collective. Resistance is futile. You will be assimilated. Image
My MusicCalc is served over https!!

Post

Ah, I like the new scheme... mostly... And now I've rewritten my Stylus script... (It's a lot shorter than it was.)

EDIT: now it's not shorter...
EDIT: restored the counts...
EDIT: reduced some more white-space

Code: Select all

body,
.forumtitle,
.topictitle,
li.header dt,
li.header dd,
.postbody .content,
dd.lastpost {
    font-size: 100% !important;
}
#column1 {
    margin-left: 240px !important;
    margin-right: 240px !important;
    padding: 0 !important;
}
.wrap {
    max-width: unset !important;
}
p.responsive-center:nth-child(2),
.action-bar,
.pagination,
ul.topiclist li.row dl,
h1.topic-title,
h1.forum-title,
div.page-body,
#page-body > h1:nth-child(3) {
    margin: 0 !important;
}
ul.topiclist li.row dd {
    padding: 0 !important;
}
div.post {
    padding: 1em !important;
}
p.time,
div.statistics p,
.row-item {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
#page-header {
    position: unset !important;
}

#phpbb,
#wrap,
#page-header {
    scroll-margin-top: 0 !important;
}
#kvrssgrid,
#column1 {
    display: block !important;
    grid-template-columns: none !important;
    grid-gap: unset !important;
    clear: unset !important;
}

.row-item {
    background-size: initial !important;
    background-position: 10px 50% !important;
}
.row-item dd {
    margin-bottom: unset !important;
}
dd.lastpost {
    width: 5000px !important;
}
.topiclist.topics dfn {
    display: none;
}

.forabg .inner .topiclist li dl,
.forumbg .inner .topiclist li dl {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(200px, 10fr) 1fr 1fr minmax(150px, 3fr);
}
.topiclist.topics dt div.list-inner {
    display: grid;
    align-items: center;
    padding-left: 42px !important;
    grid-template-columns: 16px auto max-content;
}
.topiclist.topics dt div.list-inner .unread {
    grid-column: 1;
    grid-row: 1;
}
.topiclist.topics dt div.list-inner .topictitle {
    grid-column: 2;
    grid-row: 1;
}
.topiclist.topics dt div.list-inner .pagination {
    grid-column: 3;
    grid-row: 1 / 2;
    align-items: center;
}
.topiclist.topics dt div.list-inner .topic-poster {
    grid-row: 2;
    grid-column: 2;
}

#kvrssgrid > div:nth-child(1),
#kvrssgrid > div:nth-child(3) {
    display: none !important;
}
/* Extraneous content removal - feel free to drop */
div#sm2-container,
div#hyperheader,
div#herobar,
div#subcol,
div.copyright,
div#foot,
div#kvrforumheader,
div.permissions,
#page-footer {
    display: none !important;
}

Post

BertKoor wrote: Tue Mar 08, 2022 3:52 pm Still an annoying issue, would be great if this (finally) can be fixed. I'ver reported it here several times already

I'm always browsing the forum from "Latest posts" (url = /forum/latest-posts/index.php?mode=mylt)
This list is not filtered for soft-deleted topics. All other lists of topics are filtered, just not the Latest Posts.
KvrAudio wrote:Information

The requested topic does not exist.
Confirming, this is now fixed.
We are the KVR collective. Resistance is futile. You will be assimilated. Image
My MusicCalc is served over https!!

Post Reply

Return to “Site Stuff”