{% include 'public/partials/header.html' %}
Community Directory

Members

Meet the people building, discussing, and contributing across NexusBoard.

{{ $memberStats['total'] }}Total members
{{ $memberStats['online'] }}Online now
{{ number_format($memberStats['posts']) }}Combined posts
{% foreach $members as $member %}
{% if $member['avatar_url'] %}{% else %}{{ strtoupper(substr($member['username'],0,1)) }}{% endif %}
{{ $member['username'] }}
{{ $member['role'] }}
{% if $member['is_online'] %}Online{% endif %}
{{ number_format($member['post_count']) }}Posts
{{ number_format((int)($member['post_count']*.18)) }}Reputation
{{ date('Y',strtotime($member['joined_at'])) }}Joined
{% endforeach %}
{% include 'public/partials/footer.html' %}