Learn More, Pay Less!
Limited Time Offer!

Activities of "nabass"

  • ABP Framework version: v8.2
  • UI Type: MVC
  • Database System: EF Core (SQL Server )
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes/no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:
  • I want to create payment plan like this
  • after that i want to select gateway as
  • but this page doesn't appear although the payment plan ,payment requests and plan Getaways working fine ...
  • so what is the missing to view gateways page as the screen attached

thanks it works

hi how to change content of home page in angular i can't find app component.html

  • ABP Framework version: v80.2
  • UI Type: Angular

thanks i solved it using [BindProperty] public string currentCulture { get; set; } public async Task<IActionResult> OnGetAsync() { currentCulture = CultureInfo.CurrentUICulture.EnglishName; }

hi i want to make a logic within razor page if i open with language (en) so do something else if (ar) do another thing so i used @using System.Globalization @{ var currentCulture = CultureInfo.CurrentUICulture.Name; var isArabic = currentCulture.StartsWith("ar"); } <div class="completion-message text-center" style="display: none;"> <div class="modal d-block mx-auto" tabindex="-1" style="background:#cccccc96;"> <div class="modal-dialog modal-xl"> <div class="modal-content w-75"> <div class="modal-body"> @if (isArabic) { <h1>مبرووووووووووووك</h1> } else { <img src="/images/Wizard/congrat.png" alt="congratulation, finished the setup" class="w-100" /> } </div> <div class="modal-footer"> <button class="btn btn-primary" id="congrats">Ok</button> </div> </div> </div> </div> </div>

but not work ... so how to know which culture user open with i mean this how to know which language user select ??

  • ABP Framework version: v8.0.2
  • UI Type: MVC
Answer

hi mr.enisn i already did what you want but still got the same abp logo when reloading it seems like it's placeholder till my logo load i want to avoid that behavior and delete abp svg logo

Answer

hi i solved it but i got a strange behavior you can check the video https://streamable.com/1fmj7p

Answer

hi not work, when change it to text it works but image not work and svg icon not remove

Question

hi how to change my logo brand using my image here is my code i followed this https://abp.io/support/questions/186/How-can-I-customize--change-logo-and-change-position

  • ABP Framework version: v8.0.2
  • UI Type: MVC
Question

hi how to hide <abp-tab> from screen i want to keep the code but make it hidden in screen type="hidden" => not work display:none; => not work

  • ABP Framework version: v8.0.2
  • UI Type: MVC
Showing 1 to 10 of 191 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on February 17, 2025, 05:40