Follow along with the video below to see how to install our site as a web app on your home screen.
ملاحظة: This feature may not be available in some browsers.
sysnative_membersrecentlyonline
بهذا الكود:<xf:if is="{{ $xf.visitor->hasPermission('sysnative_improvedstats', 'sys_recently_online') }}">
<div class="block" data-widget-section="sysnative_membersrecentlyonline"{{ widget_data($widget) }}>
<div class="block-container">
<h3 class="block-minorHeader">{$title}</h3>
<div class="block-body">
<div class="block-row block-row--minor">
<xf:if is="$recentlyOnline.users is not empty">
<ul class="listInline listInline--comma">
<xf:foreach loop="$recentlyOnline.users" value="$user"><xf:trim>
<xf:if is="$user.user_group_id != 5">
<li><xf:username user="$user" rich="true" class="{{ !$user.visible ? 'username--invisible' : '' }}" /></li>
<xf:else />
{{ phrase('sysnative_improvedstats_no_members_recently_online') }}
</xf:if>
</xf:trim></xf:foreach>
</ul>
<xf:else />
{{ phrase('sysnative_improvedstats_no_members_recently_online') }}
</xf:if>
</div>
</div>
<div class="block-footer">
<span class="block-footer-counter">{{ phrase('sysnative_improvedstats_online_recently_x_members',{
'total': number($recentlyOnline.counts)})
}}</span>
</div>
</div>
</div>
</xf:if>
<xf:if is="$user.user_group_id != 5">
<xf:if is="{{ $xf.visitor->hasPermission('sysnative_improvedstats', 'sys_recently_online') }}">
<div class="block" data-widget-section="sysnative_membersrecentlyonline"{{ widget_data($widget) }}>
<div class="block-container">
<h3 class="block-minorHeader">{$title}</h3>
<div class="block-body">
<div class="block-row block-row--minor">
<xf:if is="$recentlyOnline.users is not empty">
<ul class="listInline listInline--comma">
<xf:foreach loop="$recentlyOnline.users" value="$user"><xf:trim>
<xf:if is="$user.user_group_id != 5">
<li><xf:username user="$user" rich="true" class="{{ !$user.visible ? 'username--invisible' : '' }}" /></li>
</xf:if>
</xf:trim></xf:foreach>
</ul>
<xf:else />
{{ phrase('sysnative_improvedstats_no_members_recently_online') }}
</xf:if>
</div>
</div>
<div class="block-footer">
<span class="block-footer-counter">{{ phrase('sysnative_improvedstats_online_recently_x_members',{
'total': number($recentlyOnline.counts)})
}}</span>
</div>
</div>
</div>
</xf:if>