I have an additional profile field "12" that I'm using in the post bit just fine with this code:
Code:
{vb:raw post.field12}
What I need to do is recall this information in the templates - threadbit, forumhome_lastpostby, FORUMHOME and FORUMDISPLAY.
The code above will not work in the other templates, what do I need to do to be able to call up this info?
Edit: I believe the issue may be in linking the thread to the user field - linking [userid] to [postuserid]. I could be wrong.