Open Closed

Do we need to customize Volo.Abp.Account.Pro.Public.Web and Volo.Abp.Account.Pro.Public.Web.IdentityServer modules when customizing theme Lepton ? #854


User avatar
0
alexander.georgi@siemens.com created

Hello, We want to change Lepton Theme with our spesific theme. But we saw Volo.Abp.Account.Pro.Public.Web , Volo.Abp.Account.Pro.Admin.Web and Volo.Abp.Account.Pro.Public.Web.IdentityServer solutions in Volo.Account.Pro module also use Volo.Abp.AspNetCore.Mvc.UI.Theme.Commercial. How to approach this customization. Do we need take the source code of Lepton theme and change it but then what is Volo.Abp.AspNetCore.Mvc.UI.Theme.Commercial used for and if we change theme how to handle Account module ? we also add Account module to my solution as source code and change its commercial theme package or what? How sould we do that ? Thank you

  • ABP Framework version: v4.1 Commercial
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:

2 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    Actually, Volo.Abp.AspNetCore.Mvc.UI.Theme.Commercial is empty project, It just depends on the Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared project.

    So , You don't need take the source code of Lepton theme.

    Some possible suggestions:

    1. You can develop a new theme from scratch and completely replace Lepton theme, this way you don't need the source code of Lepton theme.
    2. You only need to change the theme style and layout page, in this way, some codes of the Lepton theme can be reused, such as dynamic switching styles
  • User Avatar
    0
    ServiceBot created
    Support Team Automatic process manager

    This question has been automatically marked as stale because it has not had recent activity.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11