-
AuthorPosts
-
John Wesley Brett Moderator
John Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
October 10, 2015 at 1:43 pm #704228Looking (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 Friendmelvine
- Join date:
- August 2012
- Posts:
- 160
- Downloads:
- 162
- Uploads:
- 2
- Thanks:
- 37
- Thanked:
- 33 times in 9 posts
October 10, 2015 at 9:14 pm #704290Hello 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
Melvinemelvine Friendmelvine
- Join date:
- August 2012
- Posts:
- 160
- Downloads:
- 162
- Uploads:
- 2
- Thanks:
- 37
- Thanked:
- 33 times in 9 posts
October 10, 2015 at 9:14 pm #751236Hello 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
MelvineJohn Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
October 13, 2015 at 4:00 pm #704876You are the MAN!
Brilliant!Thank you much.
John.
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
October 13, 2015 at 4:00 pm #751539You are the MAN!
Brilliant!Thank you much.
John.
-
AuthorPosts
This topic contains 7 replies, has 2 voices, and was last updated by melvine 9 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum