The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
pull a variable from the link
How can i get a link that says *.*.php&f=12 to make $forumid = 12 in the called PHP?
|
#2
|
||||
|
||||
vBulletin does it for you. Take a look in the includes/init.php file. It translates short variable names to long names. In this case $f => $forumid.
|
#3
|
||||
|
||||
It looks like I was using php&f=5 I just relized it should be php?f=5.
Correct? |
#4
|
||||
|
||||
Yes, that is correct.
|
#5
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|