New Dynamic YouTube Gallery - Embed YouTube Playlist, Channel, Live Stream in minutes. Read More

How to increase title character limit

  • Georgios
  • Topic Author
  • Visitor
  • Visitor

How to increase title character limit was created by Georgios

Hi
How to limit the length of the title, 20 characters?

components/com_allvideoshare/views/videos/tmpl/default.php

<div class="caption">
<h4><a href="<?php echo $target; ?>"><?php echo $item->title; ?></a></h4>
</div>

Thank you
6 years 8 months ago #8722

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

  • Posts: 2478
  • Thank you received: 1451

Replied by Administrator on topic Re: How to increase title character limit

Try using,
<div class="caption">
<h4><a href="<?php echo $target; ?>"><?php echo AllVideoShareUtils::Truncate($item->title, 20); ?></a></h4>
</div>
6 years 8 months ago #8724

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

  • Georgios
  • Topic Author
  • Visitor
  • Visitor

Replied by Georgios on topic Re: How to increase title character limit

Working fine!
Thank you!
6 years 8 months ago #8726

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

Time to create page: 0.086 seconds

We accept cookies to provide you the best viewing experience. By using our services, you agree to our use of cookies