Jump to content
DevFuse Forums

User Profile Box


Paul

Recommended Posts

Hi guys, what would be the easiest way to move the profile box (log in / out) down away from the header section. Maybe to a simple line like in the clean cut theme? Im sure this would help loads of members who want a full header for there logo.

 

Thanks in advance

 

Paul

Link to comment
Share on other sites

i have find a very simple method

 

 

in global template you add 4 <br> just before secondary nav, like this

<br>
<br>
<br>
<br>
			<div id='secondary_nav'>
				<ul id='breadcrumb' class='left'>
					<php>$this->did_first = 0;</php>

 

 

 

and after in ipb_style change #user_navigation in this:

 

 

 

#user_navigation {
background: trasparent;
font-size: 0.9em;
position: absolute;
width: 284px;
top: 150px;
left: 10px;
float: left;
z-index: 9999;
}

 

 

more easy, but the user block aspact is not modified, only position ;)

 

i have made this for the iarcade official skin

Edited by najaru
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.

×
×
  • Create New...