this post was submitted on 22 Jun 2023
4 points (100.0% liked)

Beehaw Support

2797 readers
1 users here now

Support and meta community for Beehaw. Ask your questions about the community, technical issues, and other such things here.

A brief FAQ for lurkers and new users can be found here.

Our September 2024 financial update is here.

For a refresher on our philosophy, see also What is Beehaw?, The spirit of the rules, and Beehaw is a Community


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.


if you can see this, it's up  

founded 3 years ago
MODERATORS
 

Sorry if this is a dumb question but some communities show up here and some 404. How do I get a community to show up in the list that hasn't synced yet. Example [email protected]

I checked the faq and don't see this answer there.

top 4 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 2 years ago

I found this bookmarklet somewhere else, and it's super handy. You simply click the bookmark when you are on the lemmy community page, and it'll send you to a beehaw page where you can subscribe to it directly:

javascript:(function() { const home = 'beehaw.org'; /*replace this with your local instance's host name */ const url = window.location.href; let community = url.split('/c/')[1]; if( !community.includes('@') ) { community += '@' + url.split('/')[2]; } if( community.endsWith( '@' + home ) ) { community = community.substring(0, community.length - 1 - home.length); } window.location.href = 'https://' + home + '/c/' + community; })();

[–] [email protected] 1 points 2 years ago* (last edited 2 years ago) (1 children)
  1. Go to the Communities page
  2. Put part of the name ("requests" works in this case) in the search box
  3. Click the Search button

If the community you're looking for doesn't show up, wait a few minutes and try again. It's not at all evident from the UI, but some part of the search process is a background process. So it will eventually show up (and indeed, the one you're looking for is there now).

If it still doesn't show on the list in 5-10 minutes, try broadening your search to the URL of the original community. I haven't checked the code, but this may be necessary if no one from Beehaw has been into the community you're looking for:

  1. Switch the search type from "Communities" to "All"
  2. Search for the full URL of the community on its home site (something like https://programming.dev/c/code_golf , not the ! form)
[–] [email protected] 1 points 2 years ago (1 children)

This doesn't work for me. I've been searching and waiting for https://programming.dev/c/code_golf since it was created, but I still can't find it from beehaw. Any ideas how to get around this?

[–] [email protected] 2 points 2 years ago* (last edited 2 years ago)

I did manage to get it through search now, searching on just "Golf" pulls it up along with some other unrelated communities. It did take a good ten minutes or more for the background process to work, so if it's still not showing for you try searching, wait 15 minutes, search again.

Also, see my updated response at the top of this topic. It looks like there's an issue when you're the first one trying to get a community into Beehaw's servers this way.

load more comments
view more: next ›