Prohibit reactions in certain forums and/or for specific user groups.

Prohibit reactions in certain forums and/or for specific user groups.

Masetrix

Well-known member
Masetrix submitted a new resource:

Prohibit reactions in certain forums and/or for specific user groups. - deny reactions for users or forums

Prohibit reactions in certain forums and/or for specific user groups.

Edit Template: post_macros

Find near Line: 138 -> <xf:contentcheck>
after <xf:contentcheck> and before
PHP:
   <xf:react content="{$post}" link="posts/react" list="< .js-post | .js-reactionsList" />
insert:
PHP:
<xf:comment>Deny reaction edit-1</xf:comment>
 <xf:if is="!in_array($__globals.forum.node_id, [5,14,16,27])">
  <xf:if...

Read more about this resource...
 
Top Bottom