Keyword

K2 Tag display

  • Dominic Reid
  • Dominic Reid's Avatar Topic Author
  • Offline
  • Junior Member
More
12 years 1 month ago #101854 by Dominic Reid
K2 Tag display was created by Dominic Reid
Hi all,
I'm trying to get this layout for tag pages demo.gavick.com/joomla16/jul2011/index.php/2011-08-04-23-47-02/k2-tags
but there seems to be only a choice for no text or full text, I saw half a help file about creating a template for tag pages but need the snippet of code to add to the page to get this effect of a limited amount of words for the intro text.
Any ideas genii?
Cheers
Dom

Please Log in or Create an account to join the conversation.

  • Dominic Reid
  • Dominic Reid's Avatar Topic Author
  • Offline
  • Junior Member
More
12 years 1 month ago #101855 by Dominic Reid
Replied by Dominic Reid on topic Re: K2 Tag display
It took me a while to dig around but I created a template over-ride, then found this code:

<?php echo $item->introtext; ?>

and replaced it with this (thanks Lefteris who suggested this in another post)

<?php echo K2HelperUtilities::wordLimit($item->introtext, 60); ?>

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum