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

Hello, welcome back!

We want to bring together those who have knowledge and those who need it, to bring together people with different perspectives so that they can understand each other better and to enable everyone to share their knowledge.

  • Sitemiz Bir Webmaster forumu ve tartışma platformu dur webmaster forumu dışındaki konular yasaktır direkt silinecektir.
  • Our site is a Webmaster forum and discussion platform. Topics outside the webmaster forum are prohibited and will be deleted immediately.

orhan

Moderator
Joined
Dec 5, 2018
Messages
466
Reaction score
95
Points
28
qrbs6t.png


Konu başlıklarını googlede aratma butonu
MessageIndex.template.php
Bul:
Code:
// 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:
Code:
// 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.
 
Back
Top Bottom