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

Merhaba, tekrar hoş geldiniz!

Bilgi sahibi olanlarla ihtiyaç duyanları buluşturmak, farklı bakış açılarına sahip insanları bir araya getirerek birbirlerini daha iyi anlamalarını sağlamak ve herkesin bilgisini paylaşmasını sağlamak istiyoruz.

orhan

Moderator
Katılım
5 Ara 2018
Mesajlar
466
Tepkime puanı
89
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.
 
Geri
Üst Alt