S29 Site Information
Use the S29 Tag to display different types of site information such as the site ID, the domain, the session ID, and the remote address.
Application
Platform
Can You Add This S-Tag in the Luminate OnlineContent Editor?
No, add the S-Tag code to the HTML using the Plain Text Editor.
Can You Add This S-Tag in the Luminate CMSContent Editor?
No, add the S-Tag code to the HTML using the Plain Text Editor.
Format
- Standard[[S29: parameter]]
- XML<convio:session name="29" param="parameter" />
Parameters
- site_ID - Renders site ID
- session_ID - Renders session ID
- user_ID - Renders user ID
- domain - Renders domain name of the site
- path - Renders current path
- secure_domain - Renders domain name of secure server for site
- secure_path - Renders secure path
- admin_domain - Renders domain name of administrative server for site
- admin_path - Renders current administrative path
- request_domain- Renders the host name used for the current request
- original_domain - Renders the original host name used for the current request before redirection
- remote_addr - Returns the IP address of the client machine in dotted quad format (that is, for example, 203.163.198.221)
Sample Code
- Standard
<A href="http://[[S29:DOMAIN]]/site/ConsProfileUser">Printer Friendly</A>
<img src="[[?x0x::x[[S4]]x::http://[[S29:DOMAIN]]::..]]/images/Recur.gif" width="9" height="9" alt="Recurring event!">
- XML
<convio:session name="29" param=" REMOTE_ADDR " />