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
- 25,477
- Points
- 823
Reputation:
I've nailed it down to this being the signature displayed:
Code:
I thought that
It might be up to
Is this possible with XF core template edits, or...
Read more
Continue reading...
Code:
{{ bb_code($user.Profile.signature, 'user:signature', $user) }}
I thought that
user:signature
might've pointed me to a template/macro, but that wasn't the case.It might be up to
bb_code()
that adds the nofollow ugc noopener
attributes, which I have no control over. However, there might be a function that I'm missing that could be added to not add that.Is this possible with XF core template edits, or...
Read more
Continue reading...