VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: Meton on November 24, 2015, 01:04:56 AM

Title: Remove ... from pagination?
Post by: Meton on November 24, 2015, 01:04:56 AM
Hi Guys,

Is there any way i can remove the ... in the pagination?

This is what i am trying to do:

Current pagination:

<first> <pref> 1 2 3 4 ... 6 <next> <last>

I would like to have:
<first> <pref> 1 2 3 4 5 6 <next> <last>


Kind regards,

Meton
Title: Re: Remove ... from pagination?
Post by: jenkinhill on November 24, 2015, 23:38:28 PM
These are Joomla/template changes, not within VirtueMart.

To change the rendering you should edit
templates/your_joomla_template/html/pagination.php

ISTR that the maximum number of page numbers to show is set in  libraries/cms/pagination/pagination.php