-
-
Notifications
You must be signed in to change notification settings - Fork 889
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow instance admin to set suggested communities #5340
Comments
Seems very useful. An alternative way to implement this would be as "default subscriptions", ie an admin-configured list of communities which new users follow by default. |
That could also work, but I like the suggested idea better, as it's visible to unsubscribed users, and also someone can easily switch back to it after being a lemmy for a while. |
The server-specific / curated view is really just I'm not sure what the best way to handle it is. We used to have a default subscribed community that all signups would get subbed to, and we could potentially re-add that and extend it to an admin list. That one has a major downside tho, that it only affects new signups, and existing users aren't going to be subscribed to the new communities. A IMO, the best way to handle this, is to use site sidebars and taglines to highlight specific communities, federated or not. That way we can encourage use of the So of these:
I personally like 3) the best, as it encourages a personalized experience, and adds less admin-curated views. |
Good point about multi-communities. When that is implemented it would be as easy as adding a field to |
Local is really not similar though. Most small instances have nowhere the amount of content to make for a dynamic local area. People also do not read sidebars, especially not unsubscribed users who are just checking out what lemmy is, and new users who are relying on the expertise of their admins to help them curate. Almost every other social media service out there has a "default", or "starter packs" or whatever for precisely this reason. This is a very common complaint from people in lemmy. The whole point is to make the experience more seamless especially since people are already complaining about how complex lemmy is. Expecting people to read sidebars is the opposite of that. |
Imo it should be called "curated" and not "suggested" because the second one implies it being personalised while it's not. Curated makes it very clear what this is which is a mostly static (may vary with the instance) shared list/feed curated by someone who in this case would be the admin/s of your instance. |
Good point. "Featured" could also be a good label for it. |
Requirements
Is your proposal related to a problem?
The lemmy starting user experience can be bad because (potential) newbies immediately can get thrown in controversial politics comms or flooded by low-effort memes which dominate the frontpages.
Describe the solution you'd like.
I want to provide a way for lemmy admins to curate the "starting" experience for their instance. I want to suggest a new tab "Suggested" along with Subscribed/Local/All for the post list. It would display only posts from communities the instance admins have predefined in the instance settings.
Likewise, In the lemmy settings, the admins can provide a list of local and remove comms which will be used to fill in the suggested tab.
This not only will allow each instance admins to show what they believe is the best part of the lemmy ecosystem, but provide more individuality to each instance frontpage.
Describe alternatives you've considered.
No alternatives exist
Additional context
No response
The text was updated successfully, but these errors were encountered: