The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I have been using the hack called: How to create your own vBulletin-powered page! (uses vB templates) https://vborg.vbsupport.ru/showthread.php?t=62164 but I don't want to have to use templates when doing this. Is there was way to create a bacis stand alone html file in another folder other then my forums folder that will keep my members logged into the site when they are accessing this?
Any inputs on this or suggestions? |
#2
|
|||
|
|||
![]()
You can embed html into the pages or you can use includes to call other files. Templates are not mandatory.
|
#3
|
||||
|
||||
![]() Quote:
Thanks |
#4
|
|||
|
|||
![]()
Change the two lines at the top of this script to match your forum directory. And drop it into a spot on your server, then call it with a browser to see it working.
|
#5
|
||||
|
||||
![]() Quote:
1. It does not pull my header and footer into the page. I tried changing and adding several different things to try to get it to work. But have had no success. 2. define('THIS_SCRIPT', 'Hello'); does not work for some reason. http://www.whiteblaze.net/forum/hello.php Thank you for your help and I am sorry if I am being a pain in the butt. |
#6
|
|||
|
|||
![]()
To call the header you'll need to add
PHP Code:
And you won't be able to use <if condition="THIS_SCRIPT == 'Hello'"> statements so to call the page definition you'll need something like PHP Code:
|
#7
|
||||
|
||||
![]()
I tried the ego header and all it did was say "echo $header;" in the window.
http://www.whiteblaze.net/forum/hello.php |
#8
|
|||
|
|||
![]()
put the echo header stuff between php tags
![]() so change it too Code:
<?php echo $header; ?> |
#9
|
||||
|
||||
![]() Quote:
I am one step closer. Now I can not get my navbar to display properly. I think it has something to do with the javascript. http://www.whiteblaze.net/forum/hello.php I just realized that besides my navbar not displaying properly I also noticed that the Quick Style Choose is not working. Sounds more and more like Java. Does anyone have any ideas? |
#10
|
|||
|
|||
![]()
Has anyone found a solution for this?? I could do with using the Vbulletin header/footer/authentication stuff, but putting HTML in myself via Dreamweaver. I dont want to use the VB template system because none Vbulletin experts will need to update the web pages.
Thanks |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|