Activities of "maliming"

: )

: )

Currently need to reproduce your problem.

Are there any logs on Nginx?

hi

You can try to override the Footer component in your blazor project, I will add this component in next version.

MyFooter.razor

@using Volo.Abp.DependencyInjection
@using Volo.Abp.AspNetCore.Components.Web.LeptonXTheme.Components.ApplicationLayout.SideMenu

@inherits Footer
@attribute [ExposeServices(typeof(Footer))]
@attribute [Dependency(ReplaceServices = true)]

<div class="lpx-footbar-container">
    <div class="lpx-footbar">
        <div class="lpx-footbar-copyright">
            <span>@DateTime.UtcNow.Year©</span>
            <a href="https://leptontheme.com/" target="_blank">Lepton Theme</a>
            <span>by</span>
            <a href="https://volosoft.com/" target="_blank">Volosoft</a>
        </div>
        <div class="lpx-footbar-solo-links">
            <a href="#">About</a>
            <a href="#">Privacy</a>
            <a href="#">Contact</a>
        </div>
    </div>
</div>

hi

Volo.Abp.Account.AbpAccountApplicationContractsModule

Have you replaced all open-source modules with PRO?

AbpAccountApplicationContractsModule is an open-source module.

Your ticket has been refunded.

hi

You can try to override the DateTimeExtensionProperty component

https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.BlazoriseUI/Components/ObjectExtending/DateTimeExtensionProperty.razor#L15

I will make it support DisplayFormatAttribute in the next version.

https://github.com/abpframework/abp/issues/20037

Answer

hi

You can override the user list page and use a custom datatables.

See https://datatables.net/extensions/fixedcolumns/examples/integration/select-checkbox.html

This error ii resolved by updating all the packages.

Great 👍

How can i use abp suite to generate UI for angular as project is MVC razor pages. Where should i change the configuration so it will generate angular UI

I will ask our suite teammate.

Showing 4661 to 4670 of 11531 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.