The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
The f parameter for forumdisplay.php
Hi,
I have a quick question: where does the f parameter for forumdisplay.php get passed (e.g., https://vborg.vbsupport.ru/forumdisplay.php?f=111)? I can't seem to find it anywhere in forumdisplay.php itself. Thanks. Michael |
#2
|
|||
|
|||
It is automatically cleaned (and verified - I think) and assigned to the $forumid variable, when global.php is included and executed.
What are you trying to do? Use $foruminfo['forumid'] or $forumid in forumdisplay.php if you need to access the ForumID variable. |
#3
|
|||
|
|||
Thanks for the reply. You're right. I just found it - there's an array defining the shothands and corresponding long hands.
I'm just looking at how the forums are managed. I have another question: in admincp, how is a forum created? I'm looking at admincp/forum.php, how are the input values converted to the forum table attributes, e.g., countposts, allowicons aren't part of the schema. Which file or function is responsible for this? Any help will be much appreciated. Michael |
#4
|
|||
|
|||
You'll need to use the Forum Datamanager.
vB_Forum_DataManager: Located in /includes/class_dm_forum.php Documentation: Data Managers |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|