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", "loading": "Loading",
"more_posts": "More Posts", "more_posts": "More Posts",
"move_topic": "Move Topic", "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> <span class="label label-danger">[[topic:banned]]</span>
<!-- ENDIF posts.user_banned --> <!-- ENDIF posts.user_banned -->
</a> </a>
</div> </div>
<div class="col-md-11"> <div class="col-md-11">
@ -108,6 +109,7 @@
<div class="post-info"> <div class="post-info">
<span class="pull-left"> <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} {posts.additional_profile_info}
</span> </span>
<span class="pull-right"> <span class="pull-right">

Loading…
Cancel
Save