SMFHacks.com

Modifications/Themes => General SMF Forum => Topic started by: apache on November 25, 2014, 03:28:28 pm

Title: question
Post by: apache on November 25, 2014, 03:28:28 pm
see if you can help:

forum logo link back is by default set to your main forum when you click on your logo that you put in: Logo image URL under theme settings.

How can yo change the link it self to point somewhere other than your forum? So if the below is code: where would you put

Quote
function template_body_above()
{
   global $context, $settings, $options, $scripturl, $txt, $modSettings;

   echo !empty($settings['forum_width']) ? '
<div id="wrapper" style="width: ' . $settings['forum_width'] . '">' : '', '
   <div id="header"><div class="frame">
      <div id="top_section">
         <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>


http://www.websitename.com at?


Thanks!
Title: Re: question
Post by: SMFHacks on November 25, 2014, 03:42:13 pm
Change
Code: [Select]
<a href="', $scripturl, '">
To
Code: [Select]
<a href="http://www.yourwebsite.com">