The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Help Needed
It might be a stupid question but here it goes:
I want to put some information on the top right hand corner of the main page the way vbulletin has http://www.vbulletin.com/ (the mailing list information) I dont have it in the default version that I downloaded and installed on my machine. How do I do that ? Any input would really help. Monica |
#2
|
||||
|
||||
Well you could just do something like this
Code:
<p align="right">INFO</p> |
#3
|
|||
|
|||
Thanks, but I wanted to put it right next to the vbulleting logo (not above it and aligned right). The code in index.php kinda confusing for me as Im new to this field.
Thanks. |
#4
|
||||
|
||||
Well try this instead, just edit the Header template and do something like
Code:
<table width="100%" border="0"> <tr> <td rowspan="3">vBulletin Logo</td> <td> </td> </tr> <tr> <td align="right">Other Info</td> </tr> <tr> <td> </td> </tr> </table> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|