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 |
#832
|
|||
|
|||
![]()
Splendid. Working perfectly. Many thanks.
|
#833
|
|||
|
|||
![]()
I really enjoy this hack, thank you for offering it.
well, I have an issue that is not sooo important maybe. I have created my own pages within the forums directory and everything went just great. Now when I created some pages in the parent directory and pulled the information there everything went fine too EXCEPT when I look at the pages with Internet Explorer. In IE it does not show the welcome box correct. in the external page I seem to be not logged in. Strange is thatI can use the login box for logging in and as I have set a redirector it will log me in and redirect me tothe forumhome. I am logged in there then, but when I enter the external pages again I seem to be logged out =( In Firefox everything works perfect though =) so it must be one of the issues of IE again... anyone an idea? Internet Explorer is the whip to hurt Web Developers... |
#834
|
|||
|
|||
![]()
Guys, I've now read the first and last twenty pages of this article and still cannot find a solution to the problem I am encountering. Bear in mind: you're not talking to an expert coder but I know how to work the occasional miracle.
Ok: this is my case: Forum root: [domain]/knowledge_share/upload/index.php Now I'd like to add a page, named 'index.php' and created through this article, two levels higher, effectively creating a home page: [domain]/index.php Template: achieved through vb admincp 'test.php' as configured and described on first page of this article, now called 'index.php' and uploaded to appropriate location, including following change: /REQUIRE BACK-END chdir ('/home/[domain]/public.html/knowledge_share/upload'); require('./global.php'); What changes must I make to what's now called 'index.php' to make this affair work? Cheers to anyone willing to shed her/his wisdom onto this... PS: If discussions on this stuff escaped my attention, it's not because of lack of effort on my part. Simply didn't see it. Didn't run first-off to the 'Reply To Thread' box without doing some searching...... |
#835
|
|||
|
|||
![]()
Thanks a lot !!! For all ...
|
#836
|
|||
|
|||
![]()
Anyone?
|
#837
|
|||
|
|||
![]()
Anyone know how to do a login form? Everytime I use the example and use the login, it doesn't work. It just reloads the page.
|
#838
|
|||
|
|||
![]()
Thanks for this mod, took me a while to 'get' what to do but now I got it and its easy
![]() |
#839
|
|||
|
|||
![]()
It doesn't work for me.
It shows me: Quote:
|
#840
|
||||
|
||||
![]()
You probably deleted an ' when editing the file.
|
#841
|
|||
|
|||
![]() Quote:
I created my php file and called it 'test' and configured according to the hack specs. I went to ACP>Style & Templates>Style Manager>Clicked drop down on my style>Selected Add New template. I added the code the hack specified and named the new template custom_test The page is now accessible with this link http://www.yourdomain.com/misc.php?d...&template=test as is all my other pages I created the same exact way http://www.yourdomain.com/misc.php?d...template=test1 http://www.yourdomain.com/misc.php?d...template=test2 and so on and so on. Again, all the pages work fine. I just need to know how to make them permission based to block unregistered users from being able to browse to them. |
![]() |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|