Notifications
Clear all

wpForo 1.x.x [Solved] point system

8 Posts
3 Users
5 Likes
822 Views
Tutrix
Posts: 1267
(@tutrix)
Noble Member
Joined: 4 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: 126
(@cotner)
Estimable Member
Joined: 2 years ago

Love this stuff!

Posts: 126
(@cotner)
Estimable Member
Joined: 2 years 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