The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Can I change Login In Placement.
My login on the site is located top right of the screen and interferes with the banner, depending on screen size.
It is here: http://thessdreview.com I have seen other Vbulletin sites with it placed differently as it is here: http://www.vtxcafe.com/login.php?do=...fb79313ee95066 and another where I saw it in the middle below the center banner. Can I change this? Tx ahead...Les |
#2
|
|||
|
|||
Nobody?
|
#3
|
||||
|
||||
You can change the position of it if you edit the style of your forum. However you need to know how to edit that, otherwise ask for someone who knows html/php to help you with that.
|
#4
|
|||
|
|||
looking for the same
|
#5
|
||||
|
||||
You've got to know HTML and CSS quite extensively, then you edit the header template. Copying the login code to where you want to put it, and then tweaking it to look how you want.
If you want to move it out of the header template you also need to know how to register varibles. |
#6
|
||||
|
||||
If you don't know CSS/HTML it might be easier to find a theme that already has it done for you.
|
#7
|
|||
|
|||
It's not complicated at all. Tip of the hat to Andy at VB com for putting me on to this.
Code:
.toplinks { position:absolute; {vb:stylevar right}:{vb:math {vb:stylevar padding}*2}; right: 140px !important; /* changed by andy added */ top:247px; font: {vb:stylevar header_font}; text-align:{vb:stylevar right}; } TaDa... http://www.animeappeal.com/?styleid=106 You might need these also. They go in the same place. Code:
.remember { font-size: {vb:math {vb:stylevar font.fontSize}-3}px; color: black;} .logindetails { padding: 0 {vb:stylevar padding}; text-align: center; background: transparent !important; height: 21px !important; } |
#8
|
|||
|
|||
I like this except... How did you get it on top of your menu bar? Mine will not. Its hidden underneath..
Edit!!! Thanks. This works great for advertising which overlapped before! http://thessdreview.com/Forums/ |
#9
|
||||
|
||||
<a href="https://vborg.vbsupport.ru/showthread.php?t=254794" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=254794</a>
|
#10
|
|||
|
|||
Quote:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|