The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I'm just having a little trouble editing the header template. I've built a nav bar on my customized skin and I'm trying to make a "today's birthday" box. Now I've made the box, however the birthdays don't show up.
I'm using the following code: Code:
<if condition="$show['birthdays']"> <!-- today's birthdays --> $vbphrase[todays_birthdays] <a href="calendar.php?$session[sessionurl]do=getday&day=$today&sb=1"></a> <div class="smallfont">$birthdays</div> <!-- end today's birthdays --> </if> Now Zach at vb said you cannot use variables in the header template, so there must be a way to work around this somehow? Can I create my own template and call it up in the header? resolved now. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|