How can I show the user role for moderators?

Hi Kumar, thank you for the answer, but how can I use this code inside the askbug theme in order to show the user role below the user name. I tried to implement the code but the site brakes when I try.

Redirects & can not access to backend

Hello Alex, Admin redirect function is scheduled to be deleted in 4.1.2. Thanks for reporting.

Custom theme

Hello Gordon, Yes. Please read our FAQ a docs for overriding AnsPress.

Answer page loop doesn’t work

Hello Satoshi, Unfamiliar with this issue. Can you send your site details along with a temporary credentials to our email [email protected] so that we can check it.

How users can contact moderators?

Hello Romny, I will suggest you to not give permanent delete permissions to moderators instead you give them trashing permission. Then you can redirect author to custom page having a contact form when they tries to visit their question. If user’s response satisfy you then you can simply un-trash question.

How can I show the user role for moderators?

Hello Romny, You can see an example here: AnsPress_Reputation_Hooks::display_name(). You have to use this hook: apply_filters( ‘ap_user_display_name’ ). Let me know if you need further assistance.