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 |
#92
|
|||
|
|||
sorry to be a hassle, but can you please tell me what I'm supposed to do here?
my templates are named index_fonts, index_psds...etc like that, what would I change this code to for it to work correctly? PHP Code:
|
#93
|
||||
|
||||
Quote:
|
#94
|
|||
|
|||
ok.. sorry about this, but http://www.maddpc.com/~ashraf/index.php? is the page, I added
PHP Code:
http://www.maddpc.com/~ashraf/index.php?do=fonts or http://www.maddpc.com/~ashraf/index.php?do=index_fonts thanks |
#95
|
|||
|
|||
I think you must try this code:
PHP Code:
|
#96
|
||||
|
||||
Quote:
|
#97
|
||||
|
||||
Quote:
If the events should show up: define('THIS_SCRIPT', 'test'); (where test is the name of the nonvb-page) should be define('THIS_SCRIPT', 'index'); |
#98
|
|||
|
|||
Ok i am having one hell of an issue, I made a index page for a site i am building but when your not logged into the forum the homepage doesnt show up. This page is out side vb and in the home directory. any help would be appreciated.
EDIT: i put it back into vb and still logged out user cant see it how do i give them permissions to veiw this page? |
#99
|
||||
|
||||
linux server files are case sensitive...
it's all lowercase /forum/test.php - still give me a blank page... Quote:
|
#100
|
||||
|
||||
got it!!!! test at the bottom of test.php is uppercase there your template needs to be "TEST" uppercase
|
#101
|
||||
|
||||
Alright gary...thanks for the tips thus far. He's what I'm trying to do. I'm trying to create an article system of sorts. My database table will have the following fields: Author, Date, Article, Title, and ID. Now, what I'd like to do is have something like:
articles.php?do=viewarticles&artid=4 And that would call the article in the database with the ID of 4. At any rate, how would I do that without having to make a new template for every article. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|