Base solution for your next web application

Activities of "KarakTheWise"

Excellent! I'll take a look at that. I knew there had to a way to accomplish it.

Thank you for the reply! I had previously set the permissions so that the tenants can't change or have access to the themes. The larger part that I don't think I explained well enough is how do I set a single theme to be the main or default theme for every tenant? I'm not sure at the moment which theme I've selected for the theme I wish to use for the application. But for this example we'll say I set it to theme 3. So now I want to be sure all tenants will use theme 3 when new tenanats are created. I hope that makes sense.

Version 9.2.0 Angululr .NET Core

Greetings,

As the title states, I would like to globally set the theme and the application logo for every tenant to be the same. We're not wanting to allow the tenants to change the theme but rather have a uniform look for our application. What would be the best way to go about doing this?

Thanks much!

Sorry for the slow reply. That was my issue and I really apprciate the help! Thank you.

Update: #kt_header_mobile was the guilty party :) It looks great now, thanks again!

I've made some progress. The navigation, header and footer are not showing in the new window. But I'm not sure what to do with this issue: When I go to 'print' and thus save as PDF, the top navigation is still displayed even though it's not displayed in the new window. Any thoughts?

Excellent! Thank you. I want to be sure I understand.

#kt_aside, #kt_footer, #kt_header { display: none !important; }

Does this code in the .less file 'hide' the items you want hidden? I haven't run into this before so it's new to me :)

Greetings,

I have a simple (I hope) Angular question. I'm not sure how to word the question for a better search in Google so I just thought I would post an image of what I'm trying to achieve. I'm wanting to open the guest-contract component in a new tab without the rest of the application's components. E.g. no left-nav, top-nav and so on.  When I use window.open(...) I get the entire application in a new tab.  I wasn't having any on Stack etc. because I'm not sure what the correct wording for this problem would be :) My current method is just this.

<br>

generateContract(id: number): void {
    window.open('/app/main/events/guest-contract/' + id, '_blank');}

Any suggestions would be great!

Thanks in advance!

Greetings,

I'm using Verison 9.2 .NET Core with Angular UI. Before the end of the year I had been working via email support to solve an issue trying install this component via yarn: [https://yarnpkg.com/package/@fullcalendar/resource-timeline]. The error from the yarn log was:

Arguments: C:\Program Files\nodejs\node.exe ...\AppData\Roaming\npm\node_modules\yarn\bin\yarn.js add @fullcalendar/resource-common Yarn version: 1.22.10

Node version: 12.18.3

Platform: win32 x64

Trace:

Error: EPERM: operation not permitted, unlink 'D:\App Development\Resolution\ASPNET-Zero\Resolution\angular\node_modules\ngx-perfect-scrollbar_ivy_ngcc_\fesm2015'

npm start gave me a lot of errors when I tried to compile. At this point I wasn't sure what to do so I ran 'yarn' again and it seemed to clean everything up but was unsucessful with installing the component. I'm at the point in my development where I need this component running but am afraid to try install it again. I'm not sure what to do if my Angular project blows up :). Any advice would be most welcome!

Thank you,

Scott

Answer

Just wanted to say I used @martin solution and it works very well for poplating simple lookup tables. Thanks for sharing.

Thakn you, I'll research data migration tools. I wasnt' sure where to start for that type of thing.

Showing 41 to 50 of 56 entries