Hello
I implemented a page-list as described in pmwiki "easy gallery".
Today I saw the thumblist recipe and I'm wondering who I can merge the features of a pagelist with the better display of thumblist.

At the moment in every relevat file I have a header like
(:description  %thumb%[[{$FullName}|Attach:Carpet./x.jpg"{$Title}"]]%%:)

which I display from my template:
(:if false:)
[[#galleryPicOnly]]
(:template first:)
(:template each:)
(:div class="gallery" style="float: left; margin-top:50px; margin-left: 20px; width: 170px; height:170px; text-align: center; ":)
{=$Description}
(:divend:)
(:template last:)
[[#galleryPicOnlyend]]
(:templateend:)
<<
(:ifend:)

which is called in PageHeader of Category
(:pagelist name=-Gallery,-Action link=Category.{$Name} fmt=#galleryPicOnly:)

I'm just wondering, wether it is possible to use pagelist template as above to pass the parameters to (:thumbgallery:) or generate a list of (:tumb:). It also might be possible to use an (:tumblist..) in category.Groupdheader somehow.

Actually I like to generate a picture list for some categories.

regards
Patrick Ogay

P.S.
at the moment the list looks as this:
http://orientalcarpetstudio.com.jovinus-meta.net/Category/Gross











_______________________________________________
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to