The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
![]() Quote:
This is how they are fetching your vBulletin URL: PHP Code:
Now back to rewriting that post for you. ![]() -- EDIT -- Here's what I whipped up: The Basics Basically, what you are doing to "link" your main site to your vBulletin installation is by using vBulletin code to access things like cookies, database, and other data. So, if you know vBulletin's code base (and I assume you do since you have a Coder title) you have a good head start. Linking The Platforms All I believe you have to do, since most of this code is untested, is require ./forum/global.php since this is what sets and includes most of the files within your main vBulletin installation. After that, if you need specific classes or functions is doing require('./forum/includes/functions_X.php'); File Paths Most likely, global.php will spit out "Could Not Find File" errors (actually it's PHP that spits out the errors). You will be told a file and line number. Go to the line number in the specified file and change the relative path (something like ./includes/class_user.php) and change them to an absolute path (something like /home/www/youraccount/forum/includes/class_user.php). That way it will know the exact location. Sadly, upgrading will overwrite the file paths so you will have to re do them. That's why a constant or "relative" constant would be useful in coding your site to revolve around vBulletin. |
#12
|
|||
|
|||
![]()
Coder...heh......my modifications range from a bbcode that I stumbled upon to a code for a pre-defined list of tags for the Zoints tag modification that was coded for my site by a friend that I shared.
Again though, thank you for the reply. I'll see if I can find someone who can make sense of this and help my site. Hopefully others benefit from this great info here as well. --------------- Added [DATE]1196564035[/DATE] at [TIME]1196564035[/TIME] --------------- BTW....I also found this discussion on vbulletin.com's forum. Some might find it useful regarding this subject as well: http://www.vbulletin.com/forum/archi...hp/t-7236.html |
#13
|
|||
|
|||
![]()
Well I have gotten this far:
http://gridironfans.com/nflblog/ Which is trying to match: http://gridironfans.com/ Could anyone help? |
#14
|
|||
|
|||
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|