Log in

View Full Version : Extra field display in thread


X-Anthype
04-11-2005, 06:38 AM
Hello

i have searched, but i didnt find it. (maybe i didnt look good enough, sorry)
I want to display some info that they have to fill in their profile and when the post something in a thread, then it will be standing under their avatar.

I send also an attachment as example.

Thanks

Marco van Herwaarden
04-11-2005, 07:04 AM
Just use a User Profile Field and display it in your postbit_legacy template.

X-Anthype
04-11-2005, 07:48 PM
can anyone explain wich code i have to set there?

X-Anthype
04-13-2005, 06:04 AM
can anyone help me please?

Marco van Herwaarden
04-13-2005, 06:47 AM
Add a User Profile Field (AdminCP->User Profile Field), set it up how you want and make a not of the fieldname assigned (ie. fieldX).

Now edit your postbit (or postbit_legacy) template and insert '$post[fieldX]' where you want it to appear.

X-Anthype
04-13-2005, 07:30 AM
thanks