The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Blank page with vBulletin design but no content
Hi there,
I have a vBulletin 4.1.1 forum. I need a custom page, something like www.forum.com/page.php to show me design, header and footer of the forum but no posts. Instead of posts/forums i want to add my own content (pics, text etc). How is that possible to make such a page? |
#2
|
|||
|
|||
what that links to is a custom 404 -page is that what you are trying to do ?
--------------- Added 10 Mar 2011 at 10:12 --------------- what you want is to make a custom template its so easy, just goto styles and templates/stylemanager/add new template when you create the template you just name it custom_whatever the whatever is what will be used to call the page with a link like this HTML Code:
http://yourwebsite.com/misc.php?do=page&template=whatever HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html"> <head> {vb:raw headinclude} <title>Four States Photo Studio</title> <link rel="stylesheet" type="text/css" href="{vb:var vbcsspath}vbulletin-formcontrols.css" /> </head> <body> {vb:raw header} {vb:raw navbar} <div class="blockbody"> <div class="blockrow"> <center> <table width="800" border="0"> <tr> Your content html or whatever will go into this area of the template </tr> </table> </center> </body> </div> </div> {vb:raw footer} </body> </html> |
#3
|
||||
|
||||
Or follow this - [HOW TO - vB4] Create your own vBulletin page
|
#4
|
|||
|
|||
I already have a theme installed in my forum called THEME. I need to create a custom page that uses my vBulletin template, and include my vBulletin header, navbar, and footer.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|