Log in

View Full Version : Profile field to show in showthreads


floridaideal
06-10-2004, 12:36 PM
Hello all

In my previous VB2 I installed a hack/mod that allowed me to list a custom profile field under the users post count on showthread.php.

For example I have added a custom profile field called "2nd location" and I would like to add this field under the users post count so users don't have to view profiles to see this extra field.

Can anyone please point me in the right direction to find this?

Thank you

Johnny
06-10-2004, 01:30 PM
$userinfo[field5]
replace the "5" with the profile field number that u want to use, and then put that code in the postbit on where u want it to be displayed.

floridaideal
06-10-2004, 02:13 PM
Thank you very much, didnt work under postbit but did for postbit_ legacy

Thanks again.