ya husmen kardesim ben bunu dilbere kurmak istiyorum. Modu kurdum sorun degil ama buton bölümünü halledemedim buton bölümünde yardımcı olurmusun?
husmen73 buradaydı

(gerçi hep burdaya)
index.template.php dosyanda
if (in_array($context['current_action'], array('search', 'admin', 'calendar', 'profile', 'mlist', 'register', 'login', 'help', 'pm')))
if (in_array($context['current_action'], array('search', 'admin', 'staff', 'calendar', 'profile', 'mlist', 'register', 'login', 'help', 'pm')))
// How about the [search] button?
if ($context['allow_search'])
echo'
<td align="center" class="menubg' , $current_action == 'search' ? '2' : '' , '">
<a href="', $scripturl, '?action=search">' , $txt[182] , '</a>
</td>';
// How about the [staff] button?
if ($context['allow_view_stafflist'])
echo'
<td align="center" class="menubg' , $current_action == 'staff' ? '2' : '' , '">
<a href="', $scripturl, '?action=staff">' , $txt[182] , '</a>
</td>';