Page 1 of 1

display category view pagination on top

Posted: 30 Apr 2014, 10:00
by pofagyalu
Hi everybody,

Could somebody tell me, how to move the pagination from the bottom to the top?
I use latest Joomla, latest Phoca gallery.

Thanks.
Zoltán

Re: display category view pagination on top

Posted: 03 May 2014, 13:25
by Jan
Hi, this needs to be customized directly in the code, e.g. in categories view:

components\com_phocagallery\views\categories\tmpl\default.php:

this part:

Code: Select all

echo $this->loadTemplate('pagination');
should be moved to top

Similar for the category view.

Jan

Re: display category view pagination on top

Posted: 06 May 2014, 08:43
by pofagyalu
Hello Jan,

This is absolutely what I was asking for and is working perfectly. You should mark this topic as solved.

Thank you.
Zoltán

Re: display category view pagination on top

Posted: 11 May 2014, 23:24
by Jan
Ok