Smf 2.1 Her Bölümün Önüne Ayrı Ayrı Rss Butonu

Başlatan tarantula901, 07 Şub 2017, 19:58

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

tarantula901

Anasayfada bulunan kategorilerin bulunduğu kısma rss butonları ekler.




Boardindex.template.php dosyasında ara


// Show some basic information about the number of posts, etc.
 echo '
 </div>
 <div class="stats">
 <p>', comma_format($board['posts']), ' ', $board['is_redirect'] ? $txt['redirects'] : $txt['posts'], '
 ', $board['is_redirect'] ? '' : '<br> ' . comma_format($board['topics']) . ' ' . $txt['board_topics'], '
 </p>
 </div>
 <div class="lastpost">';

Değiştir.

// Show some basic information about the number of posts, etc.
echo '
</div>
<div class="stats">
<p>', comma_format($board['posts']), ' ', $board['is_redirect'] ? $txt['redirects'] : $txt['posts'], '
', $board['is_redirect'] ? '' : '<br> ' . comma_format($board['topics']) . ' ' . $txt['board_topics'], '
</p>
<i><a href="', $scripturl, '?action=.xml;sa=recent;board=', $board['id'], ';limit=10;type=rss2"><span class="rss_icon" title="Rss"></a><a href="', $scripturl, '?action=.xml;sa=recent;board=', $board['id'], ';limit=10"><span class="rss_feedmailler" title="rss_feedmailler"></a></center></i>
</div>
<div class="lastpost">';

Alttaki kodları temanızda bulunan index.css dosyasının en altına ekleyin.


.rss_icon {
    background: url(../images/rss_icon.png) no-repeat 0 0;
    display: inline-block;
    width: 15px;
    height: 15px;
 background-position: 0px 0px;
    margin-left: 78px;
}

.rss_feedmailler {
    background: url(../images/rss_icon.png) no-repeat 0 0;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-position: 0px -23px;
}


Ekteki Resimleri ise temanızın içinde bulunan images klasoru içerisine ekleyin.
Sitenizde işlem yapmadan önce mutlaka yedek alın, yedek alın yedek almayı unutmayın her şeyden önce bu önemli

Pm'den ve Skype'den istenilen destekler ücretlidir. Ücret ödememek için lütfen sitede sorunuzu konu açarak sorabilirsiniz.

Ücretli Smf Destek İçin

tekyürek

eke resmi atmayı unutmuşssun  sanırım   güzel paylaşım teşekkürler

tarantula901

Sitenizde işlem yapmadan önce mutlaka yedek alın, yedek alın yedek almayı unutmayın her şeyden önce bu önemli

Pm'den ve Skype'den istenilen destekler ücretlidir. Ücret ödememek için lütfen sitede sorunuzu konu açarak sorabilirsiniz.

Ücretli Smf Destek İçin

tekyürek

manuel kurulumu beceremeyenler için  paket haline cevirdim güle güle kullanın

ekteyi dosyayı indirip paket yöneticisinden yükliyebilirsiniz

tekyürek

/**
 * Outputs the board info for a standard board or redirect.
 *
 * @param array $board Current board information.
 */
       function template_bi_board_info($board)
     {
      global $context, $scripturl, $txt, $settings;

     echo '<div class="ts-display--flex ts-align-items--center">
         <a class="subject mobile_subject" href="', $board['href'], '" id="b', $board['id'], '">
     ', $board['name'], ' <a href="', $scripturl, '?action=.xml;sa=recent;board=', $board['id'], ';limit=10;type=rss2"><i class="fas fa-rss"></i></a><a href="', $scripturl, '?action=.xml;sa=recent;board=', $board['id'], ';limit=10"><i class="fas fa-rss-square"></i></a>
       <nav class="ts-padding--left-16 ts-margin--left-auto">
          <a href="javascript:void(0)" data-toggle="dropdown" class="icon" aria-expanded="false">
          <i class="fas fa-sms"></i></a>
            <div class="dropdown-menu dropdown-menu-right">
      <a href="', $scripturl, '?action=unread" title="', $txt['unread_since_visit'], '" class="dropdown-item"> <i class="dropdown-icon fas fa-info-circle"></i> ' ,$txt['notify'], ' </a>
      <a href="', $scripturl, '?action=unreadreplies" title="', $txt['show_unread_replies'], '"class="dropdown-item" > <i class="dropdown-icon fas fa-check"></i> ', $txt['mark_read_short'], '</a>
      <a href="', $scripturl, '?action=unread;board=', $board['id'], '" class="dropdown-item"><i class="dropdown-icon far fa-lightbulb"></i> ' ,$txt['last_post'], '</a>
       <div class="dropdown-divider"></div> <a href="' . $scripturl . '?action=post;board=', $board['id'], '" class="dropdown-item"><i class="dropdown-icon fas fa-edit"></i> ' ,$txt['new_topic'], '</a>
           </div> </nav></div>
               <p class="board_description mobile_display">', $board['description'], '</p>
</a>';


i.fas.fa-rss-square::before {
content: "\f09e";
margin-top: auto;
background-image: linear-gradient(to bottom, #90cfe7 0%, #6455a0 70%);
display: inline;
padding: .2em .6em .3em;
font-size: 70%;
font-weight: 700;
line-height: 1;
color: #1d1f20;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .30em;
margin-left: 5px;
}
i.fas.fa-rss::before {
content: "\f09e";
margin-top: auto;
margin-left: 5px;
background-image: linear-gradient(to bottom, #90cfe7 0%, #6455a0 70%);
display: inline;
padding: .2em .6em .3em;
font-size: 70%;
font-weight: 700;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .30em;
}

bu şekil fena oldu