Skip to content
  1. Extras
  2. ResVideoGallery
  3. Snippets
  4. ResVideoGalleryTags

ResVideoGalleryTags

Snippet for outputting a tag cloud with filtering.

Parameters

ParameterDefaultDescription
parentsComma-separated list of parent IDs for the search. By default the search is limited to the current parent. Use 0 for no limit.
resourcesCurrent resource IDComma-separated list of resource IDs to include. If an ID is prefixed with a minus sign, that resource is excluded.
showInactive0Include inactive video.
limit0Number of videos to output. Use 0 for no limit.
offset0Number of results to skip from the start.
sortbytagSort field.
sortdirASCSort direction.
whereJSON string for the SQL WHERE clause. Example: &where={"template":15} (no TV).
tagsVartagIf set, the snippet reads the "tags" value from $_REQUEST["name"]. E.g. if you set "tag", the snippet only outputs files matching $_REQUEST["tag"].
tplresVideoGalleryTagsTplFenom chunk for the snippet output.