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 |
#1352
|
||||
|
||||
![]()
It should happen automatically each time you create a custom template. As far as I know, nothing should be hiding those templates. There might be some issue with your hosting provider.
|
#1353
|
||||
|
||||
![]()
what issue, those weeks out host provider its more down and with some issue, to know what to ask them
|
#1354
|
||||
|
||||
![]()
You would tell them what your problem is, and ask them to check to see if there's any issues with your service.
|
#1355
|
||||
|
||||
![]()
they say no issue they got, and asked me more detail to see if some update need
here is the server specification Apache version 2.2.17 PHP version 5.2.17 MySQL version 5.1.56 Architecture x86_64 Operating system linux Kernel version 2.6.18-274.7.1.el5 cPanel Pro 1.0 (RC1) |
#1356
|
||||
|
||||
![]()
someone to help me, or to tell me how can i have vbulletin powered page
some alternative method |
#1357
|
||||
|
||||
![]()
I think you just need to re-read the instructions, they work. You don't need to look for "Custom Templates" just "Add New Template" and it will be custom.
|
#1358
|
||||
|
||||
![]()
yes its working that, but the PROBLEM its when i want to edit the template, :erm:
|
#1359
|
||||
|
||||
![]()
What is the problem with editing the template?
|
#1360
|
||||
|
||||
![]()
as i mention before, i create template put some words on it and save it, its show with the php file as on the 1st post
but later when i want to edit it i dont see it (and all custom templates) and even when i search with some words i know there are on the template ![]() |
#1361
|
||||
|
||||
![]() Quote:
You should check your error_logs and see if anything is in there about the issue. And, check your control panel logs and see when it is getting deleted. And, check your database to verify it really isn't there. |
#1362
|
||||
|
||||
![]()
how to check on database, on what table to look
|
#1363
|
||||
|
||||
![]()
You'd look at your template table.
Did you look at your error_logs? |
#1364
|
||||
|
||||
![]()
i empty the error_logs and then create new template, error_log its still empty
i looked on table template and i see it the new created template, and those i create before, so if i want to edit them i must edit via phpmyadmin, couse i dont see them on vbulletin admincp ![]() |
#1365
|
||||
|
||||
![]()
Something is wrong on your site if it will not give you the full list of templates. Do you have any modifications? Try disabling them.
|
#1366
|
||||
|
||||
![]() Quote:
and take a look on the template i still didnt see the custom templates ![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|