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.
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.
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...
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!!
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...