Activities of "maristides"

Question
  • ABP Framework version: v4.4.3
  • UI type: Blazor Server
  • DB provider: EF Core

Hi,

We have developed software in the past using Syncfusion controls. This is the first time we will use Abp Framework + Commercial modules. Commercial templates come with Lepton theme pre-installed. We would like to maintain Lepton theme management and they way menu items are generated. However, we want to ovewrite the existing controls (blazorize) with Syncfusion controls. So for example the main menu (left side) to show the items in the same way as it already does but instead of using a sidebar control from blazorize to use a sidebar control from Syncfusion. I have read the articles and documentation of how you can add lepton theme module inside your solution and change the reference from nuget to module. However, nothing changes on the ui regardless the override of files. Can you provide some steps or a sample project that shows the best way to achieve the above?

Thanks

  • ABP Framework version: v4.4.3
  • UI type: Blazor
  • DB provider: EF Core

Hi,

I have craeted my project using the template and it comes with a default Localization Resource and multiple json files. My application will end up with thousands of strings that will need to be localized. I do not want to have all my strings in one json file. I want to have a seperate resource and json files for each section of my application. I have read the documentation https://docs.abp.io/en/abp/latest/Localization and https://docs.abp.io/en/abp/latest/UI/Blazor/Localization and try to introduce another localization resource without success. Something is not mapping correctly between projects. Can you please provide the steps or a sample project showing how to achieve the above?

Thanks

HI,

I have extended the user entity by adding a new field. Now, i want to extend the user functionality. When a user is created/updated/deleted i want to perform some actions based on the value of the extra field already added. I am currently using the account module as nuget package. How can i extend the user functionality to achieve the above requirement?

Showing 1 to 3 of 3 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11