0

I have just updated to Joomla 3.4.0 and my pagination hack has disappeared.

Previously the number of (pagination) links to show could be edited in pagination.php but I can no longer find out where that file lives?

What's causing this issue and how can I fix it?

Alex K
  • 8,269
  • 9
  • 39
  • 57
user2713512
  • 241
  • 1
  • 5
  • 16

2 Answers2

1

The pagination file you are talking about is in:

templates/your_template_name/html/pagination.php

In that file you can edit the following functions:

pagination_list_footer($list)
pagination_list_render($list)
pagination_item_active($item)
pagination_item_inactive($item)

You can find a proper tutorial here

borracciaBlu
  • 4,017
  • 3
  • 33
  • 41
  • Thanks but this isn't the core pagination file. Only in the core pagination file can you change the amount of pagination links that appear. It is set to 10 but I need to change it to 20. – user2713512 Mar 11 '15 at 09:49
0

Just discovered it is now stored here:

libraries/cms/pagination/pagination.php

user2713512
  • 241
  • 1
  • 5
  • 16