Notifications
Clear all

wpForo 1.x.x [Solved] Topic,post after edit showing up in widgets as recent.

17 Posts
2 Users
1 Likes
6,429 Views
OMTesla
Posts: 217
Topic starter
(@omtesla)
Active Member
Joined: 8 years ago

Hello

I created 2 topics one Testing second Testing 2 it look like those old topics are locked in widget any new is replaced by other new at bottom see picture.

OMTesla
Posts: 217
Topic starter
(@omtesla)
Active Member
Joined: 8 years ago

This what i did and fixed Recent Posts to show proper by created not modified.

// widget content from front end

$posts_args = array( 

 'orderby' => 'created', // forumid, order, parentid

 'order' => 'DESC', // ASC DESC

 'row_count' => $instance['count'] // 4 or 1 ...

);

Now i look to fix Recent Topics but i not see there Orderby.

Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

Hi  iTesla,

please don't make any changes. This is not core issue, this is database issue. The screenshots doesn't help us to make proper test. Recent Topics and Recent Topics are sorted by created date DESC, this is the core logic.

OMTesla
Posts: 217
Topic starter
(@omtesla)
Active Member
Joined: 8 years ago

What to do then? I need this fixed because of no activity page is hard to see what is new.

Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

I'm sorry but i can't help without database and dashboard access. Use support[at]gvectors.com email address if you can provide this information.

Page 3 / 4