Phillyman Posted July 8, 2021 Share Posted July 8, 2021 Love the points system, I see where it tells me how many points until my next rank. But where does my point total show? Is there a way for my users to see how their points totals happened, like I can see in the AdminCP? Link to comment Share on other sites More sharing options...
Dexter_X Posted July 8, 2021 Share Posted July 8, 2021 Nope, I think you'll need to modify the template to do so. Link to comment Share on other sites More sharing options...
Phillyman Posted July 8, 2021 Author Share Posted July 8, 2021 2 minutes ago, Dexter_X said: Nope, I think you'll need to modify the template to do so. Yeah that was my next thought, do I have to modify a template. Or write a nightly dump of everyones points into a uneditable custom profile field. Link to comment Share on other sites More sharing options...
watchhead Posted July 9, 2021 Share Posted July 9, 2021 It would be good if there was a way to show the points in the Member Pane. Link to comment Share on other sites More sharing options...
Nathan Explosion Posted July 9, 2021 Share Posted July 9, 2021 Use at your own risk The following will place the member's achievement points total below their group title Edit forums > front -> topics -> postContainer After: {{if $comment->author()->member_id}} <li data-role='stats' class='ipsMargin_top'> <ul class="ipsList_reset ipsType_light ipsFlex ipsFlex-ai:center ipsFlex-jc:center ipsGap_row:2 cAuthorPane_stats"> Add: {{if isset( $comment->author()->achievements_points )}} <li> <a href="{url="app=core&module=members&controller=profile&id={$comment->author()->member_id}&do=badges" seoTemplate="profile_badges" seoTitle="$comment->author()->members_seo_name"}" title="{lang="achievements_awards_points" pluralize="$comment->author()->achievements_points"}" data-ipsTooltip class="ipsType_blendLinks"> <i class="fa fa-bathtub"></i> {number="$comment->author()->achievements_points" format="short"} </a> </li> {{endif}} Result: SeNioR-, Percival, Dextro Energy and 6 others 3 5 1 Link to comment Share on other sites More sharing options...
andavis Posted October 24, 2021 Share Posted October 24, 2021 Can we add it to the profile page? Link to comment Share on other sites More sharing options...
Recommended Posts