The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
How to create your own vBulletin-powered page! (uses vB templates)
![]() Want to create your very own vBulletin powered page which includes the header, footer, and the user permissions system as well? Well now you can ![]() Want to know how it will look? Take a look at the attached screenshot below! ![]() Now includes the Who's Online modification! ![]() Also, instructions included on how to create your own pages that are integrated with current vBulletin files! ![]() I'm going to give you a generic page but you can easily modify the contents of the page by changing the template ![]() So here we go ![]() Instructions: Create a new file, whatever you want to call it (let's say test.php). Open up test.php and add the following (replace TEST with whatever template you want to show): PHP Code:
Now create the template, called TEST with the following content: HTML Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <title>$vboptions[bbtitle]</title> $headinclude </head> <body> $header $navbar <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="tcat">Title</td> </tr> <tr> <td class="alt1">Text</td> </tr> </table> $footer </body> </html> ![]() Now check it out by going to test.php ![]() Who's Online Modification Now if you want to show who is browsing this new page of yours, just open up includes/functions_online.php and find: PHP Code:
PHP Code:
Then find: PHP Code:
PHP Code:
![]() ---------------------------------- Also if you want to create your own pages 'within' current vBulletin files, do the following: Open the file you want, and then right before the final ?> in the source code, add the following: PHP Code:
![]() edit by Lynne: If running 3.8.4 or above, see this post to take care of the PHP 5.3.0-related problems - https://vborg.vbsupport.ru/showpost....postcount=1171 |
#302
|
||||
|
||||
![]()
No it's the basic script vBulletin uses for all of its pages. You could make it into anything you want.
![]() Personally I did this for all my custom content, more control this way rather than using a CMS, but if you're not much of a coder, go with the CMS. |
#303
|
|||
|
|||
![]()
Good stuffs!.
|
#304
|
|||
|
|||
![]()
Would this page need to be altered much, if at all for v3.5? I've yet to try it, but has anyone had success?
|
#305
|
||||
|
||||
![]()
It should work the same in 3.5, except the WOL stuff which can be done with Plugins now.
|
#306
|
|||
|
|||
![]()
This hack works fine for me when logged in...however, when I am not logged in...I get this error message on a blank white page:
Unable to add cookies, header already sent. Line 2 Thanks for the help. Edit: PROBLEM fixed...It was white space I had left before the <?php at the top. |
#307
|
|||
|
|||
![]() Quote:
through variables in your php include start template, you cannot do any php include straight from your pages. (which is quite limiting) otherwise I would use it all over my site. |
#308
|
|||
|
|||
![]()
I've read all 21 pages of this and have the same qu a number of others had.
I can get this to work within my forums directory - which is great, thank you, especially for additional info pages. But I want it working outside my forum directory in my own folder as I have a lot of other pages i simply want to integrate the navbar/login aspect with. I have tried the suggestions eg chdir and stating which directory I am working in and I've tried commenting out the template call in preference of my own text and also tried someone suggestion of putting $vbulletin[bburl] at the top. my navbar and vb header scripts etc.. all have full url so the links should work - if they ever show lol! like others all I get is a blank page which suggests its not finding something. Can someone repost this script as though it were for a page that resides outside the forums as no doubt it is simply an incorrect pathway or similar on my part - eg I get lost with the ../howmanydots../andslashes./beforethefolder/ Many Thanks |
#309
|
||||
|
||||
![]() Quote:
|
#310
|
||||
|
||||
![]()
It allows one php file to output more than one template according to the address bar.
PHP Code:
|
#311
|
|||
|
|||
![]()
Then, putting
$eggnog is what triggers that "if" to execute? Stachel |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|