Notifications
Clear all

wpForo 1.x.x [Solved] Not Replied Topics

3 Posts
2 Users
0 Likes
983 Views
Posts: 6
Topic starter
(@aliuysal)
Active Member
Joined: 5 years ago

Hello,
I have a large community.
The forum has 120,000 topics and 650,000 replies. We may be among the largest communities using WpForo.

"Not Replied Topics" section does not work properly. However, as in the link below, Answered and Solved topics are being listed. Only unanswered topics should be listed.

https://www.cozumpark.com/community/recent/?view=no-replies

I did the following;
Clear all cache
Update forum statistics
Update topic statistics
Update member statistics

What can be the problem?

2 Replies
Sofy
Posts: 4309
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi @aliuysal,

Thank you for letting us know. The issue will be fixed in the next version release.

If you need to solve the issue asap please follow  the steps below: 

1. open the wp-content/plugins/wpforo/wpf-themes/classic/recent.php file 

2. Add the following code on line 52 as shown in the screenshot below:

if( $view === 'no-replies' ) $args['where'] .= ' AND `posts` < 2';

 

 

1 Reply
(@aliuysal)
Joined: 5 years ago

Active Member
Posts: 6

@sofy

Thanks, problem solved