Default içindir..
index.template.php'de
Bul:
Sonrasına ekle:
Bul:
Sonrasına ekle:
Bir Kevon yapımıdır..
Orjinal Konu
http://www.simplemachines.org/community/index.php?topic=203134.0#quickreply
index.template.php'de
Bul:
Kod:
if ($context['current_action'] == 'search2')
$current_action = 'search';
Sonrasına ekle:
Kod:
if ($context['current_action'] == 'buddies')
$current_action = 'buddies';
Bul:
Kod:
// Edit Profile... [profile]
if ($context['allow_edit_profile'])
echo ($current_action == 'profile' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '">&nbsp;</td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'profile' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '?action=profile">' , $txt[79] , '</a>
</td>' , $current_action == 'profile' ? '<td class="maintab_active_' . $last . '">&nbsp;</td>' : '';
Sonrasına ekle:
Kod:
//Show the buddies link... [buddies]
if ($context['user']['is_logged'])
echo ($current_action == 'buddies' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '">&nbsp;</td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'buddies' ? 'active_back' : 'back' , '">
<a href="' . $scripturl . '?action=profile;sa=editBuddies">Arkadaş Listesi</a>
</td>' , $current_action == 'buddies' ? '<td class="maintab_active_' . $last . '">&nbsp;</td>' : '';
Bir Kevon yapımıdır..
Orjinal Konu
http://www.simplemachines.org/community/index.php?topic=203134.0#quickreply