|
|
|
@ -57,14 +57,7 @@
|
|
|
|
|
<!-- ENDIF !isSelf -->
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="banLabel" class="text-center <!-- IF !banned -->hide<!-- ENDIF !banned -->">
|
|
|
|
|
<span class="label label-danger">[[user:banned]]</span>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<hr/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="hidden">
|
|
|
|
|
<!-- IF email -->
|
|
|
|
@ -72,11 +65,6 @@
|
|
|
|
|
<span class="account-bio-value"><i class="fa fa-eye-slash {emailClass}" title="[[user:email_hidden]]"></i> {email}</span>
|
|
|
|
|
<!-- ENDIF email -->
|
|
|
|
|
|
|
|
|
|
<!-- IF fullname -->
|
|
|
|
|
<span class="account-bio-label">[[user:fullname]]</span>
|
|
|
|
|
<span class="account-bio-value">{fullname}</span>
|
|
|
|
|
<!-- ENDIF fullname -->
|
|
|
|
|
|
|
|
|
|
<!-- IF websiteName -->
|
|
|
|
|
<span class="account-bio-label">[[user:website]]</span>
|
|
|
|
|
<span class="account-bio-value"><a href="{websiteLink}" rel="nofollow">{websiteName}</a></span>
|
|
|
|
@ -92,28 +80,11 @@
|
|
|
|
|
<span class="account-bio-value">{age}</span>
|
|
|
|
|
<!-- ENDIF age -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<span class="account-bio-label">[[user:followers]]</span>
|
|
|
|
|
<span class="human-readable-number account-bio-value" title="{followerCount}">{followerCount}</span>
|
|
|
|
|
|
|
|
|
|
<span class="account-bio-label">[[user:following]]</span>
|
|
|
|
|
<span class="human-readable-number account-bio-value" title="{followingCount}">{followingCount}</span>
|
|
|
|
|
|
|
|
|
|
<span class="account-bio-label">[[user:joined]]</span>
|
|
|
|
|
<span class="timeago account-bio-value" title="{joindate}"></span>
|
|
|
|
|
|
|
|
|
|
<span class="account-bio-label">[[user:lastonline]]</span>
|
|
|
|
|
<span class="timeago account-bio-value" title="{lastonline}"></span>
|
|
|
|
|
|
|
|
|
|
<!-- IF !disableSignatures -->
|
|
|
|
|
<!-- IF signature -->
|
|
|
|
|
<hr/>
|
|
|
|
|
<span class="account-bio-label">[[user:signature]]</span>
|
|
|
|
|
<div class="post-signature">
|
|
|
|
|
<span id='signature'>{signature}</span>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- ENDIF signature -->
|
|
|
|
|
<!-- ENDIF !disableSignatures -->
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- IF groups.length -->
|
|
|
|
@ -137,7 +108,6 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- ENDIF ips.length -->
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<h1>[[pages:account/posts, {username}]]</h1>
|
|
|
|
|