Keyword

[SOLVED] "related by tag" intro text limit?

  • Myorai
  • Myorai's Avatar Topic Author
  • Offline
  • Junior Member
More
8 years 10 months ago #144535 by Myorai
"related by tag" intro text limit? was created by Myorai
hello,

i was wondering if there's a way to limit the introtext of items, when shown in the "related by tag" area?

havn't found anything about it on the forum.

i use long introtext in my items, so showing it all in the "related items" makes all that area to big. hope there's some code who will limit it.

thanks in advance

yorai

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

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
8 years 10 months ago #144591 by Krikor Boghossian
Replied by Krikor Boghossian on topic "related by tag" intro text limit?
Hello,

This is the function you need:
<?php echo K2HelperUtilities::wordLimit($item->introtext, 5); ?>
Where 5 is the limit.

The complete code that should replace the default in item.php would be:
<?php if($this->item->params->get('itemRelatedIntrotext')): ?>
				<div class="itemRelIntrotext"><?php echo $item->introtext; ?></div>
				<?php endif; ?>

This post will help you locate the files you need to edit getk2.org/documentation/tutorials/174-templating-with-k2-and-the-concepts-of-sub-templates

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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

  • Myorai
  • Myorai's Avatar Topic Author
  • Offline
  • Junior Member
More
8 years 10 months ago #144611 by Myorai
Replied by Myorai on topic [SOLVED] "related by tag" intro text limit?
Hi Krikor,
thanks for the answer.
marking this as solved.
yorai

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

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
8 years 10 months ago #144626 by Krikor Boghossian
Replied by Krikor Boghossian on topic [SOLVED] "related by tag" intro text limit?
You 're welcome Yorai :)

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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


Powered by Kunena Forum