Changing the thumbnail layout in Plone

I had a lot of trouble searching for the simple task of changing the number of thumbnail images displayed on a page by Plone 3. The answer is to go into the Zope Management Interface (ZMI) and change portal_skins/ATContentTypes/atct_album_view .

Click on the Customize button, then replace the number 12 with the number of thumbnails per page that you want to display in the line:

batch python:Batch(images, 12, int(b_start), orphan=1)">

Reload the page.

Thanks to Mike Takahashi’s post here.

allrite

Irreverently irrelevant. Sysadmin, developer, web dude in a science research agency. WordPress, Japan, planes, trains, Arduino, Raspberry Pi/Pico, puns, dad jokes, etc

Tags:

Submit a comment

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s