Jump to content

User Info Panel


zaTymbark

Recommended Posts

in the theme templates, go to Forums > Topics > postContainer

Replace:

<li>{template="reputationBadge" group="global" app="core" params="$comment->author()"}</li>
<li class='ipsType_light'>{lang="member_post_count" pluralize="$comment->author()->member_posts"}</li>

With:

<li style="padding-top:5px"><span style="float:left">Reputation:</span><span style="float: right">{template="reputationBadge" group="global" app="core" params="$comment->author()"}</span></li>
<br>
<li><span style="float:left">Posts:</span><span style="float:right">{lang="$comment->author()->member_posts" pluralize=""}</span></li>

 

  • Support Team - September 9th, 2017 - June 8, 2018
  • Junior Moderator - December 14th 2018 - November 16th, 2019
  • Designer - November 16th, 2019 - June 5th, 2020
  • Moderator - June 5th, 2020 - August 28th, 2020
Link to comment
Share on other sites

3 minutes ago, Jeffrey said:

in the theme templates, go to Forums > Topics > postContainer

Replace:


<li>{template="reputationBadge" group="global" app="core" params="$comment->author()"}</li>
<li class='ipsType_light'>{lang="member_post_count" pluralize="$comment->author()->member_posts"}</li>

With:


<li style="padding-top:5px"><span style="float:left">Reputation:</span><span style="float: right">{template="reputationBadge" group="global" app="core" params="$comment->author()"}</span></li>
<br>
<li><span style="float:left">Posts:</span><span style="float:right">{lang="$comment->author()->member_posts" pluralize=""}</span></li>

 

You forgot warnings and group

Link to comment
Share on other sites

Just now, zaTymbark said:

You forgot warnings and group

For what I use this for, I don't include warnings and the group.

c82f56a87cfc363fc3dced835f632c8a.png

Edited by Jeffrey
  • Support Team - September 9th, 2017 - June 8, 2018
  • Junior Moderator - December 14th 2018 - November 16th, 2019
  • Designer - November 16th, 2019 - June 5th, 2020
  • Moderator - June 5th, 2020 - August 28th, 2020
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...