How to set Target Blank at Sponsor Link ?

Jhonson Kakiay Posted in Technical Support 9 years ago

I want to redirect or use function of target blank or new tab at sponsor link.
How to set the code ?

Thanks.

Replies
Indonesian Jhonson Kakiay Replied 9 years ago

I Need some help to open the link with target blank, in the post area ?

Thanks.

French Eric F. Replied 9 years ago

Look at the last post of this discussion

Indonesian Jhonson Kakiay Replied 9 years ago

I Need some help to open the link with target blank, in the post area ?

Thanks.

Indonesian Jhonson Kakiay Replied 9 years ago

Thank you for the script,

it was run so well.

French Eric F. Replied 9 years ago

Hi,

You can try /components/OssnAds/page/view.php
Line 21

<a class="a-heading" href="<?php echo $ads->site_url; ?>"><?php echo $ads->title; ?></a>

to:

<a class="a-heading" href="<?php echo $ads->site_url; ?>"target="_blank"><?php echo $ads->title; ?></a>