It would be GREAT if one could set the number of thumbnails that are shown in a gallery. Right now it is set to 10 which is not much. This seems like an essential feature to have.

Thanks a lot!
P.S. In all releases of the module Previous is misspelled as "previou."

Comments

eastcn’s picture

In the type content, there is a global setting: admin/content/node-type/photos

SnowFredje’s picture

It could be improved by adding a box where you can type in the number of photos to be shown. For me, the standard value of 40 is not enough.

vidda’s picture

I have the same opinion. Textbox would be better.

eastcn’s picture

The next release will add more value. You can modify photos.module documents, about 810 line:

$c = drupal_map_assoc(array(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10,20,25,30,35,40));
berdir’s picture

Status: Active » Fixed

I'm setting the issue to fixed as it will be fixed in the new version. Please re-active it, if you have any questions.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.