Okay, I want to show Custom Fields some specified places instead of showing them all after the subject, I have made a template for the newthread for that forum.
But what code should I use to make the Custom Fields then?, so that I can place them difference palces?
When you edit or create a Custom Thread Field, you'll find
Hide Input Field setting.
Hide Input Field Wrote:If yes, will not display the input field on newthread/editpost pages through the {$extra_threadfields} variable. This is useful if you want to place it in a different location. You can access the HTML for this field by using {$tfinputrow['key']}, which includes all the table markup (see threadfields_inputrow template). Or, you can use {$tfinput['key']} which gives the input field HTML without table markup (it's equivalent to the {$inputfield} variable in the threadfields_inputrow template).