RSS Feed/News Page node menu, is-selected - How to?

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
24,172
Points
823

Reputation:

Regarding this thread : https://xenforo.com/community/threads/is-selected-how-to.223700/
I want to do the same kind of menu but with page nodes, i tried this but it does not work...
HTML:

<a href="/-/podcasts/" class="blockLink {{ $node.node_id == $page.node_id ? 'is-selected' : '' }}">page A</a>
I dumped vars and node_id is available...
I'm surely missing something.
Thanks for any help.

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