RSS Feed/News Widget abode/below node list issue

Status
Not open for further replies.

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
21,390
Points
823

Reputation:

I need to show my widget according to certain condition, and using template_modification to make it.

However if I set condition 1 (above), it shows the widget above but also in the bottom (but only the frame, not content, it's buggy).

It seems rendering twice even applied to condition. How can I solve that?

Code:

Code:
<xf:if is="condition == 1">
    <xf:widget key="my_widget" />
</xf:if>

<xf:macro name="node_list" arg-children="{$nodeTree}" arg-extras="{$nodeExtras}" />

<xf:if is="condition...

Read more

Continue reading...
 
Status
Not open for further replies.
Top