1

Topic: How do I change this line to not open in _blank

I´m using this line in mod_topicpreview.php Is it possible to change so when I click the <a href="viewtopic.php?pid='.$cur_t ....in the same window and not _blank?

$last_post = '<a href="viewtopic.php?pid='.$cur_topic['last_post_id'].'#p'.$cur_topic['last_post_id'].'" onmouseover="ddrivetip(\''.$cur_topic['message'].'\')" onmouseout="hideddrivetip()">'.pun_htmlspecialchars($cur_topic['subject']).'</a>';


Cheers!

Re: How do I change this line to not open in _blank

Try finding those JScript functions