When I looked, what it is showing is the guests online too. Members were 3 online; and 110 guests.Managed to get it up and running, but the numbers don't match up. The widget shows 114 people online, and the forum itself shows only 24 people online. It's not counting people ont the Wordpress blog, is it?
register_sidebar(array(
'name' => __('Homepage Sidebar 4', 'dba'),
'description' => __('Homepage Sidebar 4', 'dba'),
'id' => 'home_sidebar_4',
'before_widget' => '<div class="widget_wrapper">',
'after_widget' => '</div>',
'before_title' => '<div class="widget_title"><h3>',
'after_title' => '</h3></div>'
));
Silvan that is absolutely very bizarre. I am using the same exact function that XF uses to show how many members and guests are logged in. I don't know if the function was updated recently in on of the dot releases; I don't think it was. I would need to look at it again.It's showing guests and members, but they don't match up. The Wordpress blog shows 62 guests and the forum shows 20. A difference of a few wouldn't be a problem, but the current difference is too high. Is it working fine for yourself?
Wordpress blog
View attachment 39345
forum
View attachment 39346
style_forumonline.css change it like that:Hi DBA.
Hmmmm That is an interesting question. I am not sure why the closing div for the eipWidgetOU didn't occur before the last widget_wrapper.
The before_widget and after_widget are controlled by WordPress I've never had any issues with it.
/* ---------------- BEGIN Online Users Sidebar Table -----------------*/
div.eipWidgetOUShell
{
clear: both;
float: left;
width: 100%;
margin-top: 10px;
}
div.eipWidgetOUTopRow
{
float: left;
width: 100%;
border-bottom: solid 1px #d3d3d3;
}
div.eipWidgetOUTopRow a
{
font-size: 18px;
color: #121212;
}
div.eipOUUserNames
{
float: left;
width: 100%;
}
/* ---------------- END Online Users Sidebar Table -----------------*/
We use essential cookies to make this site work, and optional cookies to enhance your experience.