Keyword

display item number

  • Leon Licht
  • Leon Licht's Avatar Topic Author
  • Offline
  • New Member
More
11 years 3 months ago #114768 by Leon Licht
display item number was created by Leon Licht
How can I display the number of items that will display in the user block (profile) near the Image.
I need the code that display the number of the items that in that user page.
I tried to use <?php echo count($this->items) ?> but it display only the items that in the first page and not totally all. I have 10 items per page. it display =<10. If you know what I mean.
Please help me!

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

  • Mohamed Abdelaziz
  • Mohamed Abdelaziz's Avatar
  • Offline
  • Platinum Member
  • Joomla Developer
More
11 years 3 months ago #114769 by Mohamed Abdelaziz
Replied by Mohamed Abdelaziz on topic Re: display item number
Hello Leon

Try this code:
<?php echo $this->pagination->get('total');?>

Multiple Extra Fields Groups for K2
AutoMeta for K2
Chained Fields for K2
More K2 Extensions In My Extensions Store

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


Powered by Kunena Forum