Not with the XF update but now I'm having issues after I installed Mariadb.Has anyone had any issues with this since the recent xenforo update? the statuses are not updating anymore
if ($onePerUser == 1) {
$statusArray = $db->fetchAll($db->limit("SELECT * FROM (SELECT * FROM xf_profile_post WHERE message_state <> 'deleted' AND profile_user_id = user_id ORDER BY post_date DESC) t1 GROUP BY t1.user_id ORDER BY post_date DESC", $numStatusShown));
$statusArray = array_sort($statusArray, "post_date");
} else {
$statusArray = $db->fetchAll($db->limit("SELECT * FROM xf_profile_post WHERE profile_user_id = user_id AND message_state <> 'deleted' ORDER BY post_date DESC", $numStatusShown));
}
Is this add-on ever going to be updated for XF 1.2 ???
Should we post a resource/add-on request? I can't believe I'm the only one with members who loved this feature.bambua was last seen: Mar 12, 2013. Chances are very doubtful.
You aren't, there are others too who love this feature though some will use the equivalent feature in either XenPorta or Widget Framework.Should we post a resource/add-on request? I can't believe I'm the only one with members who loved this feature.
Server Error Log
Error Info
ErrorException: Undefined variable: xfRecentStatus - library/RCBD/RecentStatus/Controller/Public.php:17
Generated By: Josh, A moment ago
Stack Trace
#0 /home/tarant/public_html/library/RCBD/RecentStatus/Controller/Public.php(17): XenForo_Application::handlePhpError(8, 'Undefined varia...', '/home/tarant/pu...', 17, Array)
#1 /home/tarant/public_html/library/XenForo/FrontController.php(337): RCBD_RecentStatus_Controller_Public->actionIndex()
#2 /home/tarant/public_html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#3 /home/tarant/public_html/index.php(13): XenForo_FrontController->run()
#4 {main}
Request State
array(3) {
["url"] => string(26) "http://myforum.com/"
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}
I get this in server logs:
http://d.pr/i/oHvj
If I have the plugin enabled it makes site have a blank white page.
Unfortunately this add-on is not compatible with the XF 1.2.x branch.
I am using an alternative add-on - http://xenforo.com/community/resources/bd-widget-framework.297/ - which includes a similar sidebar recent status widget.![]()
But having the ability for comments would be great.The widget framework has a built in one you can use. I have been using it and it works great:
![]()
We use essential cookies to make this site work, and optional cookies to enhance your experience.