Support Forum

MyCred integration – feature request

SA Steve Arnold
Steve Arnold
Member

Hey team,

Just wondering if this feature request would fall under your regular process, or if I’d need to get it custom coded for a fee – please let me know either way. 

What I’d like is to be able to display more MyCred data in the forum.

At the moment, we can display MyCred points next to users info in the topic view.

What I’d LOVE is to be able to display users MyCred “Ranks” and rank icons. And if possible, for any custom MyCred point types we create and want to display there too.

Cheers

3 Answers

New Answer

MP Mr Papa
Mr Papa
Member

 no feature needed – its already there…  remember, our integration plugin just allows you to gain mycred points for simple press actions… anything mycred can do from a display perspective, you can do in simple press…  you just have to add the appropriate mycred display function where you want it to display in your simple press theme…

assuming you are talking about mycred ranks…  http://codex.mycred.me/package/mycred-rank/

so you can display the rank name and/or icon where you want with one or more of those template functions… just call there function in our theme where you want to show up…

but you can do similar with any mycred data that they offer a display tag, function or shortcode…

so for example by a user where they post (where we display points), you would put the call in the spTopicView.php template file…  as always, we strongly urge you to make a child theme or create a custom theme before editing..

SA Steve Arnold
Steve Arnold
Member

Aha thanks @mr-papa 

I think I understand – I have already made a child theme for a couple other changes so am good with that. I was just missing the point about the mycred template functions, display tags etc. 

I’ll dig in a bit further – thanks for the pointer!

MP Mr Papa
Mr Papa
Member

glad to help…  here if you have more questions…  dont really know MyCred, but certain we can give more pointers if needed…  enjoy!