The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Does anyone know where to go in the files to insert the banner code and make it center?
I know the initial vbulletin icon calls up from images/misc/vbulletin3_logo_white.gif And the second question, is there logical templates for insertion of adsense into 3.7 or do I need to go into that adsense deep tutorial and start playing around with template code? Thanks in advance to anyone that replies, appreciated. (Note to vbulletin, you should have a basic implementation framework that board users can follow, its obvious that high numbers of board owners want to put header banners in, and its obvious that most will want to monitize their boards so they pay for themselves, why not have a user friendly manual). |
#2
|
||||
|
||||
![]()
From just dinkin' around in Style Manager, which you, too, are empowered to do, in the header template if I pop entirely the $stylevar[right] td, then change the remaining td tag align=$stylevar[left] to align="center" that puts the logo in the middle. This is just a how-I-did-it and may be totally unrecommended by anyone knowledgeable in vB. There is an extensive, well-put-together write up on Styles & Templates in the vB Manual.
Code:
In the header template: Pop the right td tag -> <td align="$stylevar[right]" id="header_right_cell"> … </td> Change remaining left td tag from: <td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> Change to: <td align="center"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|