The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#5
|
||||
|
||||
![]()
in that case the easiest way to go about it is edit your register template and add the input fields, give them specific names or maybe put all of them related to your application in an array like:
<input type="text" name="myapplication[question1]" /> <textarea rows="4" cols="50" name="myapplication[question2]"></textarea> etc... then edit the plugins ozzy used to post the welcome threads and catch the data for your application fields like: PHP Code:
ex. $myapplication['question1'] would have the data for question 1 I would then create a new template to format your application and register the $myapplication array to it so you can use the fields data in it such as {vb:raw myapplication.question1} if you're confused, it would looks something like: PHP Code:
|
Благодарность от: | ||
KGodel |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|