Activities of "safi"

Hi

I want to set my custom page as a landing page for admin. Like after login it should show my landing page can you please help me.

  • ABP Framework version: v4.4.3
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no

Hi

Phone verification is not working so I explored and installed twilio settings in appsettings.json file but got success message like code sent to a phone number but not getting verification code. Please help me.

  • ABP Framework version: v4.4.3
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no

Hi

I need to hide one menu for admin only so I have added a permission check after login that menu is coming but when we reload or refresh page that time it's hiding that menu. Could you please provide me solution for this.

I tried below code but no luck.

 ICurrentUser currentUser = context.ServiceProvider.GetRequiredService<ICurrentUser>();

            bool IsAdmin = currentUser.IsInRole("admin");
 if (!IsAdmin)
                     {
          //menu code

            }
  • ABP Framework version: v4.4.3
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

Hi

I am using the Abp4.4.3 version of ABP and if I am trying to do email or phone number verification then it's saying email sent successfully but not getting any mail. Can you please provide me the solution for this?

Thanks,

  • ABP Framework version: v4.4.3
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

Hi

Earlier we connected for this ticket https://support.abp.io/QA/Questions/2706/Add-custom-Language-page-under-administration and you resolved the issue we connected via zoom meeting to check this after that we both ran a project on local and it's working fine.

The problem is if I am deploying code on our testing server then getting below errors but same code is working on local also previously deployed code was working fine on our testing server and it's very urgent for us to deliver the project to the client.

Please connect me.

Thanks,

  • ABP Framework version: v4.4.3
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

Hi

I have to translate my site into german so for this I have added values into the german language using the Language text menu. But 2-3 keys values are not translating so for this I tried a lot but still, those values are coming into the English language.

Can we add a Language page to a project if yes then please let me know because my project is almost done and I have delivered it to the client so please reply ASAP.

Sometimes I am getting these exceptions in the console.

  • ABP Framework version: v4.4.3
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

Hi

I am facing a UI issue while changing the language from English to german. Please find the below screenshot for the same and please let me know how can I resolve this. Thanks,

  • ABP Framework version: v4.4.3
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no

Hi Support

I am using ABP 4.4.3 and all are working fine but I want to translate the administration menu on language selection. I have done with all menus except the administration menu so could you please suggest to me how can I translate this.

It's very urgent for me so please respond to this asap.

Thanks,

  • ABP Framework version: v4.4.3
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no

Hi

I am using ABP framework 4.4.3. Language functionality is not working like it's working for administration and saas menu's but for remaining it's not working. Also in administration, we have a language text section in which all labels are present and the admin can edit them. Can we add any text for a particular language in the same section?

Actually, I have defined some labels in my pages so I need to add that text into the language JSON file as well so is it possible.

  • ABP Framework version: v4.4.3
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no Thanks,

Hi

I want to add badge functionality with close button in textbox so please find the below screenshot for the same and please let me know how we can do this.It's very urgent for me.

Thanks,

  • ABP Framework version: v4.4.3
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"
Showing 21 to 30 of 61 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13