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 |
#482
|
||||
|
||||
nice tut thanx..
|
#483
|
||||
|
||||
I was gonna open a thread same as that but it's good to see that it's already opened.
Some months ago, I thought how can I do an own page in the vB forum.. I checked the codes of official files.. It took my 2 month to understand that I need eval('print_output("' . fetch_template('templatename') . '");'); Anyway.. Thanks.. I am sure people like your help. |
#484
|
|||
|
|||
awesome, now i can finally move on with my life LOL, i mean, i have no longer limits on what i can do with vBulletin, sort of speak
thanks, installed. |
#485
|
|||
|
|||
i am a complete newbie. How would i make my new page appear in the bar that goes across that says UserCP, FAQ, Members List etc?
|
#486
|
|||
|
|||
then edit the navbar template and search for memberlist.php then you know where you are and where you have to put in the new link
|
#487
|
|||
|
|||
Thank you, as i said, i am a complete newbie - thanks!
I'm a little lost as to what i type in there now. Could you give me more details? My new page is called chatroom.php |
#488
|
||||
|
||||
very nice thank you....very easy to do
|
#489
|
|||
|
|||
Quote:
PHP Code:
|
#490
|
|||
|
|||
Thanks so much for your help!
|
#491
|
|||
|
|||
I got it to work, thanks!
One question: About ?do= thing you added at the bottom, I want to make a popup for vbshout. so you have http://url.com/vbshout.php as the main one, but when you type in http://url.com/vbshout.phpdo=popup a new mini window will popup so you can go all around the forum and be able to type in it. How would I be able to do that? |
#492
|
|||
|
|||
im pretty sure to create a custom page, the link has to be in the root diretory...is there a way to get the custom page on another link like tournaments/index.php?
|
#493
|
|||
|
|||
Use http and www headers, I believe.
|
#494
|
|||
|
|||
Baahhh.. All I get is a blank page. The names are in Capitals. I still can't get it to work.
|
#495
|
||||
|
||||
I add this, but don't show, always first page:
Quote:
|
#496
|
|||
|
|||
Any reason why this would work on an install with the default vB skin and *not* with a customised skin (with the TEST template created in each?) As in, it is blank when selecting the custom style. I confirm again the correct templates are there.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|