[RSS Feed/News] Make Forum Links Open in new tab

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Hello,
I searched forum for solutions, but it won't work.

we want to make forum links open in new tab

tried to edit "node_list_link_forum" line 27

changed

Code:

<a href="{{ link('link-forums', $node) }}" class="subNodeLink subNodeLink--link">{$node.title}</a>

to

Code:

<a href="{{ link('link-forums', $node) }}" class="subNodeLink subNodeLink--link" target="blank_">{$node.title}</a>

tried other templates but not working.

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom