The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Top Right Menu
Would anyone know where I edit the stylevars or corresponding files so that the menu items in the top right portion of the screen show up on their own line and do not show up within the advertising header section? This is the default theme.
Attachment 116979 |
#2
|
|||
|
|||
I suggest you put another div layer on top of the header just to place the toplinks div.
|
#3
|
|||
|
|||
Any idea where I would find that? Would I have to look inside of a certain template?
--------------- Added [DATE]1273729276[/DATE] at [TIME]1273729276[/TIME] --------------- Does anyone know where I could go to find a code sample of the TopLinks being in a separate div container above the header? Would love to figure out how to do this. |
#4
|
|||
|
|||
In the second half of the tut is how to move the member info.
http://animeappeal.com/showthread.ph...nd-position-it |
#5
|
|||
|
|||
Thanks to your guide Seti, I was able to increase the bottom padding of the header to provide space for the top links which I moved into that spot. It's not exactly what I wanted but it will have to do.
Attachment 117067 |
#6
|
|||
|
|||
The only problem now is that the Remember me checkbox is now hidden because it shows up beneath the login box. Also, this top links menu bar looks entirely different in IE 8 than in FireFox
Nevermind. There are different styles for the toplinks apparently between when you're logged in and when you're logged out but the remember me box is still a problem |
#7
|
|||
|
|||
Ok, I figured it out. I just moved the Remember Me Label to show up right after the password field before the login button. For anyone else wanting a layout similar to mine. Here is the rearranged code.
<form id="navbar_loginform" action="login.php?{vb:raw session.sessionurl}do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, {vb:raw show.nopasswordempty})"> <fieldset id="logindetails" class="logindetails"> <div> <div> <input type="text" class="textbox" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>" /> <input type="text" class="textbox default-value" tabindex="102" name="vb_login_password_hint" id="navbar_password_hint" size="10" value="{vb:rawphrase password}" style="display:none;" /> <input type="password" class="textbox" tabindex="102" name="vb_login_password" id="navbar_password" size="10" /> <label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" /> {vb:rawphrase remember_me}</label> <input type="submit" class="loginbutton" tabindex="104" value="{vb:rawphrase log_in}" title="{vb:rawphrase enter_username_to_login_or_register}" accesskey="s" /> That code should give you something that looks like the following. Attachment 117074 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|