Keyword

User item list introtext - how to set quantity of words?

  • oliver87
  • oliver87's Avatar Topic Author
  • Offline
  • Junior Member
More
13 years 1 month ago #99520 by oliver87
Hi :)

 

I set in category view 50 words in introtext and of course is working correctly.

But when i looking on user item list then intotext contains all of words before readmore line. So in user item list introtext from category doesn't work. I compare php code and:

 

in category view looks like that:

 

<?php if($item->params->get('catItemIntroText')): ?>              <!-- Item introtext -->              <div class="catItemIntroText">                  <?php echo $item->introtext; ?>              </div>              <?php endif; ?>

 

in user item list view like that:

 

<?php if($item->params->get('userItemIntroText')): ?>              <!-- Item introtext -->              <div class="userItemIntroText">                  <?php echo $item->introtext; ?>              </div>              <?php endif; ?>

 

It seems all right but in user item list view i can't find any parameters to set quantity of words in introtext.

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


Powered by Kunena Forum