Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #761615

    Hi
    Try my solution below
    Go to templatesuberacmclientstmplstyle-1.php
    Find this code

    <?php if($clientLink):?><a href="<?php echo $clientLink; ?>" title="<?php echo $clientName; ?>" ><?php endif; ?>
    

    Replace it with

        <?php if($clientLink):?><a href="<?php echo $clientLink; ?>" target="_blank" title="<?php echo $clientName; ?>" ><?php endif; ?>
    
    Anklicker Friend
    #761618

    Thanks for your answer, but i want to open the external link from the sponsors. Now it opens the whole site again in a new tab…
    How can i open the link to the website of the clients in a new tab?

    Pankaj Sharma Moderator
    #761630

    Hi
    Yes it open the link in new Tab , as u needed target="_blank " added in the code . Could u more specify the details what u want to change

    Anklicker Friend
    #761633

    SORRY, was my fault. i clicked on a link which was not linked with a site.
    So thanks a lot it works perfectly!!!
    have a nice day.

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 5 replies, has 2 voices, and was last updated by  Anklicker 8 years, 11 months ago.

The topic ‘How to set links target="_blank" for the ACM Module Sponsors?’ is closed to new replies.