Making WordPress.org

Opened 6 years ago

Closed 6 years ago

Last modified 5 years ago

#3643 closed enhancement (maybelater)

Add a new badge for Trusted Theme Authors

Reported by: acosmin's profile acosmin Owned by:
Milestone: Priority: high
Component: Profiles Keywords:
Cc:

Description

We have a program running over at TRT, called Trusted Authors. We would also like to add a profile badge for these authors, nothing fancy, something like this:

https://i.imgur.com/SseUPT4.jpg

The code would be very simple, just another pseudo element. We'll use :after because :before is already used.

:after {
    position: absolute;
    top: 0;
    right: 3px;
    background-color: white;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #4e3288;
    font-size: 14px;
    content: "\f155";
    line-height: 19px;
    text-align: center;
    color: #4e3288;
}

The CSS might need some adjustments...

The screen-reader-text and title attribute should be Trusted Theme Developer or Trusted Theme Author

Thank you!

Change History (4)

This ticket was mentioned in Slack in #themereview by acosmin. View the logs.


6 years ago

#2 @obenland
6 years ago

I'm a -1 on this. We don't have special badges for committers, WordCamp deputies, or translation editors either. I'd rather not create a precedent.

@Otto42 Do you have thoughts?

#3 @Otto42
6 years ago

  • Resolution set to maybelater
  • Status changed from new to closed

I'm thinking that the program needs to exist for a while longer before we start considering things like badges for it. It's only been a couple months. Let's hold off on it until we're sure it works. Then it might be worth discussion.

This ticket was mentioned in Slack in #themereview by acosmin. View the logs.


5 years ago

Note: See TracTickets for help on using tickets.