![]() |
VOOZH | about |
dotnet add package CrestApps.Components.Users --version 1.9.3
NuGet\Install-Package CrestApps.Components.Users -Version 1.9.3
<PackageReference Include="CrestApps.Components.Users" Version="1.9.3" />
<PackageVersion Include="CrestApps.Components.Users" Version="1.9.3" />Directory.Packages.props
<PackageReference Include="CrestApps.Components.Users" />Project file
paket add CrestApps.Components.Users --version 1.9.3
#r "nuget: CrestApps.Components.Users, 1.9.3"
#:package CrestApps.Components.Users@1.9.3
#addin nuget:?package=CrestApps.Components.Users&version=1.9.3Install as a Cake Addin
#tool nuget:?package=CrestApps.Components.Users&version=1.9.3Install as a Cake Tool
Provides a way to change how the user name is displayed. To set the display name format, navigate to Configuration >> Settings >> User Display Name.
If you want to display the user display in your project via code, you may do so my using the IDisplayNameProvider interface.
The shape UserBadgeContext is responsible of displaying info about the user. You may implement DisplayDriver<UserBadgeContext> driver to inject items into the UserBadgeContext shape. This shape is rendered using the following display types
Summary display type is used to render the logged user info in the navbar.AdminSummary display type is used to render the author info for each content item in the content item listing page.The standard templates display the Header zone. Below is a list of the default views along with their respective names:
UserBadgeContext.AdminSummary.cshtml<span class="badge ta-badge font-weight-normal" data-bs-toggle="tooltip" title="@T["Author"]">
@if (Model.Header != null)
{
@await DisplayAsync(Model.Header)
}
</span>
UserBadgeContext.Summary.cshtml@if (Model.Header != null)
{
@await DisplayAsync(Model.Header)
}
Provides a way to display an avatar for each user. To change the default settings, navigate to Configuration >> Settings >> User Avatars.
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:
user-display-name tag will clear the cached shapes for all users.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.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 }}
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.
Lastly, since we added a recipe step to allow you to re-index users. This step will update all enabled user by default using a batch size of 250. To re-index all of your users run the following recipe
{
"steps": [
{
"name": "indexUsers",
"includeDisabledUsers": false,
"batchSize": 250
}
]
}
The includeDisabledUsers parameter within the indexUsers step is optional and allows for the indexing of disabled users if desired. Moreover, the batchSize parameter provides the ability to adjust the update batch size. The default value is set at 250 and can be increased to 1000 if necessary.
Release date: 11/9/2023
Due to performance improvements in OrchardCore, this version requires OrchardCore version 1.8.0-preview-17757 and up
Release date: 2023
These features are available for projects that use OrchardCore version 1.7.0-preview-17618 and up.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.10.0-preview-0026 | 251 | 8/14/2025 |
| 1.10.0-preview-0025 | 259 | 6/20/2025 |
| 1.10.0-preview-0024 | 513 | 1/29/2025 |
| 1.10.0-preview-0023 | 919 | 9/9/2024 |
| 1.10.0-preview-0022 | 247 | 8/26/2024 |
| 1.10.0-preview-0021 | 188 | 8/26/2024 |
| 1.10.0-preview-0020 | 246 | 8/7/2024 |
| 1.10.0-preview-0009 | 216 | 7/22/2024 |
| 1.10.0-preview-0008 | 272 | 6/6/2024 |
| 1.10.0-preview-0007 | 200 | 6/6/2024 |
| 1.10.0-preview-0006 | 303 | 5/15/2024 |
| 1.10.0-preview-0005 | 229 | 5/9/2024 |
| 1.10.0-preview-0004 | 208 | 5/8/2024 |
| 1.10.0-preview-0003 | 193 | 5/7/2024 |
| 1.10.0-preview-0002 | 236 | 3/8/2024 |
| 1.10.0-preview-0001 | 205 | 3/7/2024 |
| 1.9.3 | 699 | 1/17/2024 |
| 1.9.2 | 248 | 1/17/2024 |
| 1.9.1 | 351 | 1/17/2024 |
| 1.9.0 | 467 | 11/9/2023 |