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
- 24,714
- Points
- 823
Reputation:
Hi,
Looks like I'm making a mistake somewhere in the display condition.
I need to hide a widget from multiple pages, but nothing works.
If I use
Code:
it works.
But when trying to add another page nothing works
Code:
What am I doing wrong?
Continue reading...
Looks like I'm making a mistake somewhere in the display condition.
I need to hide a widget from multiple pages, but nothing works.
If I use
Code:
$xf.reply.template !== 'whats_new'
it works.
But when trying to add another page nothing works
Code:
$xf.reply.template !== 'whats_new, whats_new_profile_posts'
What am I doing wrong?
Continue reading...