I have installed the BB with the Greenia theme. Everything seems to work OK. How do I link the Forum Page Logo so that when clicked, you return to the Home Page of the site - I know there is a small link at the foor, but this is quite obscure.
Any help will be appreciated.
John.
ACP >> Templates & Style >> Templates >> yourtheme >> Header Templates >> header
You'll find the logo and link in there.
(2012-04-22, 11:45 PM)Alan Shepperson Wrote: [ -> ]ACP >> Templates & Style >> Templates >> yourtheme >> Header Templates >> header
You'll find the logo and link in there.
Hi Alan,
Thank you for your prompt reply. I cannot see 'Header Templates' in the Greenia theme. Any ideas ?
Thanks for your help.
John.
Every theme has header templates, make sure you click Templates after going to Templates & Style.
(2012-04-23, 12:18 AM)Alan Shepperson Wrote: [ -> ]Every theme has header templates, make sure you click Templates after going to Templates & Style.
Thanks Alan. I found it but now I am not sure what to change. Any ideas?
(2012-04-23, 12:24 AM)linkassoc Wrote: [ -> ] (2012-04-23, 12:18 AM)Alan Shepperson Wrote: [ -> ]Every theme has header templates, make sure you click Templates after going to Templates & Style.
Thanks Alan. I found it but now I am not sure what to change. Any ideas?
Alan,
panic over. I have amended the code and everything is working great.
Thanks for your guidance.
Regards.
John.
You'll have something like this:
<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
Find:
<a href="{$mybb->settings['bburl']}/index.php">
Replace with:
<a href="{$mybb->settings['homeurl']}">