Resource icon

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

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,773
Points
823

Reputation:

ENXF NET 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