[XTR] Reputation System - Xenforo 2

[XTR] Reputation System - Xenforo 2 1.0.3


[XTR] Reputation System.webp


This add-on allows you to adding a reputation system to your site based on reaction score, post count and trophy point.

Reputation Type
  • Reaction score
  • Post count
  • Reaction score or post count
  • Trophy points
Reputation Rank Style
  • Star Rank
  • Bar Rank
  • Animation Bar Rank

[XTR] Reputation System.webp



[XTR] Reputation System - 2.webp


Recommend for you:
User Reputation Score Banner for Xenforo 2
 

Attachments

Last edited:
Reputation system not showing in postbit
Go to "message_macros" and copy-paste;

<center>
<xf:if is="$xf.visitor.hasPermission('xtrReputation', 'viewLevel')">
<xf:if is = "{$xf.options.ReputationDesign} == 'StarRank'">
<xf:include template="xentr_reputation_system_star" />
<xf:elseif is = "{$xf.options.ReputationDesign} == 'BarRank'" />
<xf:include template="xentr_reputation_system_bar" />
<xf:elseif is = "{$xf.options.ReputationDesign} == 'AnimationBarRank'" />
<xf:include template="xentr_reputation_system_animation_bar" />
<xf:elseif is = "{$xf.options.ReputationDesign} == 'SpeedRank'" />
<xf:include template="xentr_reputation_system_speed" />
</xf:if>
</xf:if>
</center>
 
Go to "message_macros" and copy-paste;

<center>
<xf:if is="$xf.visitor.hasPermission('xtrReputation', 'viewLevel')">
<xf:if is = "{$xf.options.ReputationDesign} == 'StarRank'">
<xf:include template="xentr_reputation_system_star" />
<xf:elseif is = "{$xf.options.ReputationDesign} == 'BarRank'" />
<xf:include template="xentr_reputation_system_bar" />
<xf:elseif is = "{$xf.options.ReputationDesign} == 'AnimationBarRank'" />
<xf:include template="xentr_reputation_system_animation_bar" />
<xf:elseif is = "{$xf.options.ReputationDesign} == 'SpeedRank'" />
<xf:include template="xentr_reputation_system_speed" />
</xf:if>
</xf:if>
</center>


I must delete everything within message_macro or where I add it
 
Similar threads Most view View more
Back
Top Bottom