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
- 27,321
- 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:
I dumped vars and
I'm surely missing something.
Thanks for any help.
Continue reading...
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...