That option stills in Discourse?
https://github.com/discourse/discourse/pull/5268
I don’t see it in our latest Discourse forum:
That option stills in Discourse?
https://github.com/discourse/discourse/pull/5268
I don’t see it in our latest Discourse forum:
Works for me on latest:
Are you sure you don’t have a Theme Component or Plugin installed that is accidentally hiding this control? (via some CSS clash) Check your browser’s inspector too.
Thank you. It’s weird but changing that
.user-preferences .control-group.home {
display: none;
}
to
.user-preferences .control-group.home {
display: block !important;
}
does the trick (!important selector is needed because some plugin was hidding with style tag).
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.