Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Welcome to Codidact Meta!

Codidact Meta is the meta-discussion site for the Codidact community network and the Codidact software. Whether you have bug reports or feature requests, support questions or rule discussions that touch the whole network – this is the site for you.

Post History

66%
+2 −0
Q&A Show question title before community name in browser tab

I think this is going to require more thought, because we need to do something that works for all instances, not just ours. Our browser titles have several elements: favicon (this is configura...

posted 10mo ago by Monica Cellio‭  ·  edited 10mo ago by Monica Cellio‭

Answer
#2: Post edited by user avatar Monica Cellio‭ · 2023-07-05T02:54:51Z (10 months ago)
typo
  • I think this is going to require more thought, because we need to do something that works for all instances, not just ours.
  • Our browser titles have several elements:
  • - favicon (this is configurable today)
  • - network name ("Codidact"; I don't know where that's set)
  • - community name (dynamic)
  • - more specific content (question title, user name for a profile, category name, etc) -- I'll call this "context" in the following discussion
  • If you're running QPixel inside your company or school, you probably want the format to match your other tools, whatever they are. Your users might think of your lone internal Q&A site as just "Codidact", the same way my coworkers think of our wiki as "Confluence" (not "MyCompany Wiki") and our bug tracker as "Jira". On the other hand, if you have multiple sites, like our network of communities, then the site identity might be more important than the name of the "service" and your might users expect to see something like "Engineering Codidact" or "Sales Codidact" or, in our case, "Code Golf Codidact". (Or might not; people are complicated. :-) )
  • It seems to me that, to satisfy all common use cases, we need the name pattern to be configurable -- I'm thinking global settings, not site settings, so a network is self-consistent. I'm imagining a setting like "Browser Title Pattern" where you can enter a string like `$site - $context ($network)` or `$network $site - $context` (this latter is what we have, e.g. "Codidact Meta - Q&A"). *Then*, when we have something like this, we can switch around the elements on `codidact.com` without changing things out from under other networks.
  • It is also possible that I am over-thinking this. I would like feedback on this approach.
  • I think this is going to require more thought, because we need to do something that works for all instances, not just ours.
  • Our browser titles have several elements:
  • - favicon (this is configurable today)
  • - network name ("Codidact"; I don't know where that's set)
  • - community name (dynamic)
  • - more specific content (question title, user name for a profile, category name, etc) -- I'll call this "context" in the following discussion
  • If you're running QPixel inside your company or school, you probably want the format to match your other tools, whatever they are. Your users might think of your lone internal Q&A site as just "Codidact", the same way my coworkers think of our wiki as "Confluence" (not "MyCompany Wiki") and our bug tracker as "Jira". On the other hand, if you have multiple sites, like our network of communities, then the site identity might be more important than the name of the "service" and your users might expect to see something like "Engineering Codidact" or "Sales Codidact" or, in our case, "Code Golf Codidact". (Or might not; people are complicated. :-) )
  • It seems to me that, to satisfy all common use cases, we need the name pattern to be configurable -- I'm thinking global settings, not site settings, so a network is self-consistent. I'm imagining a setting like "Browser Title Pattern" where you can enter a string like `$site - $context ($network)` or `$network $site - $context` (this latter is what we have, e.g. "Codidact Meta - Q&A"). *Then*, when we have something like this, we can switch around the elements on `codidact.com` without changing things out from under other networks.
  • It is also possible that I am over-thinking this. I would like feedback on this approach.
#1: Initial revision by user avatar Monica Cellio‭ · 2023-07-05T01:54:58Z (10 months ago)
I think this is going to require more thought, because we need to do something that works for all instances, not just ours.

Our browser titles have several elements:

- favicon  (this is configurable today)
- network name ("Codidact"; I don't know where that's set)
- community name (dynamic)
- more specific content (question title, user name for a profile, category name, etc) -- I'll call this "context" in the following discussion

If you're running QPixel inside your company or school, you probably want the format to match your other tools, whatever they are.  Your users might think of your lone internal Q&A site as just "Codidact", the same way my coworkers think of our wiki as "Confluence" (not "MyCompany Wiki") and our bug tracker as "Jira".  On the other hand, if you have multiple sites, like our network of communities, then the site identity might be more important than the name of the "service" and your might users expect to see something like "Engineering Codidact" or "Sales Codidact" or, in our case, "Code Golf Codidact".  (Or might not; people are complicated. :-) )

It seems to me that, to satisfy all common use cases, we need the name pattern to be configurable -- I'm thinking global settings, not site settings, so a network is self-consistent.  I'm imagining a setting like "Browser Title Pattern" where you can enter a string like `$site - $context ($network)` or `$network $site - $context` (this latter is what we have, e.g. "Codidact Meta - Q&A").  *Then*, when we have something like this, we can switch around the elements on `codidact.com` without changing things out from under other networks.

It is also possible that I am over-thinking this.  I would like feedback on this approach.