I have tried to upload the site logo webp file but it's allowed me, i tried to find it under the portal and portal setting but there is no information found related to the default logo path and file name. Anyone have an idea in which database table this value exists.
Here's a query that will work to show you where this value is in more recent versions of DNN. This was drafted using 9.13.4.
SELECT TOP 1000 [PortalID],[PortalName],[LogoFile] FROM [dbo].[PortalLocalization] ORDER BY [PortalID];
Thanks got it
These Forums are dedicated to the discussion of DNN Platform.
For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:
Awesome! Simply post in the forums using the link below and we'll get you started.