Quote:
Originally Posted by thcf
Can someone help me please, i have been asking this question for days now....
How do i make the similar thread links open in a new window? thanks
|
Template
showthread_similarthreadbit_ajax
Find:
Code:
<a href="showthread.php?$session[sessionurl]t=$simthread[threadid]" title="$simthread[preview]">$simthread[title]</a>
Replace:
Code:
<a href="showthread.php?$session[sessionurl]t=$simthread[threadid]" title="$simthread[preview]" target="_blank">$simthread[title]</a>