The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
isit possible to have 5 vbulletin pages in my main site directionary while still having my forums in a seperate directionary
so ive got 5 vb pages in trueconsoleghosts.com using my vbulletin template and login system and have my forum and vbadvanced all remain the same in forum.trueconsoleghosts.com ? is this possible? |
#2
|
|||
|
|||
![]()
5 different installations of vB?
|
#3
|
|||
|
|||
![]()
its 5 different pages to match the template thats installed on my vb forum so custom pages but outside of the forums folder
|
#4
|
|||
|
|||
![]()
Do this:
Create a file titled "vbglobal.php" with the following contents and upload it to your public_html directory. Make sure to edit the value of $forumpath to the absolute forum path. PHP Code:
PHP Code:
Here is a quick default template: HTML Code:
$stylevar['htmldoctype'] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <!-- no cache headers --> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="-1" /> <meta http-equiv="Cache-Control" content="no-cache" /> <!-- end no cache headers --> $basecss $headinclude <title>Your Title</title> </head> <body> $header $navbar my code here $footer </body> </html> - Ken Iovino |
#5
|
|||
|
|||
![]()
so basically i have to create a file called vbglobal.php and put it in www.trueconsoleghosts.com
then i create another file called index.php and put the 2nd lot of code into the file and stick that in the www.trueconsoleghosts.com then create a template in style manage in admincp ? |
#6
|
|||
|
|||
![]()
Yep.
|
#7
|
|||
|
|||
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|