Alexander Rick Posted December 4, 2018 Share Posted December 4, 2018 Hey, is it possible to change the header logo url? Regards Link to comment Share on other sites More sharing options...
Jim M Posted December 4, 2018 Share Posted December 4, 2018 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. Link to comment Share on other sites More sharing options...
Ramsesx Posted December 4, 2018 Share Posted December 4, 2018 If you want to change the URL you could edit the template "logo", there is two times: <a href='{setting="base_url"} Link to comment Share on other sites More sharing options...
Alexander Rick Posted December 5, 2018 Author Share Posted December 5, 2018 Thanks a lot 😉 Link to comment Share on other sites More sharing options...
Alexander Rick Posted January 13, 2019 Author Share Posted January 13, 2019 On 12/5/2018 at 12:33 AM, Ramsesx said: 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 Link to comment Share on other sites More sharing options...
steve00 Posted January 13, 2019 Share Posted January 13, 2019 16 minutes ago, Alexander Rick said: 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 ? Link to comment Share on other sites More sharing options...
Alexander Rick Posted January 13, 2019 Author Share Posted January 13, 2019 1 minute ago, steve00 said: 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 Link to comment Share on other sites More sharing options...
Jim M Posted January 13, 2019 Share Posted January 13, 2019 17 minutes ago, Alexander Rick said: 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. Link to comment Share on other sites More sharing options...
Alexander Rick Posted January 13, 2019 Author Share Posted January 13, 2019 3 minutes ago, Jim M said: 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. 7 minutes ago, Jim M said: 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. Link to comment Share on other sites More sharing options...
Meddysong Posted January 13, 2019 Share Posted January 13, 2019 Overwrite the entire bracketed part with https://example.com. You've only removed the word base_url; the whole thing needs to go. Link to comment Share on other sites More sharing options...
Ramsesx Posted January 13, 2019 Share Posted January 13, 2019 It should be something like this: <a href="https://yoursiteurl.com" id='elLog Link to comment Share on other sites More sharing options...
Alexander Rick Posted January 13, 2019 Author Share Posted January 13, 2019 Worked! Thank for your help ❤️ Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.