Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • blink black Friend
    #175209

    URL: http://dakuz.com/joomla/
    Module: Popular News
    Module Type: JA Bulletin
    Module Position: right

    I want the page to open in New Tab window when someone clicks on any links. Thanks.

    khoand Friend
    #444730

    You replace the code (3 times) from /templates/ja_nex/html/mod_jabulletin/default.php

    <a href="<?php echo $item->link; ?>"
    with

    <a href="<?php echo $item->link; ?>" target="_blank"

    blink black Friend
    #444804

    Thanks a lot KHOAND

    jancoulson Friend
    #470600

    Is there any equivalent operation for JA News Pro and JA News Featured?

    I have looked in their directories, and there is no ‘default’php’ file.

    Saguaros Moderator
    #470717

    Hi jancoulson,

    It’s quite different, 2 above modules use blog.php file instead, if you want to apply the same, please find out this code:
    [PHP]<a href=”<?php echo $news->link?>”[/PHP]
    and replace with:
    [PHP]<a href=”<?php echo $news->link?>” target=”_blank”[/PHP]
    Hope this helps.

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

This topic contains 5 replies, has 4 voices, and was last updated by  Saguaros 11 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum