Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • John Wesley Brett Moderator
    #704228

    Looking (perhaps overlooking) a simple way to add tags for Videos.
    I can add them in the content editor…but they are not showing in the template.

    They appear for other content types…but not videos for some reason.

    Thanks,
    John.

    melvine Friend
    #704290

    Hello John,

    I think we must do the modification by ourselves if we want this option

    Did you try to modify the file templatesja_teline_vhtmllayoutsjoomlacontentitemvideo.php

    lines 63-68

    <?php if ($aparams->get('show_intro', 1)) : ?>
    <div class="magazine-item-ct" itemprop="description">
    <?php echo JLayoutHelper::render('joomla.content.info_block.topic', array('item' => $item)); ?>
    <?php echo $item->introtext; ?>
    </div>
    <?php endif; ?>

    Remplace by

    <?php if ($aparams->get('show_intro', 1)) : ?>
    <div class="magazine-item-ct" itemprop="description">
    <?php echo JLayoutHelper::render('joomla.content.info_block.topic', array('item' => $item)); ?>
    <?php echo $item->introtext; ?>
    <?php echo JLayoutHelper::render('joomla.content.tags', $item->tags->itemTags); ?>
    </div>
    <?php endif; ?>

    The result is okay for me

    Best Regards
    Melvine

    melvine Friend
    #751236

    Hello John,

    I think we must do the modification by ourselves if we want this option

    Did you try to modify the file templatesja_teline_vhtmllayoutsjoomlacontentitemvideo.php

    lines 63-68

    <?php if ($aparams->get('show_intro', 1)) : ?>
    <div class="magazine-item-ct" itemprop="description">
    <?php echo JLayoutHelper::render('joomla.content.info_block.topic', array('item' => $item)); ?>
    <?php echo $item->introtext; ?>
    </div>
    <?php endif; ?>

    Remplace by

    <?php if ($aparams->get('show_intro', 1)) : ?>
    <div class="magazine-item-ct" itemprop="description">
    <?php echo JLayoutHelper::render('joomla.content.info_block.topic', array('item' => $item)); ?>
    <?php echo $item->introtext; ?>
    <?php echo JLayoutHelper::render('joomla.content.tags', $item->tags->itemTags); ?>
    </div>
    <?php endif; ?>

    The result is okay for me

    Best Regards
    Melvine

    John Wesley Brett Moderator
    #704876

    You are the MAN!
    Brilliant!

    Thank you much.

    John.

    John Wesley Brett Moderator
    #751539

    You are the MAN!
    Brilliant!

    Thank you much.

    John.

    melvine Friend
    #704908

    Thanks John
    I’m glad this helped;)

    melvine Friend
    #751571

    Thanks John
    I’m glad this helped;)

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

This topic contains 7 replies, has 2 voices, and was last updated by  melvine 8 years, 6 months ago.

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