What template am I looking for so I can change the dropdown menu for a person's username, so the link to their site opens in a new window instead of shunting people off my board? This has been bugging me ever since 3.0G. The postbit templates use:
HTML Code:
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
Do I need to hack
target="_blank" into member.php somewhere?