test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • michaelbanks Friend
    #141166

    Hi,

    Could you please tell me how to take out the article title from mod_janews

    http://groveburycars.ambassadorpress.co.uk/

    It’s the grey text displayed beneath the images.

    Also, is it possible to make the image clickable through to the article?

    Thanks,

    Michael

    Anonymous Moderator
    #305497

    hi michaelbanks,

    I would like to answer your questions as follows:

    + It’s the grey text displayed beneath the images.
    => I checked your website but could not find the ja news module. You are not using it. Also i have checked our template again but could not find this issue.

    + Also, is it possible to make the image clickable through to the article?
    => It is possible. Please open templatesja_cooper_businesshtmlmod_janewsblog_item.php file, at about line 46, find following code:

    [PHP]<?php if ($showimage) : ?>
    <?php echo $image; ?>
    <?php endif; ?>[/PHP]

    and change to

    [PHP]<?php if ($showimage) : ?>
    <a href=”<?php echo $link;?>” title=”<?php echo strip_tags($row->title);?>”><?php echo $image; ?></a>
    <?php endif; ?>[/PHP]

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

This topic contains 2 replies, has 2 voices, and was last updated by Anonymous 15 years, 6 months ago.

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