The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
New Thread and database
Where is the parts of the code in newthread.php that calls the newthread function to save data into the database. I want to make my own input field and save it to the thread database where i have my own fields when I click on POST A Thread.
or Does anybody have any suggestions about how to have it submit the new thread and instead of it redirecting you to the new thread, it redirects you to a custom template i have where I can recall the new thread and then insert the data into the database this way. I'd rather do the first way, but i'm clueless about how that part completely functions. |
#2
|
|||
|
|||
Quote:
That code is used in includes/functions_newpost.php in the build_new_post() function, so you'd have to add code to set your new field. build_new_post() is called from newthread.php, so you'd probably need to add code there to get your new field from the form data and put it in $newpost to be passed to build_new_post(). I know that's a short description of something that's not obvious, but I hope it helps. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|