Base solution for your next web application

Activities of "alirizaadiyahsi"

Hi,

You can see the dashboard, if you login as the tenant. I think you are logging in as the host user.

They are set in these file:

aspnet-zero-core\angular\src\shared\helpers\LocalizedResourcesHelper.ts aspnet-zero-core\angular.angular-cli.json

Answer

Hi,

Documents are here: <a class="postlink" href="https://aspnetboilerplate.com/Pages/Documents/Handling-Exceptions">https://aspnetboilerplate.com/Pages/Doc ... Exceptions</a> <a class="postlink" href="https://aspnetboilerplate.com/Pages/Documents/Javascript-API/Message">https://aspnetboilerplate.com/Pages/Doc ... PI/Message</a> <a class="postlink" href="https://aspnetboilerplate.com/Pages/Documents/Javascript-API/AJAX">https://aspnetboilerplate.com/Pages/Doc ... t-API/AJAX</a>

For admin side:

~\MyCompanyName.AbpZeroTemplate.Web.Mvc\Areas\AppAreaName\Views\Layout_Layout.cshtml

Also for staging environmet, you should add to bundleconfig, too:

~\MyCompanyName.AbpZeroTemplate.Web.Mvc\bundleconfig.json

And check this (general approach): <a class="postlink" href="http://keenthemes.com/forums/topic/aspnetzero-starter-kit-for-your-next-net-web-application-based-on-metronic/#post-6751">http://keenthemes.com/forums/topic/aspn ... #post-6751</a>

Hi,

You can check metronic site to find how you use metronic features. You can change the following refrences to change theme.


    <link href="../assets/layouts/layout4/css/layout.min.css" rel="stylesheet" type="text/css" />
    <link href="../assets/layouts/layout4/css/themes/default.min.css" rel="stylesheet" type="text/css" id="style_color" />
    <link href="../assets/layouts/layout4/css/custom.min.css" rel="stylesheet" type="text/css" />

Hi,

It's nice to hear that you solved your problem.

Actually, there is a "Getting Started" document in aspnetzero.com. <a class="postlink" href="https://aspnetzero.com/Documents/Getting-Started-Angular">https://aspnetzero.com/Documents/Gettin ... ed-Angular</a>

Answer

Hi,

What exactly do you want to know? If you give more detail, we can help you better.

Hi,

Which version of Visual Studio are you using?

Hi,

We are currently working to improve localization. There is already an enhancement issue here: <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/2103">https://github.com/aspnetboilerplate/as ... ssues/2103</a>

And here is the forum conversations about this topic. #3108

Actually we tested localization as your way, you don't miss anything :)

Hi,

You can add new keys in these files: ProjectName.Core/Localization/ProjectName/*.xml BTW, you need to add new key for "FirtsName", too.

And also, you may read this article for more information about aspnet zero localization: <a class="postlink" href="https://aspnetboilerplate.com/Pages/Documents/Localization">https://aspnetboilerplate.com/Pages/Doc ... calization</a>

Showing 321 to 330 of 369 entries