Stefan Giehl

Results 583 comments of Stefan Giehl

@diosmosis I was referrering to the profile links in this widget, which still don't work: ![image](https://user-images.githubusercontent.com/1579355/184828385-2d0a6300-5aff-4c12-8889-c4568aa9e541.png)

@diosmosis found another issue. It seems that the real time widget looses its head on the first refresh. Guess that is caused by this code: https://github.com/matomo-org/matomo/blob/d868c5c76d707e5e41666421ed27418c397806ef/plugins/Live/vue/src/LiveWidget/LiveWidgetRefresh.ts#L27-L38 Guess the vue component...

@diosmosis this seems to work on the real time page now. but not when displayed as a widget. In the widget the header seems not to be replaced at all.

Tried it again. But it still doesn't work in the widget. I can see that the requests are sent out. But the result seems not be placed in the widget....

@diosmosis the list of visits is refreshing correctly. What doesn't seem to refresh is the summary above. That should be handled by the request for `ajaxTotalVisitors`. The numbers shown for...

@mattab That PR fixed an issue that was actually created by @tsteur (#11047). It might not look best and we maybe could improve that further, but I strongly dislike reverting...

@mattab In that case maybe we should leave somewhere a clear advice that people who want to work on an issue should first leave a note there, so you can...

Hi @NathanC Thanks for creating this issue. I have actually not yet used this special option. So I'm not able to say if that feature actually worked before or not....

Our scripts should only try to redirect to `index.php?module=...`, without any folder or domain, so the browser should use the current url and path. Are you able to see the...

@comradekingu Any reason for including the UserId stuff here? Wasn't that included in another PR already?