kullandığın temanın index.template.php aç
Kod: (bunu bul)
if ($context['current_action'] == 'theme')
$current_action = isset($_REQUEST['sa']) && $_REQUEST['sa'] == 'pick' ? 'profile' : 'admin';
Kod: (üstüne bunu ekle)
//MSN
if ($context['current_action'] == 'msn')
$current_action = 'msn';
//MSN
Kod: (bunu bul)
if ($context['allow_memberlist'])
echo ($current_action == 'mlist' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '"> </td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'mlist' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '?action=mlist">' , $txt[331] , '</a>
</td>' , $current_action == 'mlist' ? '<td class="maintab_active_' . $last . '"> </td>' : '';
dilber mc teması içinKod: (bunu altına ekle)
// Show the [Menüm] button.
if ($context['allow_edit_profile'])
echo'
<td align="center" class="menubg' , $current_action == 'Menüm' ? '2' : '' , '">
<a href="', $scripturl, '?action=msn">MSN</a>
</td>';
default içinKod: (bunu altına ekle)
//MSN
if ($context['user']['is_logged'])
echo ($current_action == 'msn' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '"> </td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'msn' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '?action=msn">MSN</a>
</td>' , $current_action == 'msn' ? '<td class="maintab_active_' . $last . '"> </td>' : '';
kullandığın temanın languages/Who.turkish.php aç
?>
Kod: (bunu altına ekle)
$txt['whoall_msn'] = '<a href="' . $scripturl . '?action=hava">MSN</a>\'de.';
index.php aç
Kod: (bunu bul)
'.xml' => array('News.php', 'ShowXmlFeed'),
Kod: (üstüne bunu ekle)
'msn' => array('msn.php', 'Forummsn'),
verdiğim linktenkileri indir. msn.php sources klasörüne at
msn.template.php ise kullandığın temanın içine atıcaksın
hayırlı olsun
yedek almayı unutma
http://www9.rapidupload.com/d.php?file=dl&filepath=30347 Bu anlatım tamamen ALINTIDIR.emeği gecen
ENDER ABİYE çok tşk ederim.