I want to move the pagination to the top the page. I believe i need to modify the default.php in the category/tmpl and tmpl/categories folders. I have tried several but keep getting exception errors. is anybody able to tell me which code needs to moved and where it needs to be moved to.
thanks
move pagination to top of page
-
TNR27
- Phoca Member

- Posts: 30
- Joined: 26 Jul 2009, 16:47
Re: move pagination to top of page
I found this topic viewtopic.php?f=1&t=953 and part way down Jan posted that this will be added to the next version, the post was made 2008. I am unable to find this setting. Am I missing something?
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: move pagination to top of page
Hi, there was a problem with implemting it (coflicting the ids in two forms - as Joomla! standard pagination is used, I didn't found any way to differentiate between forms - so displaying top and bottom pagination at once not implemented) ... Displaying pagination on other position still not implemented (becuse of a lot of other features, overwriting extensions to 1.6 (moved adding of features about 1.5 year) and other factors (like few users willing to help with answering posts in forum or improving documentation)

Jan
https://www.phoca.cz/phoca-needs-your-help/
Jan
https://www.phoca.cz/phoca-needs-your-help/
If you find Phoca extensions useful, please support the project
-
TNR27
- Phoca Member

- Posts: 30
- Joined: 26 Jul 2009, 16:47
Re: move pagination to top of page
Thanks for the reply. So is there some way to manually move from the bottm to the top? If so how would it be done?
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: move pagination to top of page
For now I don't have any such guide, in fact the template file should be modified:
e.g. category view: components/com_phocagallery/views/category/tmpl/default.php - moving the form from bottom to top, e.g.
e.g. category view: components/com_phocagallery/views/category/tmpl/default.php - moving the form from bottom to top, e.g.
If you find Phoca extensions useful, please support the project