K4kArot2015 / sigplus

Automatically exported from code.google.com/p/sigplus
0 stars 0 forks source link

Gallery from subfolder tree parametr depth=-1 #92

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi!

Is this code can build a gallery of all the photos in all subfolder-a,-b,-c?

{gallery depth=-1 filter-include="*owl*" layout="flow" 
maxcount=0}folder{/gallery}

I do not know whether the lack of gallery is the fault of my syntax error?

Best Regards!

Original issue reported on code.google.com by venapr...@gmail.com on 7 Nov 2013 at 12:28

Attachments:

GoogleCodeExporter commented 9 years ago
help.

Original comment by ten.mari...@gmail.com on 8 Nov 2013 at 1:04

GoogleCodeExporter commented 9 years ago
The syntax for the parameter "depth" is correct, a positive number instructs 
sigplus to recursively scan a directory hierarchy up to a depth limit, -1 uses 
no limit, and 0 scans only the specified directory but no subdirectories (which 
is the default behavior).

Unfortunately, an implementation issue prevented the parameter "depth" from 
working properly in some sigplus versions. (Database queries did not properly 
handle nested folders, and missing preview and thumbnail images were not 
generated for nested folders.) This issue has been fixed in version 1.5.0.195.

Original comment by huny...@gmail.com on 9 Nov 2013 at 3:27

GoogleCodeExporter commented 9 years ago
Works. Congratulations efficiency and thank you!

Original comment by ten.mari...@gmail.com on 9 Nov 2013 at 5:34