Well, we OGF regulars know that luring people into OGF is the main purpose of OGS, so obviously we do not really understand what a link back to OGS is good for.
I don’t think it’s weird. The logo in the upper left works the same as it does on all Discourse forums, and the link below takes you exactly where it says it does
If we’re going with an acronym, it has to be this because that’s what the acronym has been for as long as I can remember
I’m pretty sure all Discourse instances I’ve used use a subdomain and treat it like its own thing
Technically, of course you are right and this explains the behaviour of the logo. My point (what I meant by mental model) is that I still consider that I am “on OGS” when I am on the forums, just like if I’m in a chat or doing problems, so the fact that the logo behaves differently on this specific part of the site is jarring to me. You could say that is a subpage in spirit but not in practice.
I haven’t been on other discourse forums so that comparison is useless to me (and I daresay many others), but I have been on other bits of OGS (the non-forum bits) where that same logo (or the Ukraine version) goes to the OGS homepage so it’s a reasonable expectation that that same logo goes to the same place. I’m not suggesting that the discourse designers/developers made a mistake in making “top left logo image go to discourse forum home page”, but that OGS’s choice of the standard OGS logo to put there, rather than one with Forums tacked on as suggested, is a poor one.
I mean, I have no objection to some minor graphical change such as changing the “S” to an “F”, I just want to defend the current behavior, because it’s intuitive and works well. I dedicate a tab to OGF, so most of the time I’m grateful for the logo taking me to recent posts, and on the occasions I want to pop into the site, the blue hyperlink provides a nice facile way of doing that without taking up much vertical space when I’m not interested in it. Honestly the perfect balance imo
I don’t think that there is an opportunity to change the behaviour: it’s a discourse thing.
There might be the opportunity to change the graphic in the top top left - and there also might be the oppotunity to change the appearance of the link to the main site.
(I say “might” in the sense of “it might be agreed”, it’s definitely technically possible).
I’m not really sure what to make of that: what I can say is that I can see the control panel of our discourse, and I can’t see a way to do it there
It says it’s possible to change the target of the logo (you have to add some JS)
I don’t want the click behavior of the logo to change. It’s standard for that logo to go to the latest posts. There’s the blue link for those who want to go to OGS (as is sometimes the case for me, and I’m glad it’s there when I need it)
Yeah I agree with keeping the links the same. Still I think it’s important to root the conversation in what’s technically possible, so we can focus on providing the best user experience.
I assume the logo is sgf? If so, I would propose an F consisting of 3 lines: a vertical one on the left, a horizontal one at the top, and another horizontal one in the middle. Kerning and length of the middle horizontal line TBD, x-height to match that of the G, stroke width to match that of the G, color to be White in dark mode and black in light mode, as the G is currently
Something like this (fudging the proportions, just a draft. Stroke width and height/width of the character should match the current S, the 30
in M 5 30
should be adjusted to match the x-height of the G, the length of the middle crossstroke could be tweaked by changing the 25
of h 25
):
<svg width="30" height="60">
<path stroke-width="5" d="
M 25 5,
h 5,
v 50,
M 5 30,
h 25
" />
</svg>
The O and G would remain unchanged, of course
Looks very nice and clean, though I don’t think I want to take that much horizontal space away from thread titles (this thread’s title is already cropped on my screen). I’m also more inclined to least change solutions
Looks like Discourse has a solution for that as well
This looks like it’s shouting at me lol
IT IS
OK this is a measly attempt but just to bump this topic again lest it be forgotten!