Jump to content
WebFlake
  • 0

Reputation under the profile information


Guest Teregraded

Question

9 answers to this question

Recommended Posts

  • 0

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>
  • Upvote 1
Link to comment
Share on other sites

  • 0

Ok but, how to make it text? Like a profil field?

ACP > Looks and Feel > Skin Name > tbSruilHook

at 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

  • 0
Guest Teregraded
ACP > Looks and Feel > Skin Name > tbSruilHook

at 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

  • 0
Guest Teregraded

 

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>

 

Posted Image

Link to comment
Share on other sites

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