PDA

View Full Version : User info in post?


Clarky
12-01-2007, 03:00 PM
Hey, I was wondering. In a users post, I have it so their info is displayed on the left side of the post. I am wondering how I can make more of the users entered fields display in their info the left of their post?

Currently Shows :
Join Date
Location
Posts

I want to enable it to show their custom fields like, Real Name etc..

http://www.rc-forums.co.uk/showthread.php?t=345

Thanks.

lolzers
12-01-2007, 03:45 PM
In the postbit template, add the following under reputation or wherever you want it.

<if condition="$post[fieldXXX]">Real Name: $post[fieldXXX]</if>

Where XXX is, go into use rprofile fields, then add a new field, lets say Real Name. The field number should be beside it. Take that number and add it where XXX is.