Quote:
Originally Posted by Darkrai
In VB5, only the green bars for the reputation is shown. How do show the actual number of the rep point power? Is there some sort of mod for it?
|
Quote:
Originally Posted by DisasterDotCom
See https://vborg.vbsupport.ru/showthread.php?t=297041 to set up the foundation of adding additional fields to the postbit.
And then add {vb:raw conversation.reputation} into conversation_fields (created from that last link)
My conversation fields:
Code:
{vb:data userInfo, user, fetchProfileInfo, {vb:raw conversation.userid}}
<p>Rep Points: <font style="color:green">{vb:raw conversation.reputation}</font></p>
<vb:if condition="$userInfo['field5']"><a href="{vb:raw userInfo.customFields.category1_title.field5_title.val}" target="_blank" rel="nofollow"><img src="/forums/images/pb/facebook.png" alt="Facebook" title="Facebook"></a></vb:if>
<vb:if condition="$userInfo['field6']"><a href="{vb:raw userInfo.customFields.category1_title.field6_title.val}" target="_blank" rel="nofollow"><img src="/forums/images/pb/twitter.png" alt="Twitter" title="Twitter"></a></vb:if>
<vb:if condition="$userInfo['field7']"><a href="{vb:raw userInfo.customFields.category1_title.field7_title.val}" target="_blank" rel="nofollow"><img src="/forums/images/pb/googleplus.png" alt="Google+" title="Google+"></a></vb:if>
<vb:if condition="$userInfo['field8']"><a href="{vb:raw userInfo.customFields.category1_title.field8_title.val}" target="_blank" rel="nofollow"><img src="/forums/images/pb/linkedin.png" alt="LinkedIn" title="LinkedIn"></a></vb:if>
<vb:if condition="$userInfo['field9']"><a href="{vb:raw userInfo.customFields.category1_title.field9_title.val}" target="_blank" rel="nofollow"><img src="/forums/images/pb/pinterest.png" alt="Pinterest" title="Pinterest"></a></vb:if>
<vb:if condition="$userInfo['field10']"><a href="{vb:raw userInfo.customFields.category1_title.field10_title.val}" target="_blank" rel="nofollow"><img src="/forums/images/pb/youtube.png" alt="YouTube"></a></vb:if>
|
You didnt really answer his questions at all.