smf 2.1konu içi okunma ve yanıt sayısı

Başlatan tekyürek, 28 Ksm 2017, 02:40

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

tekyürek

smf 2.1konu içi  okunma ve yanıt  sayısı




Display.template.php

bul :

// Are there any custom profile fields for below the signature?
 if (!empty($message['custom_fields']['below_signature']))
 {
 echo '
 <div class="custom_fields_below_signature">
 <ul class="nolist">';

 foreach ($message['custom_fields']['below_signature'] as $custom)
 echo '
 <li class="custom ', $custom['col_name'], '">', $custom['value'], '</li>';

 echo '
 </ul>
 </div>';
 }

 echo '
 </div>
 </div>
 </div>
 <hr class="post_separator">';



sonrasına  ekle

  // Add Facebook Like, Tweet, and Google +1
if (!empty($modSettings['socialization_onoff'])) {
if ($message['id'] == $context['topic_first_message']) {
echo '
<div class="post_styling">
<ul>
   <li><span class="view">', $txt['read'], '&nbsp;', $context['num_views'], '&nbsp;', $txt['times'], '</span></li>
   <li><span class="cat">', $context['jump_to']['board_name'], '</span></li>
   <li><span class="comments">',$context['num_replies'],'&nbsp;', $txt['replies'], '</span></li>';
   
// Show Facebook Like icon in the first post
if (!empty($modSettings['facebook_like'])) {
echo '
<li style="border:0;background:0;padding: 4px;"><iframe src="https://www.facebook.com/plugins/like.php?href=', $scripturl, '?topic=', $context['current_topic'], '&amp;send=false&amp;layout=button_count&amp;width=100&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font&amp;height=20" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:20px;" allowTransparency="true"></iframe></li>';
}

// Show Twitter Tweet icon in the first post
if (!empty($modSettings['twitter_tweet'])) {
echo '
<li style="border:0;background:0;padding: 4px;"><a href="https://twitter.com/share" class="twitter-share-button" data-url="', $scripturl, '?topic=', $context['current_topic'], '" data-counturl="', $scripturl, '?topic=', $context['current_topic'], '"></a><script type="text/javascript">!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script></li>';
}

// Show Google +1 icon in the first post
if (!empty($modSettings['googleplus_plusone'])) {
echo '
<li style="border:0;background:0;padding: 4px;"> <div class="g-plusone" data-size="medium"></div><script type="text/javascript">(function() {var po = document.createElement("script"); po.type = "text/javascript"; po.async = true;po.src = "https://apis.google.com/js/plusone.js";var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(po, s);})();</script></li>';
}
}
echo '
</ul></div>
<br />';
}
}


index.ccs  ekle






div.post_styling > ul{margin:0;padding:0;}
div.post_styling > ul > li{background:#f5f5f5 url(../images/topic/bgp.png) repeat-x left bottom;float:left;list-style:none;color:#334466;font-weight:bold;border:1px solid #AFB8BE;text-shadow:1px 1px #fff;margin-right:20px;border-radius:4px;}
div.post_styling ul li span{display:block;height:16px;margin:5px;}
div.post_styling ul li span.view{background:url(../images/topic/view.png) no-repeat left center;padding-left:20px;}
div.post_styling ul li span.cat{background:url(../images/topic/cat.png) no-repeat left center;padding-left:20px;}
div.post_styling ul li span.comments{background:url(../images/topic/comments.png) no-repeat left center;padding-left:20px;}
div.post_styling {margin-top: auto; margin-left: auto;padding: 4px;
}

mobilde gizlemek için

responsive.css

bul:  
@media (max-width: 480px) {
altına ekle :
.post_styling{display:none;

ekteki resimleri : /public_html/Themes/Replikacep/images/topic    dizinine at




tekyürek

#1
Add Facebook Like, Tweet, and Google +1    bu modu  kullanmalısınız    kullanacagız temaya kurmayın modu kurarken

altına ve üstüne çizgi cekmek istiyorsanız

bul :


// Add Facebook Like, Tweet, and Google +1
 if (!empty($modSettings['socialization_onoff'])) {
 if ($message['id'] == $context['topic_first_message']) {
 echo '
 <div class="post_styling">



degiştir

// Add Facebook Like, Tweet, and Google +1
 if (!empty($modSettings['socialization_onoff'])) {
 if ($message['id'] == $context['topic_first_message']) {
 echo '
 </div><hr class="post_separator"><div class="post_styling">



bul: ,,,

 // Show Google +1 icon in the first post
 if (!empty($modSettings['googleplus_plusone'])) {
 echo '
 <li style="border:0;background:0;padding: 4px;"> <div class="g-plusone" data-size="medium"></div><script type="text/javascript">(function() {var po = document.createElement("script"); po.type = "text/javascript"; po.async = true;po.src = "https://apis.google.com/js/plusone.js";var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(po, s);})();</script></li>';
 }
 }
 echo '
 </ul></div>
 <br />';
 }
 }

degiştir


// Show Google +1 icon in the first post
 if (!empty($modSettings['googleplus_plusone'])) {
 echo '
 <li style="border:0;background:0;padding: 4px;"> <div class="g-plusone" data-size="medium"></div><script type="text/javascript">(function() {var po = document.createElement("script"); po.type = "text/javascript"; po.async = true;po.src = "https://apis.google.com/js/plusone.js";var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(po, s);})();</script></li>';
 }
 
 echo '
 </ul></div>
 <br />';
 }
 }
 
 echo'<hr class="post_separator">';
}

buralara dikkat edin

tekyürek

#2
SMF 2.1 RC  İÇİNDİR

NOT : İconların çıkması için  sitenizde fontawesome  olması gerekmektedir


Display.template.php bul .:
// Are there any custom profile fields for below the signature?
 if (!empty($message['custom_fields']['below_signature']))
 {
 echo '
 <div class="custom_fields_below_signature">
 <ul class="nolist">';

 foreach ($message['custom_fields']['below_signature'] as $custom)
 echo '
 <li class="custom ', $custom['col_name'], '">', $custom['value'], '</li>';

 echo '
 </ul>
 </div>';
 }

 echo '
 </div><!-- .moderatorbar -->
 </div><!-- .post_wrapper -->
 </div><!-- $message[css_class] -->
 <hr class="post_separator">';
}

degiştir :

// Are there any custom profile fields for below the signature?
 if (!empty($message['custom_fields']['below_signature']))
 {
 echo '
 <div class="custom_fields_below_signature">
 <ul class="nolist">';

 foreach ($message['custom_fields']['below_signature'] as $custom)
 echo '
 <li class="custom ', $custom['col_name'], '">', $custom['value'], '</li>';

 echo '
 </ul>
 </div>';
 }
 if ($message['id'] == $context['topic_first_message'])
 {
 echo '
 <div class="post_styling">
 <ul>
   <li><span><i class="fas fa-chart-bar"></i><i style="padding-left: 5px;">', $txt['views'], '&nbsp;', $context['num_views'], '&nbsp;', '</i></span></li>
   <li><span><i class="fas fa-calendar-check"></i><i style="padding-left: 5px;">', $context['jump_to']['board_name'], '</i></span></li>
   <li><span><i class="fas fa-sms"></i><i style="padding-left: 5px;">',$context['num_replies'],'&nbsp;', $txt['replies'], '</i></span></li><br><br><hr></div>';
 
 }

 echo '
 
 </div><!-- .moderatorbar -->
 </div><!-- .post_wrapper -->
 </div><!-- $message[css_class] -->
 <hr class="post_separator">';
}

index.css ye   en  sona  ekle

div.post_styling > ul{margin:auto;padding:0;width: 100%; text-align: center;}
div.post_styling > ul > li{background:#f5f5f5 repeat-x left bottom;float:left;list-style:none;color:#334466;font-weight:bold;border:1px solid #AFB8BE;text-shadow:1px 1px #fff;margin-right:10px;border-radius:4px; width: auto;}
div.post_styling ul li span{display:block;height:20px;margin:5px; text-align: center;}
div.post_styling {margin-top: auto; margin-left: auto;padding: 4px; width: auto;}
i.fas.fa-chart-bar::before {content: "\f080";font-size: 18px;color: #195fad;}
i.fas.fa-sms::before {content: "\f7cd";font-size: 18px;color: #195fad;}
i.fas.fa-calendar-check::before {content: "\f274";font-size: 18px;color: #195fad;}





mobilde gizlemek için

bu :
/* Entry level phones */
@media (max-width: 480px) {
degiştir :
/* Entry level phones */
@media (max-width: 480px) {
 div.post_styling > ul{display: none;}
 div.post_styling > ul > li{display: none;}
div.post_styling ul li span{display: none;}
div.post_styling {display: none;}




ramooo19

güzel olmuş da rc sürümü çıktımı  ??

tekyürek

Alıntı yapılan: ramooo19 - 30 Mar 2019, 19:03güzel olmuş da rc sürümü çıktımı  ??

Hayir cikmadi ama rc 1 ile uyumlu olacaktir bu saatten sonra kodlarda fazla degisim olmaz
Bundan dolayi rc1 diyoruz beta 3 ile uyumsuz olacaktir zaten kodlar  bilemiyorum belkide uyar  ama beta 3 ile son hali rc olarak tanimladigimiz hali ile arasinda kod yapilarinda cok fark var

ByGold

Smf 2.0.1.5 eklenebilse güzel olur ama 2.1e gectim artık :))
Bir Umuttur Yaşamak!

tekyürek

Alıntı yapılan: ByGold - 03 Şub 2019, 22:43Smf 2.0.1.5 eklenebilse güzel olur ama 2.1e gectim artık :))

2.0 ilgimi cekmiyor bana göre çok dandik bu yüzden 2.0 icin boşuna emek vermek istemiyorum ama 2.1 harika bir  tasarim yapmislar