The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Share:
Notifications
Clear all

[Solved] Color of username

15 Posts
2 Users
0 Likes
1,891 Views
Posts: 104
Topic starter
(@orakel)
Estimable Member
Joined: 4 years ago

Hello friends

 

Since yesterday, i was trying to change the unsername color but find no way to do it.

All names are green, but because my theme style i would need red.

 

Here is an example: http://www.blueaustria.at/anschober-praesentiert-neues-coronagesetz/

 

Hopefully you can help me

Thanks in advance

Orakel

Topic Tags
14 Replies
Asti
Posts: 7119
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

Hi @orakel,

Please read this doc:

https://wpdiscuz.com/docs/wpdiscuz-7/plugin-settings/user-labels-and-badges/#comment-author-label-colors-by-user-role

Posts: 104
Topic starter
(@orakel)
Estimable Member
Joined: 4 years ago

Thank you very much, i was in the wrong section

It works now but, how can i force the admin color, if the admin is the author (with another color)?

And show the label "Admin" instead of "author"

 

Orakel

1 Reply
Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7119

@orakel,

It works now but, how can i force the admin color, if the admin is the author (with another color)?

This is designed to work in this way. If the post is admin made by it displays the post author label instead of admin. 

We can only provide you a simple code that will allow you to change the phrase, but the color will be as it was chosen for the post author. 

Posts: 104
Topic starter
(@orakel)
Estimable Member
Joined: 4 years ago

Changing the phrase would be good for me because i set all colors to the same color

1 Reply
Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7119

@orakel,

The code is provided below: 

add_filter("wpdiscuz_author_title", function ($label, $comment) {
global $post;
if ($comment->user_id == $post->post_author) {
$label = __("Admin", "wpdiscuz");
}
return $label;
}, 10, 2);

Just put it in the active theme functions.php file.

Posts: 104
Topic starter
(@orakel)
Estimable Member
Joined: 4 years ago

Thank you =)

1 Reply
Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7119

@orakel,

In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.

Posts: 104
Topic starter
(@orakel)
Estimable Member
Joined: 4 years ago

No problem 😉

 

The review is posted

1 Reply
Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7119

Thank you very much, Orakel! 

Posts: 104
Topic starter
(@orakel)
Estimable Member
Joined: 4 years ago

i put in the code at the end of functions.php

Could this be wrong, because i still see "Author" as label

 

Orakel

 

Page 1 / 2
Share: