http://www.xyplorer.com/product.php

http://www.xyplorer.com/highlights.php



That's good news.admin wrote:A major site relaunch is in the making...
Should be reworded to include it's use case in functions.return
Used only in a Custom Column script: Defines the cell data and ends the script.
Syntax
return data
data Data to show in the cell.
Example
Displays the first 12 characters of the content (!) of each file:
return readfile(<cc_item> , , 12);
Shouldn't each param be enclosed in square brackets because they're all optional?Syntax
savethumb(file="<curitem>, thumbnail_file="*_thumb", widthbox, heightbox, format="jpg", border_width)
Like this:Stef123 wrote:I also have problems understanding where width and height come into the picture, not physically but syntax-wise, the help manual says they're "variables of the thumbnail_file argument". However, so are widthbox and heightbox and yet they are listed in the overall scheme of things *headscratch*
Code: Select all
savethumb(, "*-<width>x<height>", 400, 400, "jpg");