The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Common template - header
As we all know the existing code in the common templates - header reads like this...
PHP Code:
I'm just trying to figure out what a am going first before leaping in. Thanks in advance! Chris |
#2
|
|||
|
|||
You can replace everything inbetween the two logo comments. The bottom lines
Code:
$spacer_open $_phpinclude_output |
#3
|
||||
|
||||
is it possible to utilize php "included" within here to reference a few templates that I have already created. And if so, would the format for the code be the same as in a traditional .php file>
|
#4
|
|||
|
|||
No, you cannot put php code in your header template.
You will need to create some plugins to do that. |
#5
|
||||
|
||||
one last quick question on headers. is it possible to "turn-off" the header graphic and just have the info inluded in your header template shown?
|
#6
|
|||
|
|||
Yes, the code
Code:
<a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a> Basically as long as you don't touch the two lines highlighted earlier then you can do what you want with it in html. |
#7
|
||||
|
||||
it took a while for me to get right - but it worked.
THANKS! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|