Eric,

Thanks for your email. I gave it a shot but it didn't seem to take away self URL posting. I'll keep playing around with it.

--
Patrick

On Mar 30, 2009, at 5:07 PM, Eric <[email protected]> wrote:

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