I am not familiar with that Mod. Can you provide a link to it?newsbee wrote:The mod is fine and quite useful, but it stops the mod which converts internal links to subject lines.
You are welcome.Drakken wrote:Works great here, thanks!
Code: Select all
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
<script type="text/javascript">
// <![CDATA[
$(document).ready(function() {
$('a[href^="http://"]').filter(function() {return this.hostname && this.hostname !== location.hostname;}).attr('target', '_blank');
});
// ]]>
</script>