Jump to content

Переместить ссылки МП и АЦ в выпадающее меню профиля

Featured Replies

Posted
comment_124628

Доброго времени суток!

Кто скажет, как переместить эти ссылки в выдапающее меню, и чтобы они были видны только определённым группам?

 

be6ef74aebcab5d5.PNG

comment_124629

в globalTemplate найди код:

Спойлер

<if test="accessreports:|:$this->memberData['is_mod'] OR !empty($this->memberData['access_report_center']) || ($this->memberData['g_access_cp'] AND !$this->settings['security_remove_acp_link'])">
                        <ul id='admin_bar' class='ipsList_inline left'>
                            <if test="showacplink:|:$this->memberData['g_access_cp'] AND !$this->settings['security_remove_acp_link']">
                                <li>
                                    <a href="{$this->settings['_admin_link']}" title='{$this->lang->words['admin_cp']}' target="_blank">{$this->lang->words['login_to_acp']}</a>
                                </li>
                            </if>
                            <li><a href="{parse url="app=core&amp;module=modcp" base="public"}" title='{$this->lang->words['gbl_modcp_link_title']}'>{$this->lang->words['gbl_modcp_link']}</a></li>
                            <if test="rclink:|:$this->memberData['access_report_center'] && $this->memberData['_cache']['report_num'] > 0">
                                <li class='active'>
                                    <a href="{parse url="app=core&amp;module=reports&amp;do=index" base="public"}" title='{$this->lang->words['view_reports']}'>{$this->memberData['_cache']['report_num']} {$this->lang->words['report_member_bar']}</a>
                                </li>
                            </if>
                        </ul>
                    </if>

и перемести его ниже

Спойлер

<li id='user_pm'><a href="{parse url="app=members&module=messaging" base="public"}">{$this->lang->words['user_dd_go_pm']}</a></li>
                                        </if>

css сам правь как надо, хоть на картинки меняй кнопки

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

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

  • No registered users viewing this page.