RSGallery2 Support Forums

RSgallery2 support forums => Resolved Issues => Topic started by: Radek Kafka on November 15, 2007, 03:44:58 am



Title: [FIXED] My galleries navigation problem
Post by: Radek Kafka on November 15, 2007, 03:44:58 am
Hello,

for registered user - My Galleries link produce too wide list (could be changed in template), but there is this warning displayed:

Warning: Missing argument 1 for mosPageNav::writePagesLinks(), called in /home/www/pgkrupka.com/subdomeny/www/components/com_rsgallery2/templates/semantic/display.class.php on line 1390 and defined in /home/www/pgkrupka.com/subdomeny/www/includes/pageNavigation.php on line 91

and navigation to next page is not generated correctly..

It generates:
http://www.pgkrupka.com/&limit=10&limitstart=10
staying on :
http://www.pgkrupka.com/index.php?option=com_rsgallery2&page=my_galleries

Radek


Title: Re: My galleries navigation problem
Post by: Radek Kafka on November 15, 2007, 04:04:13 am
Corrected by changing display.class.php (semantic template):


        <tr>
                <th colspan="4"><div align="center"><?php global $Itemid; echo $pageNav->writePagesLinks();echo "<br>".$pageNav->writePagesCounter(); ?></div></th>
            </tr>
 

        <tr>
                <th colspan="4"><div align="center"><?php global $Itemid; echo $pageNav->writePagesLinks("index.php?option=com_rsgallery2&amp;page=my_galleries");echo "<br>".$pageNav->writePagesCounter(); ?></div></th>
            </tr>
 


Title: Re: My galleries navigation problem
Post by: john on November 15, 2007, 04:42:47 am
thank you

fixed in SVN 413

john


Title: Re: [FIXED] My galleries navigation problem
Post by: Aitor on January 03, 2008, 06:27:13 am
Hi,
Thank you for the fix.
I have found another error with the combobox, wich function is to select the number of galleries per page will be displayed. It doesn't work , I guess it must be a problem with the Javascript code associated to this action.