News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

How i add a picture down of Copyright?

Started by -=[Vyorel]=-, June 12, 2009, 08:00:35 AM

Previous topic - Next topic

-=[Vyorel]=-

How i add a picture down of Copyright?

I want this picture for example:

My mods for SMF - [6].

Deaks

am i right in guessing you want to add that after the copyright?

Please can you tell us what smf version and what theme?
~~~~
Former SMF Project Manager
Former SMF Customizer

"For as lang as hunner o us is in life, in nae wey
will we thole the Soothron tae owergang us. In truth it isna for glory, or wealth, or
honours that we fecht, but for freedom alane, that nae honest cheil gies up but wi life
itsel."

-=[Vyorel]=-

Quote from: Runic on June 13, 2009, 06:28:40 AM
am i right in guessing you want to add that after the copyright?
Yes! ;D


Quote from: Runic on June 13, 2009, 06:28:40 AM
Please can you tell us what smf version and what theme?

SMF Version: SMF 2.0 RC1-1
Theme: Default
My mods for SMF - [6].

Deaks

ok in index.template.php look for

<div id="footerarea" class="headerpadding topmargin clearfix">
  <ul class="reset smalltext">
  <li class="copywrite">', theme_copyright(), '</li>
  <li><a id="button_xhtml" href="http://validator.w3.org/check/referer" target="_blank" class="new_win" title="', $txt['valid_xhtml'], '"><span>', $txt['xhtml'], '</span></a></li>
  ', !empty($modSettings['xmlnews_enable']) && (!empty($modSettings['allow_guestAccess']) || $context['user']['is_logged']) ? '<li><a id="button_rss" href="' . $scripturl . '?type=rss;action=.xml" class="new_win"><span>' . $txt['rss'] . '</span></a></li>' : '', '
  <li class="last"><a id="button_wap2" href="', $scripturl , '?wap2" class="new_win"><span>', $txt['wap2'], '</span></a></li>
  </ul>';

 // Show the load time?
 if ($context['show_load_time'])
  echo '
  <p class="smalltext" id="show_loadtime">', $txt['page_created'], $context['load_time'], $txt['seconds_with'], $context['load_queries'], $txt['queries'], '</p>';

 echo '
 </div>


and prob best change it to

<div id="footerarea" class="headerpadding topmargin clearfix">
  <ul class="reset smalltext">
  <li class="copywrite">', theme_copyright(), '</li>
  <li><a id="button_xhtml" href="http://validator.w3.org/check/referer" target="_blank" class="new_win" title="', $txt['valid_xhtml'], '"><span>', $txt['xhtml'], '</span></a></li>
  ', !empty($modSettings['xmlnews_enable']) && (!empty($modSettings['allow_guestAccess']) || $context['user']['is_logged']) ? '<li><a id="button_rss" href="' . $scripturl . '?type=rss;action=.xml" class="new_win"><span>' . $txt['rss'] . '</span></a></li>' : '', '
  <li class="last"><a id="button_wap2" href="', $scripturl , '?wap2" class="new_win"><span>', $txt['wap2'], '</span></a></li>
  </ul>
<img src="adddress here" title=""/>';

 // Show the load time?
 if ($context['show_load_time'])
  echo '
  <p class="smalltext" id="show_loadtime">', $txt['page_created'], $context['load_time'], $txt['seconds_with'], $context['load_queries'], $txt['queries'], '</p>';

 echo '
 </div>


(I have added the imag line command you will just need to add the address where it says address here)
~~~~
Former SMF Project Manager
Former SMF Customizer

"For as lang as hunner o us is in life, in nae wey
will we thole the Soothron tae owergang us. In truth it isna for glory, or wealth, or
honours that we fecht, but for freedom alane, that nae honest cheil gies up but wi life
itsel."

-=[Vyorel]=-

My mods for SMF - [6].

Advertisement: