{jr_theme_not_logged_in}
The {jr_theme_not_logged_in} Template function is what is known as a "block" function. A "block" Function can be used around a block of HTML or Template code, and only if the the viewing user is not logged in (i.e. they are viewing your Jamroom using the Jamroom Visitor Quota) will they see what is placed between the opening {jr_theme_not_logged_in} block tag, and the closing {/jr_theme_not_logged_in} tag.
|
Note: {jr_theme_not_logged_in} is a deprecated function, and should no longer be used in Jamroom 3.1 and newer. The {jr_not_logged_in} template function can perform the same functions as the {jr_theme_not_logged_in} template function, but with better support. This page has been left here for reference purposes only. |
Parameters:
There are no parameters needed for the {jr_theme_not_logged_in} block function.
Examples:
use of {jr_theme_not_logged_in} block template function:
{jr_theme_not_logged_in}
Please log in to your Jamroom Account so you will no longer see this message!
{/jr_theme_not_logged_in}
|
|