Joomla Blogview - Items with Tags, like in K2 Blogview

GK User
Mon Mar 16, 2015 11:10 pm
Hello all,

is it possible, to show item tags in joomla blogview, like in template demo in K2 blogview?
In Joomla content Items, the Tags are shown perfect, but in blogview. i can't get them to work.

I tried to copy the tags-snippet from Storefronts article/default.php to blog_item.php, but that didn't work:

Code: Select all
<div class="tags"><span class="tags-label"><?php echo JText::sprintf('TPL_GK_LANG_TAGGED_UNDER'); ?></span>
                 
               <?php foreach ($this->item->tags->itemTags as $tag) : ?>
                    <a href="<?php echo JRoute::_(TagsHelperRoute::getTagRoute($tag->tag_id . ':' . $tag->alias)) ?>"><?php echo $tag->title; ?></a>
               <?php endforeach; ?>
               </div>

Can you help me, to get the right code, so that tags are visible in joomla blogview, like in K2 blogview? That would be very kind!

Regards from Hamburg
Harald K.

PS: I would use K2, but in last 3 or 4 years i loose my trust a little bit, so i think, to go back to Joomla Core, wherever it is possible, cannot be a bad idea!
User avatar
Junior Boarder

GK User
Tue Mar 17, 2015 7:07 pm
Okay, now i found out, that joomla tag items break storefronts responsive menus functionality, it doesn't work anymore, see screenshot from a tag item!
User avatar
Junior Boarder

teitbite
Tue Mar 24, 2015 8:34 pm
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

GK User
Tue Mar 24, 2015 9:16 pm
teitbite wrote:Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.


Teitbite, thank you, but in the meantime i switched back to K2, so live view with joomla tags and so on is no longer available.
User avatar
Junior Boarder

teitbite
Thu Mar 26, 2015 2:40 pm
Hi

Ok. No problem, just let me know when You will need help with anything.
User avatar
Moderator


cron