Forum:LastActiveThread.Author.Group.263

Version: - boolean  

Summary

Returns True if author of last active thread belongs to not system user group.

Settings

The value is generated automatically.

Examples

Outputting the template tag

@GetBoolean("Forum:LastActiveThread.Author.Group.263")

Check if tag has a value

@if(!bool.IsNullOrWhiteSpace(GetBoolean("Forum:LastActiveThread.Author.Group.263"))) { @* Tag has value, so let's do something useful here. *@ }

Assign tag to a value for later use

@{ bool storedTag = GetBoolean("Forum:LastActiveThread.Author.Group.263"); }

Outputting the template tag

<!--@Forum:LastActiveThread.Author.Group.263-->

Check if boolean has a value

<!--@If Defined(@Forum:LastActiveThread.Author.Group.263)--> Let's output this tag here: <strong><!--@Forum:LastActiveThread.Author.Group.263--></strong> <!--@EndIf(@Forum:LastActiveThread.Author.Group.263)-->