The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
css class problems on vb4 custom page
I'm trying to use predefined css classes from vbulletin on my custom page.
However its not showing me expected output (data in predefined class). It just displays simple text output with no style. My template under main style contains following code : Code:
{vb:stylevar htmldoctype} <html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html"> <head> <title>{vb:raw vboptions.bbtitle}</title> {vb:raw headinclude} </head> <body> {vb:raw header} {vb:raw navbar} <div id="pagetitle"> <h1>{vb:raw pagetitle}</h1> </div> <h2 class="blockhead">MY TEST PAGE</h2> <div class="blockbody"> <div class="blockrow"> <table class="tborder" align="center"> <tr><td>My Test Data</td></tr></table> <p class="forumdescription">My Test Description</p> </div> </div> {vb:raw footer} </body> </html> Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|