The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Custom post field in new thread
How can i put a custom one line text field in new thread (below the title input) and have the output placed below the title when posted? (appear in the postbit)
also is it possible to have this for specific forums only? Thanks in advance |
#2
|
||||
|
||||
I would be interested in this too...
|
#3
|
||||
|
||||
When you create a new profile field it will assign it a name i.e. field6. You can get this from the User Profile Field Manager after you have added it. In this example let's say the new field (field6) I added was the guitar they played.
You could add this to your postbit (or postbit_legacy) where ever it is you want your added field to appear. Find: Code:
<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if> Code:
<if condition="$post['field6']"><div>Guitar played: $post[field6]</div></if> |
#4
|
|||
|
|||
im looking for a custom field actually inside in the newthread template, where info added to the text box is then displayed in the posted thread along with the other content.. like a second thread title if you know what i mean?
|
#5
|
||||
|
||||
I see, sorry for the confusion on my part. Have a look at this hack by Erwin that will let you add forms to posts. It may be able to help with what you want. https://vborg.vbsupport.ru/showthrea...highlight=form
|
#6
|
|||
|
|||
thanks for your help
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|