Jump to content

AgentK

Пользователи

Solutions

  1. AgentK's post in Удаление кнопок с навигации was marked as the answer   
    Решение нашёл. 
    Ац - Внешний вид - Ваш стиль - Шаблоны - Форумы - boardindexTemplate 
     
    Удаляем
                <li><a href="{parse url="app=forums&amp;module=extras&amp;section=stats" base="public"}" title="{$this->lang->words['sm_all_posters_title']}">{$this->lang->words['sm_today_posters']}</a></li>
                <li><a href="{parse url="app=members&amp;module=list&amp;max_results=20&amp;sort_key=posts&amp;sort_order=desc&amp;filter=ALL" base="public" seotitle="false"}" title="{$this->lang->words['sm_overall_posters_title']}">{$this->lang->words['sm_overall_posters']}</a></li>
                <if test="reputationEnabled:|:$this->settings['reputation_enabled']">
                    <li>
                        <a href="{parse url="app=members&amp;module=reputation&amp;section=most" base="public" template="most_liked" seotitle="most_liked"}" title="<if test="reputationTypeTitle:|:$this->settings['reputation_point_types'] == 'like'">{$this->lang->words['most_rep_likes']}<else />{$this->lang->words['most_rep_rep']}</if>">
                            <if test="reputationType:|:$this->settings['reputation_point_types'] == 'like'">
                                {$this->lang->words['most_rep_likes']}
                            <else />
                                {$this->lang->words['most_rep_rep']}
                            </if>
                        </a>