Smf Konu başlıklarını googlede aratma butonu

orhan

Moderator
Katılım
5 Ara 2018
Mesajlar
466
Tepkime puanı
93
Puanları
28
qrbs6t.png


Konu başlıklarını googlede aratma butonu
MessageIndex.template.php
Bul:
Kod:
// Some columns require a different shade of the color class.
 $alternate_class = $color_class . '2';

 echo '
 <tr>
 <td class="icon1 ', $color_class, '">
 <img src="', $settings['images_url'], '/topic/', $topic['class'], '.gif" alt="" />
 </td>
 <td class="icon2 ', $color_class, '">
 <img src="', $topic['first_post']['icon_url'], '" alt="" />
 </td>
 <td class="subject ', $alternate_class, '">
 <div ', (!empty($topic['quick_mod']['modify']) ? 'id="topic_' . $topic['first_post']['id'] . '" onmouseout="mouse_on_div = 0;" onmouseover="mouse_on_div = 1;" ondblclick="modify_topic(\'' . $topic['id'] . '\', \'' . $topic['first_post']['id'] . '\');"' : ''), '>
 ', $topic['is_sticky'] ? '<strong>' : '', '<span id="msg_' . $topic['first_post']['id'] . '">', $topic['first_post']['link'], (!$context['can_approve_posts'] && !$topic['approved'] ? ' <em>(' . $txt['awaiting_approval'] . ')</em>' : ''), '</span>', $topic['is_sticky'] ? '</strong>' : '';

 // Is this topic new? (assuming they are logged in!)

Değiştir:
Kod:
// Some columns require a different shade of the color class.
 $alternate_class = $color_class . '2';

 echo '
 <tr>
 <td class="icon1 ', $color_class, '">
 <img src="', $settings['images_url'], '/topic/', $topic['class'], '.gif" alt="" />
 </td>
 <td class="icon2 ', $color_class, '">
 <img src="', $topic['first_post']['icon_url'], '" alt="" />
 </td>
 <td class="subject ', $alternate_class, '">
 <div ', (!empty($topic['quick_mod']['modify']) ? 'id="topic_' . $topic['first_post']['id'] . '" onmouseout="mouse_on_div = 0;" onmouseover="mouse_on_div = 1;" ondblclick="modify_topic(\'' . $topic['id'] . '\', \'' . $topic['first_post']['id'] . '\');"' : ''), '>
 ', $topic['is_sticky'] ? '<strong>' : '', '
 
 <a href="http://www.google.com.tr/search?hl=tr&amp;q=', $topic['subject'] , '&amp;meta=" target="_blank"><img src="bookmarksite_google.gif" width="14" height="14"/></a>
 
 <span id="msg_' . $topic['first_post']['id'] . '">', $topic['first_post']['link'], (!$context['can_approve_posts'] && !$topic['approved'] ? ' <em>(' . $txt['awaiting_approval'] . ')</em>' : ''), '</span>', $topic['is_sticky'] ? '</strong>' : '';

 // Is this topic new? (assuming they are logged in!)

ilgili resimi forum dizinine at.
 

Yasal Uyarı

İçerik sağlayıcı paylaşım sitesi olarak hizmet veren webtiryakin.com 5651 sayılı kanunun 8. maddesine ve T.C.Knın 125. maddesine göre tüm üyelerimiz yaptıkları paylaşımlardan kendileri sorumludur. Hukuka ve mevzuata aykırı olduğunu düşündüğünüz içeriği BURADAN bildirebilirsiniz. Kısa sürede dönüş yapmaya çalışacağız.
Geri
Üst