Keyword

show all button

  • IOANNIS ILIOPOULOS
  • IOANNIS ILIOPOULOS's Avatar Topic Author
  • Offline
  • Junior Member
More
12 years 2 months ago #100893 by IOANNIS ILIOPOULOS
show all button was created by IOANNIS ILIOPOULOS
Hello
i create a K2 content module and i choose to show the articles from one category and choose to show 2 articles
how may i have a button that says show all articles ???? and when the user clicks it to show all the articles in this category like a blog ????
thanx

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

More
12 years 2 months ago #100894 by Lefteris
Replied by Lefteris on topic Re: show all button
Setup the module to show item category. The item category is a link to the category. Try to edit some of the module settings to reveal all the capabilities.

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

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

  • IOANNIS ILIOPOULOS
  • IOANNIS ILIOPOULOS's Avatar Topic Author
  • Offline
  • Junior Member
More
12 years 2 months ago #100895 by IOANNIS ILIOPOULOS
Replied by IOANNIS ILIOPOULOS on topic Re: show all button
the module sais
SOURCE: Retrieve items from categories
then
category filter: select (my choice)
then i choose one category with the fetch items from the children categories enabled
...
and then there is NO option that sais something about show all articles

what i want is to show for example 2 articles with their read more ... and on the bottom to have something like pagination to show all the articles

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

  • Kannan Naidu Venugopal
  • Kannan Naidu Venugopal's Avatar
  • Offline
  • Platinum Member
  • Aham Brahmasmi
More
12 years 2 months ago #100896 by Kannan Naidu Venugopal
Replied by Kannan Naidu Venugopal on topic Re: show all button
At the bottom there is an option to add a custom url or a joomla menu item, you can set it to show and add a custom link or just select the menu item for the category

K2 Rocks \m/

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

More
12 years 2 months ago #100897 by Lefteris
Replied by Lefteris on topic Re: show all button
Do what Kannan Naidu suggested. Otherwise you can add the following code to a module template override:
<a  href="<?php echo $items[0]->categoryLink; ?>">ALL</a>
Just ensure that you have set the module to show the item category.

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