V.Krishn writes:
Is there a way to get attachlist count? (directly or via template)

If what you need is just the plain number of files in the upload directory related to the page, it is possible with a PageVariable, add this to your config.php:

   $FmtPV['$NbAttachments'] = 'AttachExist("$group.$name")';

Then, in a page use {$NbAttachments}, {*$NbAttachments} or {OtherPage$NbAttachments}, and in a pagelist template use {=$NbAttachments}.

If you want the count of only some files, eg. pictures, or exclude some files - deleted files or thumbnails, I don't think we have such a recipe yet.

Petko


_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to