Open link in post into a new tab ? (solved)

Eric F. Posted in General Discussion 9 years ago

Hi,

What I need to modify to open link in post into a new tab ?
Or the file where I need to search ?

Thank-

Eric

Replies
Indonesian Jhonson Kakiay Replied 9 years ago

Thank you for the clue : target blank link code at post area.

French Eric F. Replied 9 years ago

Hi,

Finaly I've found a way, I don't know if it's the better but seems to work.

In /components/OssnEmbed/vendors/linkify/linkify.php I've change the line 52 :

    $url_replace = '$1$4$7$10$13<a href="$2$5$8$11$14" \\1 target="_blank">$2$5$8$11$14</a>$3$6$9$12';
French Eric F. Replied 9 years ago

Hi,

I think than I need to add it somewhere in /system/templates/output/url.php but don't find the good place yet :)

Thanks.

Eric

Indonesian Arsalan Shah Replied 9 years ago

The first idea is:

Use javascript to add 'target blank' for the links you want.