zaTymbark 0 Posted July 30, 2018 Share Posted July 30, 2018 How can i make a user info panel + rankbar with no application/plugin? Link to comment Share on other sites More sharing options...
Jeffrey 366 Posted July 30, 2018 Share Posted July 30, 2018 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 More sharing options...
zaTymbark 0 Posted July 30, 2018 Author Share Posted July 30, 2018 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 More sharing options...
Jeffrey 366 Posted July 30, 2018 Share Posted July 30, 2018 (edited) Just now, zaTymbark said: You forgot warnings and group For what I use this for, I don't include warnings and the group. Edited July 30, 2018 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 More sharing options...
zaTymbark 0 Posted July 30, 2018 Author Share Posted July 30, 2018 t/c Link to comment Share on other sites More sharing options...
L.Coroa 6 Posted August 1, 2018 Share Posted August 1, 2018 @Jeffrey Man, can you do this or are you there ?? Minha página gosta do> Clique Link to comment Share on other sites More sharing options...
Recommended Posts