Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

wpForo 1.x.x [Solved] point system

8 Posts
3 Users
6 Reactions
1,860 Views
Tutrix
Posts: 1522
(@tutrix)
Noble Member
Joined: 5 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: 132
(@cotner)
Estimable Member
Joined: 3 years ago

Love this stuff!

Posts: 132
(@cotner)
Estimable Member
Joined: 3 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