Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "tinytownsoftware"

I figured this out on my own. For those who are having the same issue, add this line to AppNameApplicationModule.cs in PreIntialize():

BackgroundJobManager.JobPollPeriod = 60 * 60 * 1000;

I had to do the same. There is no easy way to do it, you must edit a number of files. Working from memory, but here goes:

  1. Remove the chat icon from the top bar.
  2. Remove signalr from Startup.cs
  3. Remove signalr and chat javascript files so that your js does not try to make a signalr request.
  4. Remove any other .cs files that mention chat. This one is optional.

Thank you!

I see it. Interesting... That means it has something to do with my setup. I may have accidentally removed something. I will check. Thank you!

One thing I am noticing is that if the user is not logged in, it always redirects to the login page. This will not work if I want to merge the public website, because I still want users who are not logged in to see the Home page. How do I disable the automatic redirection to the login page?

[UnitOfWork] Fixed it for me.

That link no longer works. Could you please post the reasoning here? I find it puzzling that this feature is missing. I would like to have a Free and Premium edition. Then, each user would be using one of the editions, each of which come with their own features. I don't understand why editions only work with multi-tenancy.

Just to chime in, there is no reason you would have to go with Metronic. If Blazor not on their radar, you can choose another library for Blazor, such as Syncfusion, Telerik or DevExpress. Sure, there are licensing concerns and added cost, but just something to keep in mind.

That is correct. Each user has its own collection of x'es. For example, todo items. If I create a todo item, I don't want it to be visible to other users.

It would be nice if there was a checkbox in the power tool to make this automatic, as I can see it being a common requirement. But for now, how and where do I add the dependency to the user in the various generated objects?

Showing 21 to 29 of 29 entries