CrestApps.Components.Users 1.8.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package CrestApps.Components.Users --version 1.8.0
NuGet\Install-Package CrestApps.Components.Users -Version 1.8.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CrestApps.Components.Users" Version="1.8.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CrestApps.Components.Users --version 1.8.0
#r "nuget: CrestApps.Components.Users, 1.8.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CrestApps.Components.Users as a Cake Addin
#addin nuget:?package=CrestApps.Components.Users&version=1.8.0

// Install CrestApps.Components.Users as a Cake Tool
#tool nuget:?package=CrestApps.Components.Users&version=1.8.0

Features

User Display Name

Provides a way to change how the user name is displayed. To set the display name format, navigate to Configuration >> Settings >> User Display Name.

User Avatar

Provides a way to display an avatar for each user. To change the default settings, navigate to Configuration >> Settings >> User Avatars.

Extensions

Dynamic Cache

When the "Dynamic Cache" feature is enabled along with "User Avatar" or "User Display Name", it optimizes performance by caching shapes associated with user display names and avatars. If you wish to manually invalidate the cache, you can utilize the following tags:

  1. The user-display-name tag will clear the cached shapes for all users.
  2. The username:{username} tag will clear the cache for a specific user with the username {username}. Replace {username} with the actual username of the user you want to invalidate.

Liquid

When the "Liquid" feature is enabled, a new helper to display the user's display name will become available (i.e, display_name). Here is an example

{{ Model.User | display_name }}

Users

When both the Users and User Display Name featured are enabled, the search functionality within the Users UI will expand to include fields such as display name, first name, middle name, or last name in the search results.

Additionally, when the UserPickerField field is used, the display text will show the display name.

Limitations

  • This package is compatible with OrchardCore version 1.7.0-preview-17618 and after.
Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.10.0-preview-0006 110 5/15/2024
1.10.0-preview-0005 88 5/9/2024
1.10.0-preview-0004 72 5/8/2024
1.10.0-preview-0003 79 5/7/2024
1.10.0-preview-0002 111 3/8/2024
1.10.0-preview-0001 74 3/7/2024
1.9.3 479 1/17/2024
1.9.2 67 1/17/2024
1.9.1 95 1/17/2024
1.9.0 319 11/9/2023
1.8.8 93 11/9/2023
1.8.7 90 11/9/2023
1.8.6 98 11/9/2023
1.8.5 158 10/30/2023
1.8.4 95 10/30/2023
1.8.3 173 10/5/2023
1.8.2 133 9/22/2023
1.8.1 119 9/19/2023
1.8.0 200 9/1/2023
1.8.0-alpha 115 8/28/2023
1.7.6 137 8/23/2023
1.7.5 128 8/22/2023
1.7.4 130 8/21/2023
1.7.3 117 8/21/2023
1.7.1 117 8/21/2023
1.7.0 141 8/15/2023