Notifications
Clear all
Aug 08, 2016 3:55 pm
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.
Aug 08, 2016 3:59 pm
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.
Aug 08, 2016 4:22 pm
What to do then? I need this fixed because of no activity page is hard to see what is new.
Aug 08, 2016 5:24 pm
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.
