in:
lib/util.php

function common_linkify

change:
$attrs = array('href' => $url, 'rel' => 'external');
to:
$attrs = array('href' => $url, 'rel' => 'external', 'target' => '_blank');

Should work? give it a try, dont have anything running on locally to test it
right now

-Eric Helgeson


2009/3/30 Patrick Phelan <[email protected]>

> I am interested in making urls posted in notices open up in a _blank page
> versus _self.  Does anyone know where this can be changed?
>
> Thanks,
>
> --
> Patrick
>
>
> _______________________________________________
> Laconica-dev mailing list
> [email protected]
> http://mail.laconi.ca/mailman/listinfo/laconica-dev
>
>
_______________________________________________
Laconica-dev mailing list
[email protected]
http://mail.laconi.ca/mailman/listinfo/laconica-dev

Reply via email to