מציג אייקון "OP" אחרי שם המשתמש?

שלום לכולם.

פוסט ראשון אי פעם בדיסקרוס. אני לא בטוח אם זה נדון בעבר.

אני משתמש מאחת מהנגזרות של דיסקרוס ורוצה שיהיה אייקון עבור “OP” אחרי שם המשתמש שלהם. בשרשור ארוך, אנו מאבדים לעיתים קרובות מי הפוסטר המקורי ומאבדים את נקודת המבט של הפוסטר.

תודה!

3 לייקים

Yep, here’s one such topic: Request: Topic starter icon

You can find a few more below under “related”

Here’s a theme component that looks to do what you’re looking for here: Author Badge for Topic Posts

6 לייקים

תודה! אני אבדוק את זה!

3 לייקים

זה אמור לתפקד כראוי עם זה.

.topic-post.topic-owner .topic-meta-data .username:after {
  content: "OP";
  font-weight: 600;
  padding: 3px 12px;
  font-size: 14px;
  border-radius: 6px;
  display: inline-block;
  margin-left: 6px;
  min-width: 20px;
  text-align: center;
  color: #fff;
  background: #0d8ddb;
}
3 לייקים