Pagination not showing

Phoca Gallery - image gallery extension
dbugger
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 09 Jul 2010, 11:42

Pagination not showing

Post 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?
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 10081
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Pagination not showing

Post by Benno »

Hi,
See: viewtopic.php?f=15&t=501&start=10
Kind regards,
Benno
dbugger
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 09 Jul 2010, 11:42

Re: Pagination not showing

Post 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?
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 10081
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Pagination not showing

Post 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
Post Reply