{% include 'public/partials/header.html' %}
{% if $member['avatar_url'] %}{{ $member['username'] }}{% else %}{{ strtoupper(substr($member['username'],0,1)) }}{% endif %}{% if $member['currently_online'] %}{% endif %}

{{ $member['username'] }}

{{ $member['group_name'] ?: $member['role'] }}

{{ $member['currently_online']?'Online now':'Last seen '.$member['last_seen_text'] }} · Joined {{ date('F Y',strtotime($member['joined_at'])) }}

{% if $isOwner %}Edit profile {% elseif $currentUser %}
{% if $friendState==='none' %}
{% endif %} {% if $friendState==='incoming' %}
{% endif %} {% if $friendState==='outgoing' %}{% endif %} {% if $friendState==='friends' %}
{% endif %} {% if $member['allow_pm'] %}MessageLive chat{% endif %} {% endif %} All members
{{ number_format($postCount) }}Posts
{{ number_format($topicCount) }}Threads
{{ number_format($friendCount) }}Friends
{{ number_format($followerCount) }}Followers
{{ number_format($followingCount) }}Following
{{ number_format($reputationTotal) }}Reputation
{{ number_format($member['profile_views']) }}Profile views
{{ date('Y',strtotime($member['joined_at'])) }}Joined
{% if !$canViewProfile %}

This profile is private

The member has limited who can view their profile information and activity.

{% else %}

Status updates

Short updates from {{ $member['username'] }}.

{{ count($statusUpdates) }}
{% if $isOwner %}
Maximum 500 characters
{% endif %}
{% if $statusUpdates %}{% foreach $statusUpdates as $status %}
{% if $member['avatar_url'] %}{% else %}{{ strtoupper(substr($member['username'],0,1)) }}{% endif %}
{{ $member['username'] }}

{{ $status['body'] }}

{% if $status['can_delete'] %}
{% endif %}
{% endforeach %}{% else %}
No status updates yet.
{% endif %}
{% if $profileTab==='posts' %}

Recent discussions

Topics and replies shared by {{ $member['username'] }}.

{% foreach $topics as $topic %}#{{ $topic['title'] }}{{ $topic['forum_name'] }} · {{ $topic['last_post_ago'] }}{{ $topic['reply_count'] }} replies{% endforeach %}{% foreach $posts as $post %}{{ $post['title'] }}{{ $post['excerpt'] }} · {{ $post['posted_ago'] }}{% endforeach %}{% if !$topics && !$posts %}
No public activity to display.
{% endif %}
{% endif %} {% if $profileTab==='about' %}

About {{ $member['username'] }}

{{ $member['bio'] ?: 'This member has not added a biography yet.' }}

{% if $member['signature'] %}
{{ $member['signature'] }}
{% endif %}
{% endif %} {% if $profileTab==='activity' %}

Activity

A chronological look at this member’s recent participation.

{% foreach $activity as $item %}{{ $item['kind']==='topic'?'#':'↳' }}{{ $item['title'] }}{{ $item['meta'] }}{{ $item['ago'] }}{% endforeach %}{% if !$activity %}
No recent activity to display.
{% endif %}
{% endif %}

Profile comments

Messages left by community members.

{{ count($comments) }}
{% if $currentUser %}
Be respectful and keep comments on topic.
{% else %}{% endif %}
{% foreach $comments as $comment %}{% endforeach %}{% if !$comments %}
No profile comments yet.
{% endif %}
{% endif %}
{% include 'public/partials/footer.html' %}