Hi!
If I am not mistaken, no sorting is implemented in Slimbox2 (or it sorts by item IDs, which is transparent to the user).
You can however, extend the Slimbox2 function with the sorting order.
If I am not mistaken, no sorting is implemented in Slimbox2 (or it sorts by item IDs, which is transparent to the user).
You can however, extend the Slimbox2 function with the sorting order.
- In the C1 Console on the "Functions" perspective, expand XSLT Functions > Composite > Media > Image Gallery
- Edit the Slimbox2 function.
- On the Function Calls tab, select the Order By parameter.
- For its "Parameter Type" click Constant.
- In the "Parameter Value", select the field you want the imagesto be ordered by, for example, "Title" or "Filename".
- Save your changes.