Do you mean span.username {display: none;}
?
That doesn’t cover cases where Discourse suppressed the full name - there’d be no name at all.
However, once option A is provided then option B will be a single CSS rule.
Do you mean span.username {display: none;}
?
That doesn’t cover cases where Discourse suppressed the full name - there’d be no name at all.
However, once option A is provided then option B will be a single CSS rule.
.topic-meta-data .username {display: none;}
Try it on this page using Firebug. Tom_Newsom, kensims, nighware, cpradio, dmitry_fedyuk (etc) display no names at all.
Like I said, once we have option A (no fullname suppression), then option B can be done via CSS… except for cases where no fullname is provided. I can live with that though, as we now have the option to require full names.
I am fine to add an option to unconditionally disable suppression pull request welcome
From version 3.0, my Real Name plugin has an optional Real Name only
mode not only for topic pages but for profile pages and usercard popups (mini-profiles) too. It also supports Real Name only mode for Accepted Answer plugin.
This is out of control @dmitry_fedyuk we agreed on a simple solution here, add the site setting and submit a PR, in the future plugging a paid plugin in these kind of spots will be simply deleted
Planned per @ky_metro’s options, if anyone wants to take this, let me know.
OK this can now go off my list:
So, if prioritize_username_in_ux
is false AND … Name is Sam Saffron
AND Username is sam.saffron
We will display Sam Saffron
So, now I will celebrate and close this req on Monday.
Will this be an option?
Sorry, I did not full qualify the above
I do not want to add another site setting for “never do any suppression”, but the theme component above is fully supported and will work if you really want to unconditionally show both username and name
This topic was automatically closed after 3 days. New replies are no longer allowed.