XF 1.5 How To Open Member Links In A New Page

king8084

Well-known member
I currently have this solution in place to forego using member cards and am instead jumping directly to member profiles.

What I'm struggling with is having the jump to member profiles be to a new window/tab in the browser.

I've tried going the long way to identify everywhere in the xf code that a member link is found and to use a target of "_blank", however, I haven't had luck doing so, due to the member links handled with the following code:

Code:
<xen:username user="$user" itemprop="name" rich="true" />
<xen:username user="$thread.lastPostInfo" />
etc..

...basically, i'm not sure how to tap into "<xen:username />" to specify the window target. Alternate option would be to somehow incorporate it into the linked solution thread above, but unclear how/if that could be done either.


Any suggestions would be awesome.
 
Top Bottom