Base solution for your next web application

Activities of "clusterkiller"

Question

Hello,

I tried do change the purple brand-color without success. I did: added "$m--brand-color: #183E7D !default;" to the file: Web.Mvc\wwwroot\metronic\src\sass\framework_config.scss

and additional I changed "$m--state-colors: ( primary: ( base: #183E7D,"

But all of this without success (sure I runned GULP before).

Is this the wrong position to change the branding ?

How should I change for example the color of the header ? (add a own file to /wwwroot/Common/Styles ?)

Thank you for your suggestions.

Best regards Michael

Hello everyone,

I am using asp.net Zero version 4. Now I upgraded to V5 and have some problems. I was able to solve some of them (therefore I write the solution for others) and some of them I could not. Here I hope for help from the forum.

By the way, my "upgrade" looks like I'm using a new version and reprogramming all changes (entities etc.) manually. In my opinion, a simple "migration" is not possible.

First of all, I have to say that I updated all versions of my development environment to the latest version and meet all requirements (according to my knowledge).

I only use the web solution (no IOS/Andoid) with ASP.NET Core & jQuery (no angular but with .net Framework) with Version 5.0.5 Since I used a new installation as a basis, the problems should be reproducible.

Problem 1: A simple compilation was not possible on the fly, because some projects did not have a "valid". net framework. The same problem as: #4374@62712454-6d08-4872-a35a-c3a6eda98e64

Solution: Visual Studio seems to gray out the drop-down if you want to use multiple frameworks. Simply change the parameter <TargetFrameworks> in the Files Application.Shared.csproj and Core.Shared.csproj to <TargetFramework> (without "s").

Problem 2: When opening the HostSettings page, I get the following error: InvalidTimeZoneException: "Sudan Standard Time" was not recognized as a valid IANA time zone name, or has no equivalant Windows time zone. TimeZoneConverter.TZConvert.IanaToWindows(string ianaTimeZoneName)

The only thing I found on the net was that Sudan changed its time zone 4 weeks ago. <a class="postlink" href="https://support.microsoft.com/en-in/help/4051956/time-zone-and-dst-changes-in-windows-for-northern-cyprus-sudan-and-ton">https://support.microsoft.com/en-in/hel ... an-and-ton</a>

Solution: no idea :-(

Problem 3: At the first start I immediately noticed that various javascript and icons etc. did not work.

Solution: The lib folder is not created in the MVC project. In the public project, however, it is error-free. I solved the problem by starting gulp manually so that the gulpfile was processed.

Problem 4: In the mvc project Iam not able to compile the css files. I tried Web Compiler -> Re-compile. Web-Compiler Output is: Web Compiler found an error in compilerconfig.json Not more messages or errors. But I must also say that I have no experience with the Web Compiler. I don't know what I'm doing wrong. But I really need to get rid of the (my opinion) ugly purple ;-). I changed the brand-color in _config.scss (metronic documentation)

Solution: no idea :-(

Generally speaking, you notice that version 5 was released very quickly. The complete documentation is still very far behind. (The documentary still talks about projects with .web etc., but in the meantime there are MVC, Core and Public). Also the initial topic with the connection strings etc.. (4x appsettings.json)

However, this is rather a smaller "clean-up work". An experienced programmer should have no problems with this.

The product is still absolutely awesome. I think that the small problems will be solved professionally by support as usual.

Best regards

Michael

Hi, I´am using single database. The solution with the MayHaveTenantFilter works perfect. The best solution clean and simple!

Thank you very much

Regards Michael

Hello,

we want a multi-client website with only one URL (portal. mysite. com). The tenant identification must work with the e-mail address. (unique).

We want to remove the tenant selection box on the login page (and other pages), and detect the tenant when login button is clicked

Maybe there are two great additional features (but not needed for us, maybe cool for others): Settings for allow on user-creation only unique e-mail Adresses or allow multiple same e-mail Adresses (for multi tenant-rights) and after the click on the login button there is a Modal Dialog with all possible tenants for this account.

I read something about "custom tenant resolver", but I don't find the place where you can implement something like that.

I would be very happy about a help/implementation.

Thank you. Regards Michael

Showing 1 to 4 of 4 entries