Guest Teregraded Posted November 3, 2013 Share Posted November 3, 2013 Simply, how to add a profile field to show members reputation in text, like Webflake. Link to comment Share on other sites More sharing options...
0 Skreamzja Posted November 3, 2013 Share Posted November 3, 2013 Ok than, how to make all the profile fields (including posts) to be like Webflake? ACP > Members > Custom Profile Fields Edit each one you are showing it topics > scroll to the bottom and make sure they are set like this below; <span class="ft" style="float:left">{title}:</span><span class="fc" style="float:right">{content}</span> 1 Link to comment Share on other sites More sharing options...
0 Skreamzja Posted November 3, 2013 Share Posted November 3, 2013 http://webflake.net/files/file/192-reputation-in-user-info/ Link to comment Share on other sites More sharing options...
0 Guest Teregraded Posted November 3, 2013 Share Posted November 3, 2013 Ok but, how to make it text? Like a profil field? Link to comment Share on other sites More sharing options...
0 Yuu Posted November 3, 2013 Share Posted November 3, 2013 ACP -> Look & Feel -> Your Skin -> userInfoPane.Find this: <if test="authorwarn:|:$author['show_warn']">Add this above it: <li> Reputation: {$author['pp_reputation_points']} </li> Need some IPB, MyBB, or HTML/CSS work done? Check out my thread! Link to comment Share on other sites More sharing options...
0 Skreamzja Posted November 3, 2013 Share Posted November 3, 2013 Ok but, how to make it text? Like a profil field?ACP > Looks and Feel > Skin Name > tbSruilHookat the bottom replace the <div> content blah blah blah </div> You can't miss it it's the last thing in the template. replace it with the following; <li><span class="ft" style="float:left">Reputation:</span><span class="fc" style="float:right">{parse expression="$this->lang->formatNumber( intval( $author['pp_reputation_points'] ) )"}</span></li> Link to comment Share on other sites More sharing options...
0 Guest Teregraded Posted November 3, 2013 Share Posted November 3, 2013 ACP > Looks and Feel > Skin Name > tbSruilHookat the bottom replace the <div> content blah blah blah </div> You can't miss it it's the last thing in the template. replace it with the following;<li><span class="ft" style="float:left">Reputation:</span><span class="fc" style="float:right">{parse expression="$this->lang->formatNumber( intval( $author['pp_reputation_points'] ) )"}</span></li> Ok than, how to make all the profile fields (including posts) to be like Webflake? Link to comment Share on other sites More sharing options...
0 Guest Teregraded Posted November 3, 2013 Share Posted November 3, 2013 ACP > Members > Custom Profile Fields Edit each one you are showing it topics > scroll to the bottom and make sure they are set like this below; <span class="ft" style="float:left">{title}:</span><span class="fc" style="float:right">{content}</span> Link to comment Share on other sites More sharing options...
0 Skreamzja Posted November 3, 2013 Share Posted November 3, 2013 send me a pm again with an admin account. 1 Link to comment Share on other sites More sharing options...
0 Kingy Posted November 3, 2013 Share Posted November 3, 2013 The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved.If you have other questions, please open a new topic. Link to comment Share on other sites More sharing options...
Question
Guest Teregraded
Simply, how to add a profile field to show members reputation in text, like Webflake.
Link to comment
Share on other sites
9 answers to this question
Recommended Posts