Quote:
Originally Posted by BUDIMAN
hi, I'm using vb4.0.5
i have a question here about subforum that redirect to another link
so, my question is, how to make it opens in new windows when we click it ?
i know there is a modification for vb3
but in vb4, which one template that I need to edit ?
please see my photo attachment
please guys :-(
|
At forumhome_forumbit_level2_post template, find the following code:
HTML Code:
<h2 class="forumtitle"><a href="{vb:link forum, {vb:raw forum}}">{vb:raw forum.title}</a></h2>
and change it to:
HTML Code:
<h2 class="forumtitle"><a href="{vb:link forum, {vb:raw forum}}" target="_blank">{vb:raw forum.title}</a></h2>