customising pagination

  • Amanda
  • Topic Author
  • Offline
  • New Member
  • New Member
More
2 weeks 22 hours ago #170167 by Amanda
customising pagination was created by Amanda
Hi Tuan,

I'm trying to get rid of pagination on my site and show all events across all views.  When I create a menu item that displays a category, I see there is an option to show a maximum number of items.. which is great because I can just set a really high number & pagination goes away.

However, if the user browses to a different category from that view, the pagination re-appears... the URL is appended by the category name, which is not configured by my menu option. Presumably there's another place where this is configured.

How can I remove pagination from these category views?  Looking at the php for these category layouts.. I'm guessing there's some way to increase the pagination-limit for everything?        if ($this->pagination->total > $this->pagination->limit)
Kind regards
Mark


 

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

More
2 weeks 17 hours ago #170177 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic customising pagination
Hi

If I understand your requirement correctly, please go to Events Booking -> Configuration, look at Themes tab, find the config option Events Per Page, change it to a high number like 1000

Then check to see if it works ?

Regards,

Tuan

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