我使用MODx Revolution ver.2.20和Gallery module ver.1.4.0。 所以,我需要获取文件夹中的图像数量。我用谷歌搜索了,但我找不到任何有效的解决方案。
我怎样才能得到它?感谢。
好的,这是解决方案。
代码段致电
[[!GalleryAlbums? &parent=`5` &showAll=`1` &sort=`rank` &dir=`ASC` &limit=`50` &rowTpl=`b-top-img`]]
b-top-img 代码段
<!-- p-cover -->
<div class="p-cover [[+id]]">
[[!Gallery? &album=`[[+id]]` &thumbWidth=`300px` &thumbHeight=`300px` &thumbTpl=`b-middle-img`]]
</div>
<!-- /p-cover -->
b-middle-img chunk
<div class="p"><img src="[[+thumbnail]]" alt="[[+name]]" /></div>
答案 0 :(得分:1)
如果您熟悉PHP,可以通过此示例创建自己的代码段 - http://rtfm.modx.com/display/ADDON/Gallery.GalleryItem.GalleryItemPagination