For more help, visit the WebGUI Community Wiki.
These variables are available from the RSS feed of the Album
- file_loop
- This is the loop over the files for the RSS feed that includes extra vars.
- rssDate
- The RFC2822-compliant date for the RSS feed.
- isPending
- A flag to set if the GalleryAlbum is not yet approved. Users who can edit the GalleryAlbum are allowed to see them before they are approved.
- canAddFile
- This variable is true if the user can add files to this Album.
- canEdit
- This variable is true if the user can edit this Album.
- url_listAlbums
- The URL to the list albums view of the parent Gallery
- url_listAlbumsRss
- The URL to the list albums RSS of the parent Gallery
- url_listFilesForCurrentUser
- The URL to list files for the current user, part of the parent Gallery
- url_search
- The URL to the search view of the parent Gallery.
- url_addArchive
- The URL to add an archive of files to this Album.
- url_addPhoto
- The URL to add a Photo asset to this Album
- url_addNoClass
- The URL to add something to the Album. You must add
the ";class=Class::Name" to the end of it.
- url_delete
- The URL to delete this Album
- url_edit
- The URL to edit this Album.
- url_listFilesForOwner
- The URL to the listFilesForUser screen for the owner of this Album.
- url_viewRss
- The URL to the RSS feed for this Album.
- url_slideshow
- The URL to the slideshow view of this Album.
- url_thumbnails
- The URL to the thumbnails view of this Album.
- nextAlbum_url
- The URL to the next album in the list, in the order that is shown on the Gallery List Albums view. If there is no next album, this variable will not exist.
- nextAlbum_title
- The title for the next album in the list.
- nextAlbum_thumbnailUrl
- The URL to the thumbnail image for the next album in the list.
- previousAlbum_url
- The URL to the previous album in the list, in the order that is shown on the Gallery List Albums view. If there is no previous album, this variable will not exist.
- previousAlbum_title
- The title for the previous album in the list.
- previousAlbum_thumbnailUrl
- The URL to the thumbnail image for the previous album in the list.
- fileCount
- The number of files in this Album.
- ownerUsername
- The username of the owner of this Album.
- thumbnailUrl
- The URL for the thumbnail of the file selected as this Album's
thumbnail.
- gallery_title
- The title of the Gallery containing this File
- gallery_menuTitle
- The menu title of the Gallery containing this File
- gallery_url
- The URL of the Gallery containing this File
- gallery_displayTitle
- Whether the Gallery containing this File is set to display its title, or not.
- 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.
- file_loop
- The loop of files on this page.