The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Code Hard Coded f=$forum[forumid]
Is it hardcoded in VB that f always equals f=$forum[forumid].
In a templete If I extract the f value from the URL (URL format is somefile.php?f=$forum[forumid]) then submit the templete to a php file, and in the php file I set a variable "c" to equal c=$forum[forumid], will C have the same value of f? qd |
#2
|
||||
|
||||
What you're saying doesn't quite make sense. Could you please describe what you are trying to achieve?
|
#3
|
|||
|
|||
you can play with the resource here to find WHY it's built that way:
in includes/init.php, FIND: PHP Code:
|
#4
|
||||
|
||||
To answer what i think your question was, to make another variable equal to forumid, add
$c = &$f in your php file. |
#5
|
|||
|
|||
My question was is 'f' a system reserved variable that equals $forum[forumid].
From reading nexialys answer, it is by default. Is this correct? |
#6
|
||||
|
||||
Moved to General vBulletin Questions
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|