Need help about files action parameters
Hi,
I'm new to WackoWiki and I a have a question about the {{files}} command.
I'm trying to make a page to see all the uploaded files but I can't manage to do it.
I'm calling the files command like that: {{files [global=1]}} but it only shows the files of the page, not all the pages available. Same result if I use {{files [all=1]}}.
When I change the value of the variables ($global or $all) directly in the files.php, it shows me the right files.
Am I doing something wrong?
Tanks for the help.
Comments
Log in or create an account to post a comment.
Re: Need help about files command
[square brackets].When using the actions please remove the square
[ ]brackets from the parameters to make it work.Numerical values are given without and strings with quotation marks,
max=10andpage="PageName".Re: Need help about files command
I didn't notice this box ;)