Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
December 4, 20186 yr Community Expert You can upload your own logo in each theme by going to ACP > Customization > Themes > Edit > Logos. Unfortunately, the URL itself that the logo leads to when clicked would require customization to change. We do not allow that via a field like the above logo image.
December 4, 20186 yr If you want to change the URL you could edit the template "logo", there is two times: <a href='{setting="base_url"}
January 13, 20196 yr Author If you want to change the URL you could edit the template "logo", there is two times: <a href='{setting="base_url"} I tried to change it. The problem is if I change it to my domain it just connects to the subdomain - forum.xxxxx.com/com
January 13, 20196 yr I tried to change it. The problem is if I change it to my domain it just connects to the subdomain - forum.xxxxx.com/com So you tried changing both instances to: <a href='your_url'> and still sent to wrong place ? or did you do something different ?
January 13, 20196 yr Author So you tried changing both instances to: <a href='your_url'> and still sent to wrong place ? or did you do something different ? I changed both to my normal url. (example.com) If I click the logo it opens the subdomain with a new url ending where my forum is running. (forum.example.com/examplecom
January 13, 20196 yr Community Expert I changed both to my normal url. (example.com) If I click the logo it opens the subdomain with a new url ending where my forum is running. (forum.example.com/examplecom You would need the full URL starting with http so http://example.com. Otherwise the href tag will assume its a relative path.
January 13, 20196 yr Author You would need the full URL starting with http so http://example.com. Otherwise the href tag will assume its a relative path. Hey, I tried. This message is shown. You would need the full URL starting with http so http://example.com. Otherwise the href tag will assume its a relative path. I show you the full code so maybe its easier to understand.
January 13, 20196 yr Overwrite the entire bracketed part with https://example.com. You've only removed the word base_url; the whole thing needs to go.
Archived
This topic is now archived and is closed to further replies.