@CWSmith You can search for a user either via the search bar or in the /users
page. Just paste in their handle (e.g. @julian@community.nodebb.org
.) The follow button is then in their profile much like following a local user on NodeBB.
julian
@AltCode said in Forum specific UX for remote categories:
> My thinking was that all the remote categories you follow are listed in your /world
page
That might get a little hairy if you follow a lot of categories.
Right now posts from any categories you follow would still show up in your world feed. If you follow a remote category, you would essentially be "tracking" the category, in NodeBB parlance. New topics and posts would show up in your /unread and /recent. If you "watch" the category, then you'll be notified of every new topic.
@eeeee are you running v4.2.0? I wasn't seeing that here, so I assumed it was a regression that was fixed.
@2TonWaffle ah, nah, it means that prior to this release, posts from Ghost didn't come in properly and were dropped. Now they work:
@Kichae my fear is that adding in the ability for users to customize the forum index would dilute the importance of local categories.
I'm always a big supporter of community building, and while I am very appreciative of the network effects of activitypub, there is the other local community building side that I would want to keep top of mind as well.
@mario@hub.somaton.com I have yet to test Hubzilla updates with the payload example you sent. I have not forgotten! The topic is sitting unread in my NodeBB inbox for over a week now :sweat_smile:
@Kichae I worked on this for most of this week. You can follow along with that effort here:
https://github.com/NodeBB/NodeBB/issues/13255
How exactly to integrate categories into the NodeBB UX is an interesting question. It's one thing to be able to render a remote as:Group
actor as a category, and I think we'd want it to be searchable as well (otherwise how would you find them?)
That's the baseline.
Being able to customize your /world
page with a selection of subcategories is really interesting... I am not sure I'd want to allow users to customize the /categories
page, so /world
seems like a nice place for it.
Maybe users can "pin" remote categories to their world page. Would that work?
@eeeee a forum is usually structured around a common theme, yes. For example, community.nodebb.org is centred around support/discussion for NodeBB.
However, nothing stops someone from creating a general-interest forum, and that's why I prefer to think of NodeBB categories as like Lemmy communities.
You are correct in that Mastodon does not have the concept of categories. In fact that have not much concept of organization of content outside of reply-trees, and that is partly by design and partly by the constraints from the microblogging style.
@bentigorlich@gehirneimer.de okay :+1:
Apologies for not mentioning you up top. I did not know you were the maintainer for mbin, but now I do! :smile:
@bentigorlich@gehirneimer.de ah that's good to know.
Perhaps the solution is to use audience
if explicitly defined, then fall back to to
/cc
otherwise.
@eeeee if you have successfully followed the Lemmy community, then any new topics they share will be shown in the "Shares" page of their profile.
It's less-than-ideal, so I am refactoring that entire system now so that you will be able to "browse" that community like a regular NodeBB category.
https://github.com/NodeBB/NodeBB/issues/13255
As for the follow issue, try cancelling the follow, waiting perhaps a minute, and then following again, then wait a minute, and then refresh the page :laughing: