Forumunuzda Xtr Reputation System ( İtibar puanı sistemi ) temanızın özelliğinden dolayı çalışmıyorsa;
Bu eklenti XenTr ürünüdür ve diğer tamalarda çalışmadığında küçük bir kod ilavesi ile aktif hale getirilir.
Temanızın message_macros şablonuna aşağıdaki kodu ekleyip kaydedin.
<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>
Bu eklenti XenTr ürünüdür ve diğer tamalarda çalışmadığında küçük bir kod ilavesi ile aktif hale getirilir.
Temanızın message_macros şablonuna aşağıdaki kodu ekleyip kaydedin.
<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>