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,726
- Points
- 823
Reputation:
I need to implement template modification just before login block but the div changes due some other add-on and because of that my modification doesn't work, the div is never found.
So my question is how to refers to a div that changes? Can I use some wildcard to refers to a part of the code?
e.g.
<div class="p-navgroup p-account {{ $xf.visitor.user_id ? 'p-navgroup--member' : 'p-navgroup--guest' }}" some-other-attribute="xxxxxx">
Continue reading...
So my question is how to refers to a div that changes? Can I use some wildcard to refers to a part of the code?
e.g.
<div class="p-navgroup p-account {{ $xf.visitor.user_id ? 'p-navgroup--member' : 'p-navgroup--guest' }}" some-other-attribute="xxxxxx">
Continue reading...