Hoşgeldin Misafir

XenForo Tepki Yasaklama

xS0N3R

23 Ağu 2020
5,424 Mesaj

Aktiflik

Seviye

Deneyim

TIM / GÖREV:
Prohibit reactions in certain forums and/or for specific user groups.
Kod:
<xf:react content="{$post}" link="posts/react" list="< .js-post | .js-reactionsList" />

insert:
Kod:
<xf:comment>Deny reaction edit-1</xf:comment>
<xf:if is="!in_array($__globals.forum.node_id, [5,14,16,27])">
<xf:if is="!$xf.visitor.isMemberOf([14,17,24,29])">

under the following line of code
Kod:
<xf:react content="{$post}" link="posts/react" list="< .js-post | .js-reactionsList" />

insert:

Kod:
</xf:if>
</xf:if>