Page 1 of 1

Pagination not showing

Posted: 09 Jul 2010, 11:48
by dbugger
Hey guys. I ve set the pagination to different values, but the pagination menu is not appearing. this is what it looks like where it should appear:

Code: Select all

<form name="adminForm" method="post" action="http://aufbauzwei.flavorgroup.eu/joomla15sunprotect/index.php?option=com_phocagallery&view=category&id=1:test-phoca-category&start=13" style="">
<div class="pgcenter" style=""></div>
<input type="hidden" value="category" name="controller" style="">
<input type="hidden" value="1" name="0e70ff492f711ba3e4d2cee397d08541" style="">
</form>
what am I missing?

Re: Pagination not showing

Posted: 09 Jul 2010, 13:09
by Benno
Hi,
See: viewtopic.php?f=15&t=501&start=10
Kind regards,
Benno

Re: Pagination not showing

Posted: 09 Jul 2010, 14:17
by dbugger
Fixed... 50% :D

Exactly, from the menu, it shows me the navigation, thanks to Itemid parameters. The problem is im trying to link not the menu but the gallery modul, so that when it click, it jumps to the category view, and I dont know how to configure it so that it shows the Itemid parameter.

What could I do?

Re: Pagination not showing

Posted: 09 Jul 2010, 14:33
by Benno
Hi,
Exactly, from the menu, it shows me the navigation, thanks to Itemid parameters. The problem is im trying to link not the menu but the gallery modul, so that when it click, it jumps to the category view, and I dont know how to configure it so that it shows the Itemid parameter.

What could I do?
Did you try it with a hidden menu link? See: https://www.phoca.cz/documents/50-phoca/ ... -component
If you want to hide menu link to Phoca Gallery, you will make the menu group, where this menu link appears, unpublished. It means, the menu group will be unpublished but the menu link to Phoca Gallery will be published. If it is published, Itemid exists and module can find it. But as menu group is unpublished, no menu link will be displayed in frontend.
Perhaps this helps.
Kind regards,
Benno