Jump to content

Cum Mut User Navigation Din Ipb Sub Adminbar?


TheSour

Recommended Posts

ACP - Look Feel - Tema - CSS - ipb_style.css

cu CTRL  + F

cautam :

#user_navigation {
    color: #9f9f9f;
    float: right;
    font-size: 11px;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    border-left: 1px solid #2b2b2b;
}

si inlocuim cu :

#user_navigation {
    color: #9f9f9f;
    float: left;
    font-size: 11px;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    border-left: 1px solid #2b2b2b;
}

La float modifici cum vrei tu :)

Link to comment
Share on other sites

ACP - Look Feel - Tema - CSS - ipb_style.css

cauti 

#nav_wrap{
	background: black;
	border-top: 0px solid black;
	border-bottom: 0px solid black;
	height: 35px;

si la cod adaugi  margin-top:-100px; in loc de 100 pui ce valoare doresti.iar codul va arata ceva de genul 

#nav_wrap{
	background: black;
	border-top: 0px solid black;
	border-bottom: 0px solid black;
	height: 35px;
        margin-top:-100px;
}

 

Link to comment
Share on other sites

ACP - Look Feel - Tema ta>> global template>> cauti codul 

<div id='nav_wrap'><div class='wrapper clearfix'>
            
            <if test="memberbox:|:$this->memberData['member_id']">
						<div id='user_navigation' class='logged_in'>
							<ul class='ipsList_inline'>
								<li><a href="{parse url="showuser={$this->memberData['member_id']}" seotitle="{$this->memberData['members_seo_name']}" template="showuser" base="public"}" title='{$this->lang->words['your_profile']}'>
                                    <img src='{$this->memberData['pp_small_photo']}' alt="{$this->memberData['members_display_name']}{$this->lang->words['users_photo']}" class='user_photo' />
                                </a></li>
                                <li><a id='user_link' href="{parse url="showuser={$this->memberData['member_id']}" seotitle="{$this->memberData['members_seo_name']}" template="showuser" base="public"}"  title='{$this->lang->words['your_profile']}'>{$this->memberData['members_display_name']} &nbsp;<span id='user_link_dd'></span></a></li>							
								<if test="showInboxNotify:|:! ( ! $this->memberData['member_id'] && $this->settings['force_login'] ) && !($this->settings['board_offline'] && !$this->memberData['g_access_offline'])">
									<if test="messengerlink:|:$this->memberData['g_use_pm'] AND $this->memberData['members_disable_pm'] == 0">
										<li><a data-clicklaunch="getInboxList" id='inbox_link' href='{parse url="app=members&amp;module=messaging" base="public"}' title='{$this->lang->words['your_messenger']}'><img src="{style_images_url}/clear.gif" alt="" /><if test="notifications:|:$this->memberData['msg_count_new']"><span class='ipsHasNotifications'>{$this->memberData['msg_count_new']}</span></if>&nbsp;</a></li>
									</if>
									<li><a data-clicklaunch="getNotificationsList" id='notify_link' href="{parse url="app=core&amp;module=usercp&amp;area=notificationlog" base="public"}" title="{$this->lang->words['notifications_at_the_top']}"><img src="{style_images_url}/clear.gif" alt="" /><if test="notifications:|:$this->memberData['notification_cnt']"><span class='ipsHasNotifications'>{$this->memberData['notification_cnt']}</span></if>&nbsp;</a></li>
								</if>
    							<li><a href="{parse url="app=core&amp;module=global&amp;section=login&amp;do=logout&amp;k={$this->member->form_hash}" base="public"}">{$this->lang->words['log_out']}</a></li>								
								<if test="authenticating:|:$this->memberData['member_group_id'] == $this->settings['auth_group']">
									<li><a href="{parse url="app=core&amp;module=global&amp;section=register&amp;do=reval" base="public"}" title='{$this->lang->words['resend_val']}'>{$this->lang->words['resend_val']}</a></li>
								</if>
							</ul>
						</div>

ii dai cut sau decupeaza si il pui mai sus unde scrie 


Aici pui acel cod 

<!-- ::: BRANDING STRIP: Logo and search box ::: -->

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • 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.