Jump to content

Nu Apare Moderatorcp Si Admincp


Go to solution Solved by Alexandru C.,

Recommended Posts

  • Solution
Posted

Salut , adaugă în globalTemplate după :

<!-- ::: MAIN CONTENT AREA ::: -->
<div id='content' class='clearfix'>

Următorul cod :

 <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'])">
                    <div id='admin_bar'>
                        <if test="showacplink:|:$this->memberData['g_access_cp'] AND !$this->settings['security_remove_acp_link']">
                            <ul class='ipsList_inline right'>
                            <li>
                                <a href="{$this->settings['_admin_link']}" title='{$this->lang->words['admin_cp']}' target="_blank">{$this->lang->words['login_to_acp']}</a>
                            </li>
                            </ul>
                        </if>
                    <ul class='ipsList_inline left'>
                        <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></div>
                </if>

Iar în css la sfârșit :

#admin_bar {
	font-size: 11px;
	line-height: 28px;
	padding: 0 12px;
	background: #282828 url('{style_images_url}/highlight_reallyfaint.png') repeat-x 0 0;
	overflow: hidden;
	margin-bottom: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#admin_bar li{ padding-left: 10px; padding-right: 10px; }
#admin_bar li.active a { color: #fc6d35; }
#admin_bar a { color: #8a8a8a; }
#admin_bar a:hover { color: #fff; }
  • Upvote 1

 a lot of bla bla bla...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.