AI Search
Classic Search
Notifications
Clear all
Bug Reports - wpForo 2.0
4
Posts
2
Users
0
Reactions
1,462
Views
3 Replies
Aug 12, 2019 12:46 pm
Hi @paul-griffiths,
Thank you for using wpForo and for contacting us.
Please wait a bit. I'll ask the wpForo plugin's developers and back to you asap.
Aug 12, 2019 4:33 pm
Thank you for letting us know. The issue will be fixed in the next version release.
If you need to fix it asap, please follow the steps below:
1. Open the /wp-content/plugins/wpforo/wpf-themes/classic/profile-home.php file
2. Find the following line:
<div class="wpf-statbox-value"><?php echo WPF()->member->rating_level( $posts, FALSE ) ?>/10</div>
3. Replace with the following one:
<div class="wpf-statbox-value"><?php echo ( wpfval( $stat, 'rating') ) ? $stat['rating'] : WPF()->member->rating_level( $posts, false ) ?>/10</div>
