Log in

View Full Version : How do I edit the things displayed under avatars in posts?


wrestlesomnia
06-03-2008, 04:19 PM
There are a few things under the avatars on my forum, that are unnecessary. The options that go with Current Location....Age...Gender...Last Login...Join Date. How can I edit those? I looked in profile fields but nothing.

veenuisthebest
06-03-2008, 06:56 PM
edit the postbit template

Guest210212002
06-03-2008, 11:00 PM
^ Postbit, or postbit_legacy, depending on which you are using. To add the profile fields in, code them in wherever you want them to show up.

So if you have a CPF named "Favorite Beer" and it's profile field #5, you'd want:


<if condition="$post[field5]">
Favorite Beer: $post[field5]
</if>