Notifications
Clear all

wpForo 1.x.x [Solved] point system

8 Posts
3 Users
5 Likes
323 Views
Posts: 941
(@tutrix)
Noble Member
Joined: 3 years ago

@dyka + @cotner

if you want you can also show the points in the memberlist

themes > 2022 > members.php

search for

<span class="wpfm-sb"><?php wpforo_phrase('Posts') ?>: <?php echo intval($member['posts']) ?></span>

and after that insert

<span class="wpfm-sb" style="display:block;">Reputation Points: <?php echo intval($member['points']) ?></span>
Posts: 114
(@cotner)
Estimable Member
Joined: 8 months ago

Love this stuff!

Posts: 114
(@cotner)
Estimable Member
Joined: 8 months ago

@tutrix

These bits of code have allowed me to also add this stat to the post profiles as well. Just what I needed!

 

Page 2 / 2