Jump to content

Удаление кнопок с навигации

Featured Replies

Какой шаблон нужно править и что удалить, чтобы кнопки в подвале "Самые активные сегодня,самые активные,рейтинг контента" были невидимые?

Link to comment
https://ipbmafia.ru/topic/7557-udalenie-knopok-s-navigacii/
Share on other sites

Посмотри коды элементов,затем найди их в globalTemplate и удаляешь или же в boardIndexTemplate.

 

Пример "Администрация"

<li><a href="{parse url="app=forums&amp;module=extras&amp;section=stats&amp;do=leaders" base="public"}" title="{$this->lang->words['sm_forum_leaders_title']}">{$this->lang->words['sm_forum_leaders']}</a></li>

Edited by MisterX

Link to comment
https://ipbmafia.ru/topic/7557-udalenie-knopok-s-navigacii/?&do=findComment&comment=58919
Share on other sites

Решение нашёл. 
Ац - Внешний вид - Ваш стиль - Шаблоны - Форумы - 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>

Link to comment
https://ipbmafia.ru/topic/7557-udalenie-knopok-s-navigacii/?&do=findComment&comment=59052
Share on other sites
Guest
This topic is now closed to further replies.

Последние посетители 0

  • No registered users viewing this page.