The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Can anyone answer this?
I have an online catalog that I use to sell items.
Is there a way for me to use the header and footer from vbulletin while placing a totally different URL in the middle? Basicly im just looking for a way to call an outside page into the vbulletin page. |
#2
|
|||
|
|||
Read the vBulletin API Basics how-to. It's telling you everything about creating your own custom vB page.
With the use of that tutorial, create a basic custom page with a template for the content. Use the following code for the template: HTML Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> $headinclude <title>$vboptions[bbtitle]</title> </head> <body> $header $navbar <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="tcat">Online Catalog</td> </tr> <tr> <td class="alt1"><iframe src="http://www.yoursite.com/online-catalog/index.php"></iframe></td> </tr> </table> $footer </body> </html> |
#3
|
|||
|
|||
thats what I needed - thanks...I couldnt think of the ifram code...much apprecatied!
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|