this post was submitted on 10 Jun 2023
915 points (97.5% liked)

Lemmy.World Announcements

28381 readers
2 users here now

This Community is intended for posts about the Lemmy.world server by the admins.

Follow us for server news ๐Ÿ˜

Outages ๐Ÿ”ฅ

https://status.lemmy.world

For support with issues at Lemmy.world, go to the Lemmy.world Support community.

Support e-mail

Any support requests are best sent to [email protected] e-mail.

Report contact

Donations ๐Ÿ’—

If you would like to make a donation to support the cost of running this platform, please do so at the following donation URLs.

If you can, please use / switch to Ko-Fi, it has the lowest fees for us

Ko-Fi (Donate)

Bunq (Donate)

Open Collective backers and sponsors

Patreon

Join the team

founded 2 years ago
MODERATORS
 

I'm going to miss AITA. Even if someone makes it a community, it will take a long time to populate.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 2 points 1 year ago (1 children)

Hey, I'm guessing you're new today :)

You can subscribe to communities elsewhere, but you need to access them through your home instance first. There are usually instructions in the sidebar telling you the address to put into your home instance's search to find them.

However in this case since both you and I are both on lemmy.world, and I'm subbed to both of these, our instance already knows about them. Which means you don't need to do the search and can just go straight there: Gamedev, Godot

Sorry if that's super confusing, it'll make sense in no time I promise :D

[โ€“] [email protected] 3 points 1 year ago (1 children)

So let's take https://lemmy.blahaj.zone/c/gamedev as an example, I want to access it via my home instance, which is lemmy.world (Tell me if there's a better one I should be using, lol) I can search for "gamedev" in communities and set it to all and that community shows up, but there's no option to subscribe, or anything. So, how do I access them on my own instance in this case?

[โ€“] [email protected] 1 points 1 year ago (2 children)

Hmm, you're doing it right, when you click through from the community search there should be a big subscribe button in the sidebar. If not, I'm honestly not sure why that would be!

[โ€“] [email protected] 2 points 1 year ago (1 children)

Figured it out! You click on the result, and then you'll be taken to the community, but opened in the same instance. From there, you can hit subscribe!

[โ€“] [email protected] 1 points 1 year ago

Yep! Someone actually made a bookmarklet yesterday so if you find yourself accidentally having opened a remote community link you can hit the bookmark to be taken back to the lemmy.world version...hang on...

javascript:(function() {const myInst="lemmy.world";let currUrl=window.location.toString().split("/");let currInst=currUrl[2];currUrl[2]=myInst;let newUrl=currUrl.join("/")+"@"+currInst;window.location=newUrl;})()

Just drag that code up to your bookmarks bar, it really helps take a lot of the jank out of things.