The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Using Forum ID in functions_newpost.php
Hello. im editing some code and was wondering how i can get the forum ID in functions_newpost.php
|
#2
|
|||
|
|||
what exactly do you want to make?
in functions_newpost.php are some funktions nothing else the forumid is normaly in $foruminfo array |
#3
|
|||
|
|||
I want is the forum id variable usable within the "build_new_post" function. It is echoable with $_REQUEST['f'] however whenever I try to envoke it I get an error that the variable is not defined/allowed within the function
|
#4
|
||||
|
||||
Have you tried $vbulletin->GPC['f']?
|
#5
|
|||
|
|||
Yeah tried that, didnt work. Any other suggestions |
#6
|
||||
|
||||
PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|