Arno Welzel
Arno Welzel
Just in case - these are my CustomCSS rules to fix these issues on my production Nextcloud instance. This works with NC 31 as well as with NC 32: ```...
Thanks for the feedback. But it would be even more helpful if anyone could tell, what exactly was changed to address this issue. Otherwise the same problem may appear again...
@Rello Ok, then I will test and see. And if it one time fails again, I have to wait another 1-2 years to get it fixed because nobody knows what...
> My understanding is that we are `rewriting` links when rendering them. So we should be able to handle this case. Unfortunately, this is not the case. The links where...
There is no official way to do this, since PhotoSwipe 5 no longer supports URL fragments as PhotoSwipe 4 did. You will have to implement this on your own.
I don't have time to work on this, but when someone checks the code for PhotoSwipe 4 it is maybe possible, to provide this as a PhotoSwipe 5 plugin similar...
Meanwhile I had time to implement a custom solution for my WordPress plugin "Lightbox with PhotoSwipe" which is mostly based on the way, how PhotoSwipe 4 does it, but also...
> Please follow the nextcloud documentation in that link, it must be added as an array: > > ``` > 'apps_paths' => [ > [ > 'path'=> '/var/www/nextcloud/apps', > 'url'...
> It could not get the apps path to be able to access the static viewer files here: https://github.com/ayselafsar/dicomviewer/blob/master/lib/Controller/DisplayController.php#L50 Could you please send me your nextcloud config file (DO NOT...
Also see https://github.com/nextcloud/text/issues/7917 I did not realize, that this issue was already created more than a year ago.