How can I modify the Logo link? I want so when it is pressed will link to our home page and not back to forum home page?
We are using Forum 2.0.2 latest version.
our forum is http://forum.digitalsignage.com
Thanks for reading,
Sean.
It does.. You must have a portal installed.
sorry what is portal?
its not possible to change the index.pho or something to modify link of the logo :(
thx
Quote from: made4net on November 17, 2012, 11:12:01 AM
sorry what is portal?
Do you have a portal install, such as simple portal?
Ohh.... I see what your saying.. You want it to link to your main website rather than the forum.
Something like this.. For 2.0.2
http://custom.simplemachines.org/mods/index.php?mod=1657
Reposting my answer from the duplicate topic.
Quote from: emanuele on November 17, 2012, 12:28:03 PM
You have to change the theme, in particular the file index.template.php
In the default theme the code looks like:
<h1 class="forumtitle">
<a href="', $scripturl, '">', empty($context['header_logo_url_html_safe']) ? $context['forum_name'] : '<img src="' . $context['header_logo_url_html_safe'] . '" alt="' . $context['forum_name'] . '" />', '</a>
</h1>';
you have to change that part:
<a href="', $scripturl, '">
for example to:
<a href="http://www.thisismysite.tld">