The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Login That is Used here
I was looking for the code or plug in on the login bar like it is here. Up in the top right corner. I have searched here multiple times with no luck finding it and was hoping someone could help me out finding it or letting me know how to do it. Thanks Mike
|
#2
|
||||
|
||||
I have never seen someone actually post the template used. I've just seen people point out that it's all in the source code (which it is) and so you can just figure it out from there.
|
#3
|
|||
|
|||
It is just placed in the header. I've done the same on my dev board, just need to fix a few validation errors. You will need to create a class for your header so it is controlled separately. In additional CSS add:
.header { background: url(path/to/background/image.gif) repeat-x; } Then, in your header template, put (just before the header coding): <div class="header"> |
#4
|
|||
|
|||
I think he is talking about the Login Form Jase2 not the stuff around it.
The code is located in the navbar template I believe you should be able to copy it out of that template and put it in your header template. |
#5
|
||||
|
||||
It is just a rearrangement of the boxes.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|