Menü

İletileri Göster

Bu özellik size üyenin attığı tüm iletileri gösterme olanağı sağlayacaktır. Not sadece size izin verilen bölümlerdeki iletilerini görebilirsiniz.

İletileri Göster Menü

Mesajlar - tekyürek

#421
uyumsuz denedim bende çalışanı var  :D güncellemiştim
#422
beta 3 ile uyumsuz
#423
denedinizmi çalışıyormu mod   detaylı ne işe yaradıgına dair acıklama yapsanız  :D
#424
Konu / Ynt: youtube bbc kodu
30 Mar 2018, 16:19
editörde bu modun simgesi çıkmıyor videonun direk link ini yazıp konuyu kayıt ettiginiz de   videoyu otomatik algılayıp oynatıyor







örnek  : https://www.youtube.com/watch?v=s-gFdERWzUw   buraya gelip videonun üzerine  sag tıklayıp  video url sini kopyaladeyip konuya eklemek


  be  şekil :  https://youtu.be/s-gFdERWzUw
#425
Konu / Ynt: youtube bbc kodu
30 Mar 2018, 14:24
direk  link olarak ekle  şu modu kur bununla ugraşma :  https://custom.simplemachines.org/mods/index.php?mod=2681
#426

Burasi www olarak yonlendirir

RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [R=301,L]
#427

# HTTPS Yonlendirme Baslangici by replikacep.com
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
# HTTPS Yonlendirme Sonu by replikacep.com

ErrorDocument 404 https://www.replikacep.com/404.shtml
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [R=301,L]



Buyurun domain ismini kendinize gore duzenleyin
#428
Ucretli birisine destek icin tema lazim oldu  :)
#429
tema  sannediyorsam bulunamıyor  bana lazımdı araya taraya buldum belki sizede lazım olurr

smf 2.0.15 kullanananlar  şu modu yüklesin bu temayı kullanacaksa  

http://www.smf.gen.tr/smf/index.php?topic=2043.msg11909;topicseen#msg11909

Açıklama : Bu mod 2.0.14 ve daha üstü sürümlerde giriş güvenliği için bir çalışma yapılmış ancak bu çalışma bazı temalarda olmadığından dolayı giriş yaparken hata alabiliyorsunuz işte bu sorunu aşağıdaki mod ile bu sorundan kurtuluyorsunuz.

#430
Merhaba {invitee},

{forum} forumuna üye olabilmeniz için {inviter} size davetiye gönderdi ve aşağıdaki mesajı bıraktı:

{message}

Davetiye kodunuz:
{key}

Üye olmanız için link:
{link}

Saygılarımızla,
{forum} Turkey Yönetimi

mod resmi sitede  yoktur    modu türkçeye cevirdim güle güle kullanın

#431
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
#432
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



#433
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [R=301,L]


siteyi  www olarak yönlendirmek içinde şunu ekleyiniz
#434
Alıntı yapılan: Sosyal Öğretmeni - 20 Ksm 2017, 00:25Eski İvan'ın meşhur bir sözü vardı. Mod yok kod var. Paket yok manuel var.
Manuel yaparım nereye ne yüklüyorum, ekliyorum bilirim. Sorun olunca kaldırması da kolay zartı zurtu da kolay...

Her neyse uzatmayalım. Eline sağlık güzel iş olmuş.....
Eğitim sitelerinde tavsiye etmiyorum...

rica ederim manuel kurmasını bilen var bilmeyen var  paket olması daha kolay
#435
 Smf Aynı Konu Tekrardan Açılınca Uyarı Verdirme Modifikasyonu
Bazı konular sitemizde sürekli tekrardan tekrardan açılmaya başladı.


http://www.smf.gen.tr/smf/index.php?topic=496.msg2413#msg2413

yukarıdaki konudaki  mod dur  isteyen yukarıdaki konudan manuel kurabilir

2.0  serisi ve 2.1 için dir   yuhphii   yuhphii   yuhphii   yuhphii   :dayak:s   :dayak:s


modun ismi biraz sacma oldu neyse  :D