thommie
November 8, 2020, 6:54pm
#1
Expected behaviour
Additional *.svg icons for the menu should be selectable for external site links
Actual behaviour
added *.svg icons in owncloud/core/img or owncloud/apps/files/img
svg files are not selectable in the “External Sites” menu
Steps to reproduce
add *.svg files
logout, login
go to “Admin coinfig, Additional, External Sites”
added svg files not available
Server configuration
Operating system: linux
Web server: apache
Database: mysql
PHP version: 7.4
ownCloud version: 10.5
tom42
November 10, 2020, 7:46pm
#2
Hey,
maybe you need to put the file into the correct folder of the external
app at owncloud/apps/external/img
?
1 Like
thommie
November 10, 2020, 8:07pm
#3
Hey Tom,
arggghhh, yep, you are right - just the wrong folder. Thanks!
Bye, Thommie
1 Like
tom42
November 13, 2020, 8:31pm
#4
Hey,
this is great that it solves your issue as i just guessed this by looking into the folder structure of the app. I think it is strange that they don’t explain this in their documentation:
https://doc.owncloud.com/server/10.5/admin_manual/configuration/server/external_sites.html
Maybe you could open an issue at https://github.com/owncloud/docs/issues so that they could improve their documentation of that app?