For more help, visit the WebGUI Community Wiki.
These variables are available from the listFilesForUser screen of the Gallery.
- user_albums
- This is the loop over the user's albums. All the user's albums will be
in this loop.
- user_files
- This is the loop over the user's files. Only the files on this page of
the results will be shown.
- userId
- The ID of the user currently being shown in the listFilesForUser page
- url_rss
- The URL to the RSS feed for this user's files and albums
- username
- The username of the user currently shown on the listFilesForUser page
- url_addAlbum
- URL to add an album to the gallery.
- url_listAlbums
- URL to list the albums in the gallery.
- url_listAlbumsRss
- URL to the RSS feed for the list of albums.
- url_listFilesForCurrentUser
- URL to list albums and files for the current user.
- url_search
- URL to the search page.
- canEdit
- This var is true if the user can edit the gallery.
- canAddFile
- This var is true if the user can add albums and files to the gallery.
- searchForm_start
- Begin the form to search the Gallery.
- searchForm_end
- End the form to search the Gallery.
- searchForm_basicSearch
- The basic search input box. Will search the title,
description, keywords, and user defined fields.
- searchForm_title
- Search by title.
- searchForm_description
- Search by description.
- searchForm_keywords
- Search by keyword.
- searchForm_location
- Search by location.
- searchForm_className
- Search by class name.
- searchForm_creationDate_after
- Limit search to assets created after this date-time.
- searchForm_creationDate_before
- Limit search to assets created before this date-time.
- searchForm_submit
- Submit the search form.