DNN Forums

Ask questions about your website to get help learning DNN and help resolve issues.

Any one know where is will find the site logo name in database

 3 Replies
 2 Subscribed to this topic
 17 Subscribed to this forum
Sort:
Author
Messages
Growing Member Send Private Message
Posts: 45
Growing Member

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. 

3ART TechnologiesRegards,
3ART Technologies Expert

3ART Technologies
Experts in Analysis, Design & Development for DNN and SharePoint Solution
https://www.3art.tech/
Advanced Member Send Private Message
Posts: 250
Advanced Member
If memory serves good, it is in the PortalLocalization table because a logo could have text that needs to be localized.
Senior Member Send Private Message
Posts: 1575
Senior Member

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];
Growing Member Send Private Message
Posts: 45
Growing Member

Thanks got it

3ART TechnologiesRegards,
3ART Technologies Expert

3ART Technologies
Experts in Analysis, Design & Development for DNN and SharePoint Solution
https://www.3art.tech/

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:

  1. If you have (suspected) security issues, please DO NOT post them in the forums but instead follow the official DNN security policy
  2. No Advertising. This includes the promotion of commercial and non-commercial products or services which are not directly related to DNN.
  3. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  4. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  5. No Flaming or Trolling.
  6. No Profanity, Racism, or Prejudice.
  7. Site Moderators have the final word on approving / removing a thread or post or comment.
  8. English language posting only, please.

Would you like to help us?

Awesome! Simply post in the forums using the link below and we'll get you started.

Get Involved