There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

Can you code? We need your help to improve lemmy

About two days ago we found a bug with the registration system on lemmy. Because of this we have updated our registration process a few times, and cannot deny any applications as the person registering does not receive any message and cannot re-apply.

We currently have several hundred people that we are waiting to deny, and some unknown amount of people that we denied prior to finding this issue which we would really like to contact and give them a chance to register as they didn’t write enough in their registration for us to really evaluate if they were a good fit for this instance.

If you’re a developer please take a look at this github issue and please work your magic to help fix this problem.

As an aside, we also have a list we’ve been working on for enhancements that would make moderating and administering this instance a lot easier, and enhancements we think users would enjoy in terms of UI and UX. We’d love to share these as well as facilitate a discussion to surface more ideas (and we plan to in the future), but right now we need to focus on the most pressing issue to us running this website, whether people can create an account here and participate.

ghostalmedia ,
@ghostalmedia@beehaw.org avatar

Bit of a tangent here, but if you’re ever looking for experience designers to help out here and there, or to just give something a second set of eyes, I might be able to lend a hand or connect y’all with some bright and chill people.

You probably don’t want me making any PRs, but I know my way around Figma and a user test plan.

Lionir ,

I’d love to see you redesign some parts of the Lemmy UI!

In my option, a lot of designing work is still to be done so I’d love to see mockups you can make and your thoughts on design work!

HrBingR ,
@HrBingR@beehaw.org avatar

If we could end up with a theme that looks a lot more like kbin.social, I’d be so happy. My biggest gripe with Lemmy is all of the white space, and none of the current themes improve that at all. All of the theme options offered by kbin look amazing by comparison, and to my understanding Lemmy theming is done via CSS based on Bootstrap v4, so new theme creation should be straightforward enough.

It’s to the point where, when visiting Lemmy instances, I use a custom CSS extension to modify a few properties to make it a bit more palatable to me.

If you guys ever need help creating custom themes to offer to users I’d be happy to contribute.

crank ,
@crank@beehaw.org avatar

Can you post your user style??

But I would very much support having a more compact theme available without a browser extension. I think some tightening up up would make this place look more welcoming. It feels sort of “empty” due to all the white space.

HrBingR ,
@HrBingR@beehaw.org avatar

Hey there, sure, currently I’m using this. The border between comments on a comment thread doesn’t look the best, but it makes it easier for me to track comment levels so I like it, though there are certain properties I’d like to change but can’t.

Either way, I’m using an extension called Amino to apply my CSS changes on a domain-level.

This fixes a lot of the whitespace and borders to make differentiating between posts and comments a little easier, while minimizing white space. I think it looks nice.

EDIT: I’ve made a few more changes in terms of color.

<pre style="background-color:#ffffff;">
<span style="color:#323232;">.container-lg {
</span><span style="color:#323232;">    max-width: 1600px;
</span><span style="color:#323232;">}
</span><span style="color:#323232;">.col-md-8 {
</span><span style="color:#323232;">    max-width: 80%;
</span><span style="color:#323232;">    flex: 0 0 80%;
</span><span style="color:#323232;">}
</span><span style="color:#323232;">.col-md-4 {
</span><span style="color:#323232;">    max-width: 20%;
</span><span style="color:#323232;">    flex: 0 0 20%;
</span><span style="color:#323232;">}
</span><span style="color:#323232;">.col-sm-2 {
</span><span style="color:#323232;">    max-width: 10%;
</span><span style="color:#323232;">    flex: 0 0 10%;
</span><span style="color:#323232;">}
</span><span style="color:#323232;">.col-sm-9 {
</span><span style="color:#323232;">    margin-left: 5px;
</span><span style="color:#323232;">    max-width: 80%;
</span><span style="color:#323232;">    flex: 0 0 80%;
</span><span style="color:#323232;">}
</span><span style="color:#323232;">.post-listing {
</span><span style="color:#323232;">    border: 1px solid rgba(34,34,34,.125);
</span><span style="color:#323232;">    border-bottom: 0px;
</span><span style="color:#323232;">    border-color: #c80000;
</span><span style="color:#323232;">    padding-top: 10px;
</span><span style="color:#323232;">    background-color: #fff;
</span><span style="color:#323232;">}
</span><span style="color:#323232;">hr {
</span><span style="color:#323232;">    display: none;
</span><span style="color:#323232;">}
</span><span style="color:#323232;">.border-top {
</span><span style="color:#323232;">    border-top: 1px solid rgba(34,34,34,.125)!important;
</span><span style="color:#323232;">}
</span><span style="color:#323232;">.border-light {
</span><span style="color:#323232;">    border-color: #e4e4e5!important;
</span><span style="color:#323232;">}
</span><span style="color:#323232;">body {
</span><span style="color:#323232;">    background-color: #ecf0f1;
</span><span style="color:#323232;">}
</span><span style="color:#323232;">.navbar {
</span><span style="color:#323232;">    background-color: #fff;
</span><span style="color:#323232;">}
</span><span style="color:#323232;">.card {
</span><span style="color:#323232;">    background-color: #fff;
</span><span style="color:#323232;">}
</span><span style="color:#323232;">.comments {
</span><span style="color:#323232;">    padding-left: 5px;
</span><span style="color:#323232;">    background-color: #fff;
</span><span style="color:#323232;">}
</span>
crank ,
@crank@beehaw.org avatar

thank you I like it! I hate when websites force me to have so much blank space. Like I remember what an improvement it was in 2002 when everyone got into sans serif fonts and padding to their table based layouts and using % widths, but the craft has moved on from those days… For this kind of website I am thinking more of a newspaper and less of a coffee table book.

looks like Amino is only available for chrome and edge. For other ff users I will say I use an addon called Stylus but it might not be the best one; kind of resource hungry on big pages.

HrBingR ,
@HrBingR@beehaw.org avatar

Hey so just a heads up, I made a few more changes that I quite like (again, for the red theme, tweak appropriately for the default green theme), so thought I’d just update you.

This changes the main feed quite a bit, adding a bit more of a card-like design to posts, though I have done my best to make sure there isn’t too much white-space from this change, I just feel it looks a bit more modern, but again, feel free not to use it :)

It also, and this is my favorite change, changes the title color of any post you’ve visited, something that I feel is basic but for some reason Lemmy didn’t have before. So now any posts you’ve visited before will be a light-gray color instead. Hope you find some value here.

<pre style="background-color:#ffffff;">
<span style="color:#323232;">.container-lg {
</span><span style="color:#323232;">    max-width: 1600px;
</span><span style="color:#323232;">}
</span><span style="color:#323232;">.col-md-8 {
</span><span style="color:#323232;">    max-width: 80%;
</span><span style="color:#323232;">    flex: 0 0 80%;
</span><span style="color:#323232;">}
</span><span style="color:#323232;">.col-md-4 {
</span><span style="color:#323232;">    max-width: 20%;
</span><span style="color:#323232;">    flex: 0 0 20%;
</span><span style="color:#323232;">}
</span><span style="color:#323232;">.col-sm-2 {
</span><span style="color:#323232;">    max-width: 10%;
</span><span style="color:#323232;">    flex: 0 0 10%;
</span><span style="color:#323232;">}
</span><span style="color:#323232;">.col-sm-9 {
</span><span style="color:#323232;">    margin-left: 5px;
</span><span style="color:#323232;">    max-width: 80%;
</span><span style="color:#323232;">    flex: 0 0 80%;
</span><span style="color:#323232;">}
</span><span style="color:#323232;">.post-listing {
</span><span style="color:#323232;">    border: 1px solid rgba(34,34,34,.125);
</span><span style="color:#323232;">    /*border-bottom: 0px;*/
</span><span style="color:#323232;">    border-color: #c80000;
</span><span style="color:#323232;">    border-radius: 5px;
</span><span style="color:#323232;">    margin-bottom: 8px;
</span><span style="color:#323232;">    padding-top: 10px;
</span><span style="color:#323232;">    background-color: #fff;
</span><span style="color:#323232;">    transition: all .2s;
</span><span style="color:#323232;">    box-shadow: 2px 2px 1px #c80000;
</span><span style="color:#323232;">}
</span><span style="color:#323232;">
</span><span style="color:#323232;">hr {
</span><span style="color:#323232;">    display: none;
</span><span style="color:#323232;">}
</span><span style="color:#323232;">.border-top {
</span><span style="color:#323232;">    border-top: 1px solid rgba(34,34,34,.125)!important;
</span><span style="color:#323232;">}
</span><span style="color:#323232;">.border-light {
</span><span style="color:#323232;">    border-color: #e4e4e5!important;
</span><span style="color:#323232;">}
</span><span style="color:#323232;">body {
</span><span style="color:#323232;">    background-color: #ecf0f1;
</span><span style="color:#323232;">}
</span><span style="color:#323232;">.navbar {
</span><span style="color:#323232;">    background-color: #fff;
</span><span style="color:#323232;">}
</span><span style="color:#323232;">.card {
</span><span style="color:#323232;">    background-color: #fff;
</span><span style="color:#323232;">    box-shadow: 2px 2px 1px #c80000;
</span><span style="color:#323232;">}
</span><span style="color:#323232;">.col-12 .card {
</span><span style="color:#323232;">    box-shadow: none;
</span><span style="color:#323232;">}
</span><span style="color:#323232;">.comments {
</span><span style="color:#323232;">    padding-left: 10px;
</span><span style="color:#323232;">    background-color: #fff;
</span><span style="color:#323232;">}
</span><span style="color:#323232;">a:visited .d-inline-block {
</span><span style="color:#323232;">    color:#d6d7d9!important;
</span><span style="color:#323232;">}
</span><span style="color:#323232;">.my-2 {
</span><span style="color:#323232;">    margin-bottom: 0px!important;
</span><span style="color:#323232;">}
</span>
crank ,
@crank@beehaw.org avatar

Thank you for sharing! I will try it when i am on desktop.

I actually used your code as base to start to fix some things that bug me the most… all spacing/positioning the colors are a total mess. So i am interested to see what yours is like. I can tell from looking that yours is more efficient because i do not know what im doing so it is trial and error.

Do you think there is a better place than wherever we are to post? A repo or other code sharing? I think the stylus extension connects to some sort of website but i never investigated it.

HrBingR ,
@HrBingR@beehaw.org avatar

Hey so I setup a repo; swap to the default green litely theme, and then test a few of these out, I think they turned out quite well!

github.com/HrBingR/Lemmy_CSS/

Please feel free to submit pull requests if you have other colors or ideas you think would look nice. The more the merrier!

nutomic ,
@nutomic@lemmy.ml avatar

As a workaround you can go into the database and query directly for users with rejected application and email provided. Then write a script to email them. Getting a fix developed, reviewed, merged and deployed will take a few days in the best case. And even longer now because we are busy with lots of things.

admin ,
@admin@beehaw.org avatar

Thank you. I’ve suggested this method to @Penguincoder and we are looking into it.

SpacePirate ,

Likely need to define some basic rbac controls. They signed up, sure, but don’t receive a “user” role until after approval. Then in the home page, when signed in with no roles assigned, they get a banner saying they’re still pending approval and will not be able to post or comment.

The major concern will be retroactively applying user roles to the existing users.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • [email protected]
  • lifeLocal
  • goranko
  • All magazines