thanks caro84g for psot, but it not works for me, because i want use the tree module, not link menu.
so i change the code in file "components\com_phocagallery\views\category\tmpl\default.php" liKe this :
-------------------------------------------------------
<?php
if (count($this->items)) {
echo '<div><center>';
if ($this->params->get('show_pagination_limit')) {
echo '<div style="margin:0 10px 0 10px;display:inline;">'
.JText::_('Display Num') .' '
.$this->tmpl['pagination']->getLimitBox()
.'</div>';
}
//THIS ADD REMARK LINE
// if ($this->params->get('show_pagination')) {
echo '<div style="margin:0 10px 0 10px;display:inline;" class="sectiontablefooter'.$this->params->get( 'pageclass_sfx' ).'" >'
.$this->tmpl['pagination']->getPagesLinks()
.'</div>'
.'<div style="margin:0 10px 0 10px;display:inline;" class="pagecounter">'
.$this->tmpl['pagination']->getPagesCounter()
.'</div>';
//THIS ADD REMARK LINKE
// }
echo '</center></div>';
--------------------------------------------------------------------
change code it works for me,
why we use only one (the tree or link menu) because if we have both
the pagination's link menu 20 image (global parameter)
and the tree menu (component parameter) is set 5 image.
if the user click tree show every 5 image and if the user click from link menu
image will show every 20 image, hik hik.......
and the change above remark line only for always show the first/next/prev/last button for every iamge in tree menu without link menu
thanks for wonderfull code !
bravo phoca