Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • nudee Friend
    #205401

    I need to put ‘Intro image’ to ‘Intro text (Read more)’ so that the RSS has a picture (because I need to sell a picture RSS Feed / Syndication Feeds.).

    and

    I need to put ‘Intro image’ to (tab : Images and ilnks / Intro Image) for thumb image at dasplay module

    the problem is

    It makes the duplicate Photos same two images.
    How to have a single image ?
    How do I solve the php code to disable the display of image only the intro text (read more).

    thank you very much


    1. 2015-04-09_9-55-29
    2. 2015-04-09_12-55-54
    nudee Friend
    #566474

    htdocsjatc_teline_v_orgtemplatesja_teline_vhtmllayoutsjoomlacontentintrodefault.php
    Find Line number 59

    <?php if ($aparams->get(‘show_intro’, 1)) : ?>
    <div class=”magazine-item-ct”>
    <?php echo $item->introtext; ?>
    </div>
    <?php endif; ?>
    —————————————— new replaced ————————–>

    <?php if ($aparams->get(‘show_intro’, 1)) : ?>
    <div class=”magazine-item-ct”>
    <?php
    $item->introtext =preg_replace(“/<a[^>]+>/i”, “”, $item->introtext ); // cut URL
    $item->introtext =preg_replace( ‘#<[^>]*img[^>]*>#msiU’, ”, $item->introtext ); // cut intro image
    echo $item->introtext;
    ?>
    </div>
    <?php endif; ?>


    1. 2015-04-09_17-04-17-2
    Ninja Lead Moderator
    #566551

    Did you solve it on your site?

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

This topic contains 3 replies, has 2 voices, and was last updated by  Ninja Lead 9 years, 7 months ago.

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