XF 2.3 Signatures with "dofollow" links

frm

Well-known member
I've nailed it down to this being the signature displayed:
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 would it require custom development?
 
Back
Top Bottom