Help: Collaboration Search Template Variables
For more help, visit the WebGUI Community Wiki.
- form.header
- HTML and javascript required to make the form work.
- query.form
- HTML form for adding a field where all input has to be in matched pages.
- form.search
- A button to add to the form to begin searching.
- form.footer
- HTML required to end the search form.
- back.url
- A URL for returning to the main view for this Collaboration Asset.
- post_loop
- A list of posts for this Collateral Asset.
- id
- The AssetId of this Post.
- url
- The URL of this Post.
- rating_loop
- A loop that runs once for each point of rating that the Post has
- rating_loop.count
- The index variable for the rating_loop.
- content
- The formatted content of this Post.
- status
- The status of this Post.
- thumbnail
- If this Post has attachments, the URL for the thumbnail of the first image attachment.
- image.url
- If this Post has attachments, the URL for the first image attachment.
- dateSubmitted.human
- The date this Post was submitted, in a human readable format.
- dateUpdated.human
- The date this Post was last updated, in a human readable format.
- timeSubmitted.human
- The time this Post was submitted, in a human readable format.
- timeUpdated.human
- The time this Post was last updated, in a human readable format.
- userProfile.url
- The URL to the Profile of the User who submitted this Post.
- hideProfileUrl
- A conditional that is true if the poster is a visitor, or the current user is a visitor. In the first case, Visitor's profile is not visible to any user. In the second case, Visitor is not allowed to view any user's profile
- user.isVisitor
- A conditional that is true if the poster is a visitor.
- edit.url
- The URL to edit this Post.
- controls
- A set of editing icons to delete or re-order this Post.
- isSecond
- A conditional indicating that is true if this Post is the second in this Collaboration Asset.
- isThird
- A conditional indicating that is true if this Post is the third in this Collaboration Asset.
- isFourth
- A conditional indicating that is true if this Post is the fourth in this Collaboration Asset.
- isFifth
- A conditional indicating that is true if this Post is the fifth in this Collaboration Asset.
- user.isPoster
- A conditional indicating that is true if the current user submitted this Post.
- user.hasRead
- A conditional indicating whether a user has read this thread.
- avatar.url
- A URL to the avatar for the owner of the Post, if avatars are enabled and the
user has an avatar.
- lastReply.url
- The URL to the last reply to this Post.
- lastReply.title
- The title of the last reply.
- lastReply.user.isVisitor
- A conditional that is true if the poster of the last reply is a visitor.
- lastReply.hideProfileUrl
- A conditional that is true if the poster of the last reply is a visitor, or the current user is a visitor. In the first case, Visitor's profile is not visible to any user. In the second case, Visitor is not allowed to view any user's profile
- lastReply.username
- The name of user who submitted the last reply.
- lastReply.userProfile.url
- The URL to the Profile of the User who submitted this Post.
- lastReply.dateSubmitted.human
- The date the last reply was submitted, in a human readable format.
- lastReply.timeSubmitted.human
- The time the last reply was submitted, in a human readable format.
- pagination.firstPage
- A link to the first page in the paginator.
- pagination.firstPageUrl
- The url component of pagination.firstPage broken out.
- pagination.firstPageText
- The text component of pagination.firstPage broken out.
- pagination.isFirstPage
- A boolean indicating whether the current page is the first page.
- pagination.lastPage
- A link to the last page in the paginator.
- pagination.lastPageUrl
- The url component of pagination.lastPage broken out.
- pagination.lastPageText
- The text component of pagination.lastPage broken out.
- pagination.isLastPage
- A boolean indicating whether the current page is the last page.
- pagination.nextPage
- A link to the next page in the paginator relative to the current page.
- pagination.nextPageUrl
- The url component of pagination.nextPage broken out.
- pagination.nextPageText
- The text component of pagination.nextPage broken out.
- pagination.previousPage
- A link to the previous page in the paginator relative to the current page.
- pagination.previousPageUrl
- The url component of pagination.previousPage broken out.
- pagination.previousPageText
- The text component of pagination.previousPage broken out.
- pagination.pageNumber
- The current page number.
- pagination.pageCount
- The total number of pages.
- pagination.pageCount.isMultiple
- A boolean indicating whether there is more than one page.
- pagination.pageList
- A list of links to every page in the paginator.
- pagination.pageLoop
- Same as pagination.pageList except broken into individual elements.
- pagination.url
- The URL of a page in the page loop.
- pagination.text
- The number of a page in the page loop.
- pagination.range
- Displays the range of available pages, in a start - end format.
- pagination.activePage
- A boolean which will be true if the this page in the pageLoop is the currently viewed page.
- pagination.pageList.upTo20
- A list of links to the 20 nearest in the paginator relative to the current page. So if you're on page 60, you'll see links for 50-70.
- pagination.pageLoop.upTo20
- Same as pagination.pageList.upTo20 except broken into individual elements.
- pagination.url
- The URL of a page in the page loop.
- pagination.text
- The number of a page in the page loop.
- pagination.range
- Displays the range of available pages, in a start - end format.
- pagination.activePage
- A boolean which will be true if the this page in the pageLoop is the currently viewed page.
- pagination.pageList.upTo10
- A list of links to the 10 nearest in the paginator relative to the current page. So if you're on page 20, you'll see links for 15-25.
- pagination.pageLoop.upTo10
- Same as pagination.pageList.upTo10 except broken into individual elements.
- pagination.url
- The URL of a page in the page loop.
- pagination.text
- The number of a page in the page loop.
- pagination.range
- Displays the range of available pages, in a start - end format.
- pagination.activePage
- A boolean which will be true if the this page in the pageLoop is the currently viewed page.
Admin Console