Keyword album module
eliz82
Joined: 2009-11-06
Posts: 71 |
Posted: Thu, 2010-06-10 07:19 | |||
I want that keyword link only appear only under the Items (pictures), not both the Albums & Items. But it seems that in the module settings i do not have that option. any idea how to do this ?
|
||||
Posts: 8601
In keyalbum/module.inc you can find function getItemSummaries. Just below "foreach ($items as $item) {" put something like this:
if (GalleryUtilities::isA($item, 'GalleryAlbumItem')) continue;
Posts: 71
I tested. It's working.
many thanks