
Resimdeki gibi üst butona chat linki ekliyerek sitenize özel bi sohbet kanalı yapın.
Öncelikle Sitemiz'de üst butonlara chat butonu ekliyelim.
Bunu için
index.template.php Dosyasını açın ve
// Show the [home] button.
echo ($current_action=='home' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '"> </td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'home' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '">' , $txt[103] , '</a>
</td>' , $current_action == 'home' ? '<td class="maintab_active_' . $last . '"> </td>' : '';
Kodunu bulup altına
// Show the [Chat] button.
echo ($current_action=='Chat' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '"> </td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'Chat' ? 'active_back' : 'back' , '">
<a href="http://www.[color=red]siteniz.com[/color]/sohbet.htm">Chat</a>
</td>' , $current_action == 'Chat' ? '<td class="maintab_active_' . $last . '"> </td>' : '';
Kodunu ekleyin Siteniz yazan yere sitenizin adını yazın.