{% include 'public/partials/header.html' %}
{% include 'usercp/partials/banner.html' %}
{% include 'usercp/partials/sidebar.html' %}
Community activity

My topics & posts

A quick view of your latest contributions.

Recent topics

Topics you have started across the community.

{% foreach $topics as $topic %}{{ $topic['title'] }}{{ $topic['forum_name'] }} · {{ $topic['last_post_ago'] }}{{ $topic['reply_count'] }} replies{% endforeach %}{% if !$topics %}
You have not started any topics yet.
{% endif %}

Recent posts

Your latest replies and contributions.

{% foreach $posts as $post %}{{ $post['title'] }}{{ $post['excerpt'] }} · {{ $post['posted_ago'] }}{% endforeach %}{% if !$posts %}
You have not posted anything yet.
{% endif %}
{% include 'public/partials/footer.html' %}