Üyeliğin hakkında sorunlar👨🏼‍🔧yaşıyorsanız bunu bizimle paylaşa bilirsiniz
Forum içeriğine ve tüm hizmetlerimize erişim sağlamak için foruma kayıt olmalı ya da giriş yapmalısınız.
  • Sitemiz Bir Webmaster forumu ve tartışma platformu dur webmaster forumu dışındaki konular yasaktır direkt silinecektir.
  • Our site is a Webmaster forum and discussion platform. Topics outside the webmaster forum are prohibited and will be deleted immediately.

Copyright düzenleme

Welcome to our site, Guest

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

ronay ayk said:
Copyright nasıl düzenlerim? Link vermek yazı yazmak istiyorum

index.template.php de
Bu kisimdan yapa bilirsiniz

Code:
// Show the footer with copyright, terms and help links.
 
[member=3]cakal[/member]  Peki orada bu şekilde kod çıkıyor nereye eklememiz gerek direk en altta mı eklemem gerek

// Show the footer with copyright, terms and help links.
  echo '
  <div id="footer">
      <div class="inner_wrap">';

  // There is now a global "Go to top" link at the right.
  echo '
      <ul>
        <li class="floatright"><a href="https://webtiryaki.com/" title="webtiryaki" target="_blank">Webtiryaki</a> |<a href="', $scripturl, '?action=help">', $txt['help'], '</a> ', (!empty($modSettings['requireAgreement'])) ? '| <a href="' . $scripturl . '?action=help;sa=rules">' . $txt['terms_and_rules'] . '</a>' : '', ' | <a href="#top_section">', $txt['go_up'], ' &#9650;</a></li>
        <li class="copyright">', theme_copyright(), '</li>
      </ul>';

  // Show the load time?
  if ($context['show_load_time'])
      echo '
      <p>', sprintf($txt['page_created_full'], $context['load_time'], $context['load_queries']), '</p>';

  echo '
      </div>
  </div><!-- #footer -->';

}

/**
* This shows any deferred JavaScript and closes out the HTML
 
Code:
<li class="copyright">', theme_copyright(), '</li>
<li><a href="https://ronayinyeri.com/" title="ronayinyeri" target="_blank">Ronay</a></li>
 
Çok teşekkürler üstad...
Birde bu bölümde li tagından başka bir kod kulansak sorun olur mu? Çok anlamıyorum açıkçası  bu işten ...
Örneğin bu sitedeki gibi sağa sola çkim altına çizgiler çekme vb gibi
 
Back
Top Bottom