added rep + post count metrics to post body, closes #443

v1.18.x
psychobunny 11 years ago
parent 090bc2ad10
commit 202a4c4105

@ -35,5 +35,8 @@
"loading": "Loading",
"more_posts": "More Posts",
"move_topic": "Move Topic",
"topic_will_be_moved_to": "This topic will be moved to the category"
"topic_will_be_moved_to": "This topic will be moved to the category",
"posts": "Posts",
"reputation": "Reputation"
}

@ -39,6 +39,7 @@
<span class="label label-danger">[[topic:banned]]</span>
<!-- ENDIF posts.user_banned -->
</a>
</div>
<div class="col-md-11">
@ -108,6 +109,7 @@
<div class="post-info">
<span class="pull-left">
[[topic:reputation]]: <i class='fa fa-star'></i> <span class='formatted-number'>{posts.user_rep}</span>&nbsp;|&nbsp;[[topic:posts]]: <i class='fa fa-pencil'></i> <span class='formatted-number'>{posts.user_postcount}</span>
{posts.additional_profile_info}
</span>
<span class="pull-right">

Loading…
Cancel
Save