Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • usmancim Friend
    #177554

    Hi All

    I want to make Images of JA News feature Linked to Story, So user can click directly and move to story,

    I made these changes in
    /public_html/modules/mod_janews_featured/tmpl/default/blog.php

    [PHP]
    <a href=”<?php echo $news->link;?>” title=”<?php echo strip_tags($news->title); ?>”>

    <?php echo $news->bigimage?>
    </a>[/PHP]

    and for small images this

    [PHP]<a href=”<?php echo $news->link;?>” title=”<?php echo strip_tags($news->title); ?>”><?php echo $news->smallimage?></a>[/PHP]

    The problem is its not effecting

    Please advice

    Saguaros Moderator
    #454976

    Hi usmancim,

    You only need to add like this:
    [PHP]<a href=”<?php echo $news->link;?>”>
    <?php echo $news->bigimage?>
    </a>
    [/PHP]
    and
    [PHP]<a href=”<?php echo $news->link;?>”>
    <?php echo $news->bigimage?>
    </a>[/PHP]

    Please try with this and let me know if it helps.

    usmancim Friend
    #455048

    Hi
    Thanks for your reply,
    I tried but its not working please advice,

    regards

    Saguaros Moderator
    #455114

    Please pm me a temporary admin and FTP account. I shall help you out.

    usmancim Friend
    #455947

    Hi all

    Please anybody can help regarding this issue, Saguaros as i already sent all details please help regarding this issue.

    regards

    Saguaros Moderator
    #455992

    Dear usmancim,

    Sorry for this late reponse, I’ve just come back from holiday.

    Please check the FTP account and pm me again, I cannot access with this message:

    Error: Critical error
    Error: Could not connect to server

    usmancim Friend
    #458633

    Hi Saguaros

    Good Day,

    I already sent you two time correct information i tried hard again to make it possible but now way to solve this solution,

    Looking forward

    Thanks in advance

    regards

    Saguaros Moderator
    #458722

    Hi usmancim again,

    You should change the overridden file in template folder, NOT in module. It should be: templatesja_nexhtmlmod_janews_featurednexblog.php file and make changes as suggestion in my first reply.

    321fly Friend
    #467087

    Changed file templatesja_nexhtmlmod_janews_featurednexblog.php approx. lines72 & 126 with
    <a href="<?php echo $news->link;?>">
    <?php echo $news->bigimage?>
    </a>

    and

    <a href="<?php echo $news->link;?>">
    <?php echo $news->smallimage?>
    </a>

    offered by Saguaros. Thanks!

    For Link images in JA NewsPro –
    templatesja_nexhtmlmod_janewspronexblog.php
    I could not recognize a specific lines. Probably that must be other file?
    Pls give an idea

    Saguaros Moderator
    #467090

    Hi again,

    With JA Newspro module, it should be at line: [PHP]<?php if($showimage) echo $row->image; ?>[/PHP]

    Regards.

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

This topic contains 10 replies, has 3 voices, and was last updated by  Saguaros 12 years, 2 months ago.

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