Page 1 of 1
Album without 'page 1/2'
Posted: Sat Mar 07, 2009 11:32 am
by requish
Hi,
Everyone want to make Album with separations like ex 'page 1/2'.
But I would like to make Album without this separations. In subpage in Album automaticly add 'page 1/2'. How to erase this? All photos form album will shown on ONE page.

Re: Album without 'page 1/2'
Posted: Mon Mar 23, 2009 11:55 am
by requish
Sooo? how remove function 'page', to display all images on one page in album?
really help me...
Re: Album without 'page 1/2'
Posted: Mon Mar 23, 2009 9:36 pm
by sleepingcavalry
requish,
I haven't looked at the Album module recently however, you're going to need to take a look at the template in use for that gallery. Thats the origin of the pagination info you're trying to get rid of.
To get it all on one page you could increase the photo-per-page limit.
Re: Album without 'page 1/2'
Posted: Mon Mar 23, 2009 10:57 pm
by requish
Thanks 4 reply.
However, in options i found only max rows per page...thats for 'Tables' tpl.
In my album I using modified template (graybox or some like that). there is no limit options...
Re: Album without 'page 1/2'
Posted: Tue Mar 24, 2009 9:07 pm
by sleepingcavalry
take a look in the template for any limit imposed by PHP. My impulse would be to strip out anything that imposes a limit or tests an amount in the array. But don't forget to plan the CSS!!
Re: Album without 'page 1/2'
Posted: Tue Mar 24, 2009 9:24 pm
by Dr.CSS
The Album like most all modules doesn't do pagination unless you limit the number of items per page so it seems you have number="3" or something in your album tag...
Re: Album without 'page 1/2'
Posted: Tue Mar 24, 2009 9:40 pm
by requish
I see... its works perfectly, thanks a lot for help!!!
