Base solution for your next web application

Activities of "KarakTheWise"

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 :)

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?

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

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!

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.

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

That took care of it. Thanks so much!

Version 9.2.0 Angular .NET Core

Greetings,

My solution requires that the client store multiple PDF contract documents for their clients. I'm not sure what the best solution is for this issue. I know the standard Angular upload component stores the files locally. I don't how this translates to a hosted solution in a couple a ways:

1.) How does that work for many tenants? 2.) How would I retrieve a historical listing of documents such a contracts sent to a customer by a particular tenant?

I can see storing some informatio in SQL such as date created etc. but as to where the actual file sits and how it's retieved for a particular tenant is something I'm unsure of. Please advise :)

Thanks!

Excellent! I'll take a look at that today. I think that's exactly what I'm looking for. Thank you :)

I've been working through the binary object upload process and have been using the Angular component change-profile-picture-modal as my starting point. There are a couple points where I'm not following the code:

1.) initFileUploader() calls the upload process but appears to be called on show() when the modal is opened. I'm a bit lost on how this works due to the fact I haven't yet selected and file at this point. I see that it works but not how.

2.) The save() function calls this.uploaded.uploadAll() if useGravatarProfilePicture is false. I am unable to find any documentation as to how uploadAll() actually does.

Any advise and direction would be most helpful. Thank you once again!

Showing 11 to 20 of 56 entries