B
Black Horse Off Road
Guest
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:
to
Code:
tried other templates but not working.
Continue reading...
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.
Continue reading...