Log in

View Full Version : User profile fields "gone" after v3.5(G)


wedgey
10-18-2005, 04:07 PM
I'm a vBulletin newbie (there I said it!).

I've just upgraded my VB install from v3.0.7 to v3.5, everything went fine except the "custom" user profile fields no longer display at the post level. They show at the public profile level, and of course are in the user profiles in the admin cp, but I can't find the setting to get them back into the posts (under the user name).

Right now it looks like a default of "location" and "post count". I did revert the templates after the upgrade, so I'm guessing that this is a byproduct, although I can't find the setting to get custom user profile fields back.

Any ideas?

Thanks - wedgey

peterska2
10-18-2005, 08:27 PM
Use

<if condition="$post[fieldx]">$post[fieldx]</if>

You need to change the x to the profile field number. Look it up in the profile fields manager.

Stick this code in your postbit or postbit_legacy where ever you want them to show. Repeat as required.

wedgey
10-19-2005, 06:46 AM
Many Thanks, that did it!

Thanks again for your time.