User info is hidden on wiki posts

Recently there was a change to Meta to hide the author of documentation posts, which is fine by me because theyre mostly authored by @Discourse nowadays.

However it seems like the same was applied to Wiki which doesn’t make sense to me because the author feels more relevant there.


UserCSS to re-enable

Sadly the whole “Show x replies” thing is a little out of scope for this small style, that would require a little bit more work with JS

/* ==UserStyle==
@name           enable topic author
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("meta.discourse.org") {
    body.doc-simple-mode .post__topic-map.topic-map.--op {
        display: flex !important
    }
    
    body.doc-simple-mode .topic-post[data-post-number="1"] .topic-avatar {
        display: block !important;
    }
    
    body.doc-simple-mode .topic-post[data-post-number="1"] .topic-meta-data .names {
        display: block !important
    }
    
    body.doc-simple-mode .topic-post[data-post-number="1"] .topic-meta-data .like,
    body.doc-simple-mode .topic-post[data-post-number="1"] .topic-meta-data .reply {
        display: block !important
    }
    
    .topic-list.doc-simple-mode .link-bottom-line .badge-category__wrapper, .topic-list.doc-simple-mode .topic-excerpt {
        display: inline-flex !important
    }
}

It would be great if the user could be shown on Wiki posts once again.

1 Like

it is simple mode

1 Like

sad, i’ll put my little style there in the meantime but i do hope this gets reverted to some degree

1 Like

You might also want to add something in the feedback topic about the upcoming change:

1 Like