[XTR] Reputation System - Xenforo 2

[XTR] Reputation System - Xenforo 2 1.0.3

  • Thread starter Thread starter xenvn
  • Start date Start date
[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
 
Hello, I made the template modification directly in the addon. ( For xenforo 2.3 )
You just have to install it and rebuild the addon

Give me some suggestions on how to configure it based on the bar through topics or answers created by the User.
 
Similar threads Most view View more
Back
Top Bottom