RSS Feed/News Switch overlay & HTML in replacement

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
26,163
Points
823

Reputation:

Trying to make HTML in the switch overlay replacement string working. Any way to get this done? Current markup is:
HTML:

Code:
                    <a href="{{ link('forums/watch', $node.Data) }}"
                       data-xf-click="switch-overlay"
                       data-sk-watch="<i class='fa fa-eye-slash'></i>"
                       data-sk-unwatch="<i class='fa fa-eye'></i>">
                        <xf:if is="{$node.Data.Watch.{$xf.visitor.user_id}}">
                            <i...

Read more

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