The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Adding new parameter to article node
Hi there,
I'm quite new to vB programming. I'd like to add a new parameter to vB article nodes, so I've added a column in the mysql db and I've modified templates to add a new input field. Now I'm having a hard time finding out where the new node is created and added in the db. I've seen several of the php apis, but I'm afraid I'm overdoing it. Anyone could give me a pointer please? |
#2
|
||||
|
||||
vb_api_content_text adds the node to the database.
vb5_frontend_controller_createcontent::index() is the controller that calls the API. |
#3
|
|||
|
|||
Hi, thank you for your answer. I found the class vb_api_content_text, but I didn't manage to find the controller you mentioned. Where is it?
|
#4
|
||||
|
||||
includes/vb5/frontend/controller
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|