Help: Badge Builder Template

For more help, visit the WebGUI Community Wiki.

addTicketUrl
The URL to add a ticket to a badge.
addRibbonUrl
The URL to add a ribbon to a badge.
addTokenUrl
The URL to add a token to a badge.
importTicketsUrl
The URL to import tickets. Currently not implemented.
exportTicketsUrl
The URL to export tickets. Currently not implemented.
printRemainingTicketsUrl
URL to the print remaining tickets page
canEdit
A conditional indicating whether or not the current user can edit the Event Management System.
hasBadge
A conditional that shows whether or not the current user has a badge.
badgeId
The ID of the current user's badge.
getTicketsUrl
The URL to get ticket information as JSON.
getRibbonsUrl
The URL to get ribbon information as JSON.
whichTab
The currently selected tab in the badge builder screen.
getTokensUrl
The URL to get token information as JSON.
whichTab
The currently selected tab in the badge builder screen.
lookupBadgeUrl
URL to get information about the badges for the current user, or for all users if the current user is part of the registration staff.
url
The URL to this Event Management System.
viewCartUrl
A URL to take the user to the View Cart screen.
customRequestUrl
A URL for the YUI to lookup information about the current badge.
manageEventMetaFieldsUrl
The URL to the Manage Event Metadata screen.
otherBadgesInCart
A loop containing links and labels for other badges that are in this user's cart.
badgeUrl
The URL to add another badge in the user's cart.
badgeLabel
An internationalized, personalized label to go with this other badge in the user's cart.
timezone
The time zone that this event is configured to be in.
templateId
The ID of the template for the main Event Management System screen.
badgeBuilderTemplateId
The ID of the template for the badge builder screen.
lookupRegistrantTemplateId
The ID of the template for the lookup registrant screen.
printBadgeTemplateId
The ID of the template for printing a badge.
printTicketTemplateId
The ID of the template for printing a ticket.
badgeInstructions
Instructions to the user for what to do with a badge.
ticketInstructions
Instructions to the user for what to do with a ticket.
ribbonInstructions
Instructions to the user for what to do with a ribbon.
tokenInstructions
Instructions to the user for what to do with a token.
registrationStaffGroupId
The ID of the group set up to handle registration.
webgui.version
The version of WebGUI on your site.
webgui.status
The release status for this version of WebGUI (stable, beta, gamma, etc.)
session.user.username
The current user's username.
session.user.firstDayOfWeek
From the current user's profile, the day they selected to be the first day of the week.
session.config.extrasurl
From the WebGUI config, the URL for the extras directory.
session.var.adminOn
This variable will be true if the user is in Admin mode.
session.setting.companyName
From the WebGUI settings, the company name.
session.setting.anonymousRegistration
From the WebGUI settings, whether or not anonymous registration has been enabled.
session form variables
Session Form Variables
Any form variables will be available in the template with this syntax:
<tmpl_var session.form.variable>
If there is more than 1 value in a form variable, only the last will be returned.
session scratch variables
Session Scratch Variables
Any scratch variables will be available in the template with this syntax:
<tmpl_var session.scratch.variable>
displayTitle
A conditional variable for whether or not the title should be displayed.
description
The description of this wobject.
styleTemplateId
The assetId of the template for displaying the Asset.
printableStyleTemplateId
The assetId of the template for displaying the Asset for printing.
assetId
The unique identifier for this Asset, in base64 encoding.
assetIdHex
The unique identifier for this Asset, in hexadecimal format.
title
The title of the Asset
menuTitle
The title of the Asset used in Navigations.
url
The Asset's URL.
isHidden
A boolean that will be true if this Asset is set not be displayed in Navigations.
newWindow
A boolean that will be true if this Asset is set open in a new browser window.
encryptPage
A boolean that will be true if this Asset is set to be served over SSL.
ownerUserId
The ID of the user who owns this Asset.
groupIdView
The ID of the group that is allowed to view this Asset.
groupIdEdit
The ID of the group that is allowed to edit this Asset.
synopsis
A short description of the contents of the Asset.
extraHeadTags
Extra tags that will be added to the header of the page containing the Asset. These will be included by default so you do not need to add them youself, unless you want them to be in there twice.
isPackage
A boolean that will be true if this Asset is set to be a Package.
isPrototype
A boolean that will be true if this Asset is set to be a prototype.
status
With respect to version control, the status of this Asset. Typically these are the English strings "approved", "pending", "committed".
assetSize
How big this asset is in bytes. The sum of all database fields and attachments.
keywords
This will be a string with the keywords for this asset. Individual keywords will be joined with spaces, unless the keyword contains spaces, in which case it will be quoted.
 
 
Admin Console
Help: Badge Builder Template
*
Admin Console