The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Help me please
I need to have vbulletin display in a table in an html document. How would I go about doing this? I dont want the forum in its own page.. I just want it in a table of an existing page please help me!
|
#2
|
||||
|
||||
uhh this is really simple html
lol i read this too fast use Code:
<iframe src="www.vbulletin.com"> use frames Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <frameset cols="10%,*"> <frame src="path/to/whatever/.ext"> <frame src="http://www.vbulletin.com"> </frameset> </html> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|