The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
How do I use conditional in the $header to show page title next to logo?
I'm trying to turn this:
Code:
<td class="toptextadswrap"> <div align="right"> <h1>$vboptions[bbtitle]</h1> </div> </td> Code:
<td class="toptextadswrap"> <div align="right"> <h1>Whatever the actual page title is</h1> </div> </td> $pagetitle $foruminfo[title_clean] $thread[title] $threadinfo[title] Among several others. I just don't know how to write the conditionals to make the various page titles appear in the upper right corner of my web pages instead of the standard $vboptions[bbtitle]. Any help would be appreciated. Jim |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|