Activities of "maliming"

hi

I have sent the source code.

You can add your custom field in the StripePaymentGateway service.

Thanks.

hi

Can you share your contributor and microservice tempate service DataSeeder class code?

Thanks.

hi

We will improve it in the next 9.3.x patch version.

Thanks.

hi

The LeptonX theme features a simple demo page that explains how to use it with the LeptonX.

If you need to use it, you might need its license, but it depends on how you use it, the LeptonX license does not include the FullCalendar license.

Thanks.

hi

You can override the StripePaymentGateway service.

Please send an email to liming.ma@volosoft.com

I will share the source code of StripePaymentGateway

Thanks.

Configure<PaymentOptions>(options =>
{
    options.Gateways.RemoveAll(x => x.Key == StripeConsts.GatewayName)
    
    options.Gateways.Add(
        new PaymentGatewayConfiguration(
            StripeConsts.GatewayName,
            new FixedLocalizableString("Stripe"),
            isSubscriptionSupported: true,
            typeof(StripePaymentGateway)
        )
    );
});

hi

You can disable the self-registration on the Host side.

Thanks.

hi

Can you share the RegisterAndSubscribeAsync method code?

hi

You can add OpenIddictToken to IgnoredNavigationEntitySelectors instead of overriding AbpEfCoreNavigationHelper.

Configure<AbpEntityChangeOptions>(options =>
{
    options.IgnoredNavigationEntitySelectors.Add("DisableOpenIddictToken", type => type == typeof(OpenIddictToken));
});

hi

You can reconsider requiring authentication for all pages.

options.Conventions.AuthorizeFolder("/");

Perhaps you can find an alternative solution.

What is your real use case?

Thanks.

hi

I will confirm this with the Theme team.

Thanks.

Showing 481 to 490 of 11565 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
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 25, 2025, 06:16
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.