@AltCode you can middle click it π
julian
@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:
@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.
@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?
@AltCode ackchyually... it opens in the same tab for me.
... because there's a user setting for it π I'll update it to respect that user setting.