Help: View Inbox Template
For more help, visit the WebGUI Community Wiki.
- subject_url
- The URL to sort the inbox by subject.
- status_url
- The URL to sort the inbox by status.
- from_url
- The URL to view the profile of the user who sent this message.
- dateStamp_url
- The URL to sort the inbox by when the message was sent.
- rpp_url
- The current URL with sort, sort direction and user filtering params added.
- has_messages
- A boolean which is true if the user has messages.
- message_total
- The total number of messages the user has in their inbox.
- new_message_url
- The URL to take the user to the screen where they can send new messages to other users.
- canSendMessages
- A boolean which is true if the user has friends that he can send messages to.
- message_rpp
- A select box that allows the user to change the number of messages displayed per page
- form_header
- HTML elements to begin the form on this page
- form_footer
- HTML elements to end the form on this page
- message_loop
- A loop containing all messages, as determined by the sorting and number of messages per page options.
- message_id
- The unique identifier for this message.
- message_url
- The URL to view the contents of this message.
- subject
- The subject of this message.
- status
- The status of this message, internationalized.
- status_class
- The status of this message, raw.
- isRead
- A boolean which will be true if this message has been read.
- isReplied
- A boolean which will be true if this message has been replied to.
- isPending
- A boolean which will be true if this message represents an action by the user that is pending.
- isCompleted
- A boolean which will be true if this message represents an action by the user that has been completed.
- from_id
- The userId of the person who sent this message.
- from_url
- The URL to view the profile of the user who sent this message.
- from
- The name of the person who sent this message.
- dateStamp
- The date the message was sent, as an epoch.
- dateStamp_formatted
- The date the message was sent, using the user's preferred date and time format.
- inbox_form_delete
- A little checkbox for the user to check if they want to delete this message.
- view_inbox_url
- URL to view the Inbox screen.
- view_invitations_url
- URL to view the Invitations screen.
- unread_message_count
- The number of unread messages in the Inbox.
- invitation_count
- The number of Invitations this user has received.
- invitations_enabled
- A boolean that is true if the user is willing to receive invitations to join Friends Networks on this site.
- user_invitations_enabled
- A boolean that is true if this site is configured to send invitations to users outside of the site.
- invite_friend_url
- The URL to invite this user to be join your Friend Network.
- userFilter
- A select box form element to filter the list of messages by who sent them.
- profile_user_id
- The userId of the user whose account is being viewed.
- user_full_name
- The full name of the user whose account is being viewed
- user_member_since
- The date this user created their account on the site, in epoch format. Use the Date macro to change the format.
- view_profile_url
- A URL to view the user's profile.
- root_url
- The URL to go back to the Account main screen.
- back_url
- A URL to leave the Account screen and go back to the website.
- 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