gcez
asked 7 years ago

Can you please point me to instructions, so I can award MyCred points to users that Ask a Question, Provide an Answer, or Comment in DWQA Pro?
 
Thanks much!

3 Answers
gcez
answered 7 years ago

Nevermind, found it. For others asking the same question, it’s under “publish content” hook within MyCred.

DominicStaff
answered 7 years ago

You can refer here: https://www.designwall.com/question/mycred-tone/

Nirri Sjamaran
replied 4 years ago

The link is broken. Can you explain how to show the myCred rank badge icon on users, instead of “Staff”

DominicStaff
answered 4 years ago

You can add the following code to the position that you want to show the Badge.

<?php if(function_exists('mycred_get_users_cred')) echo '<span class="sep">&sdot;</span><span class="author-bugget">'.mycred_get_users_cred(get_the_author_meta('ID')).' $tone</span>'; ?>
Powered by DW Question & Answer Pro