{jr_not_logged_in}
The {jr_not_logged_in} template function is a special "Block" function for use in your Jamroom templates. Any HTML placed between the opening {jr_not_logged_in} and closing {/jr_not_logged_in} tags will not be visible to the user unless they are NOT logged in to your Jamroom.
Parameters:
Name |
Type |
Required |
Default |
Description |
jr_active_mode |
true/false |
no |
false |
If the {jr_not_logged_in} template function is used in a Profile Theme template, and the template being called is a "static" page that needs to have the logged in status checked on every page call, set the jr_active_mode parameter to "true". This is normally never needed, and can have unintended consequences if used improperly. |
Example Usage:
{jr_not_logged_in}
.... This text is only visible to a user that is NOT logged in ....
{/jr_not_logged_in}
|
|