PDA

View Full Version : Custom Profile Field next to username?


matt4
Sun 6th Apr '08, 12:43pm
Hi,

How would I go about putting my custom profile fields and join dates etc next to the user name on thread display?

Thanks :)

Reeve of Shinra
Sun 6th Apr '08, 1:39pm
edit the postbit (or postbit_legacy if its the left hand side) and add $post[field5] where you would like it to show up.

field5 is the first custom profile field you created. Add one for each additional profile field. You can see the profile field # in the admincp iirc.

Things like join date can be referenced by name... I believe its $post[join] -- but play around. If you have phpmyadmin, look at the field name in the user table and use that: $post[fieldname]

matt4
Sun 6th Apr '08, 2:03pm
Cool! Thanks.

Is there a addon for left postbit?

Thanks

CHIPIT
Sun 6th Apr '08, 2:04pm
Just do the same to postbit_legacy

matt4
Sun 6th Apr '08, 2:18pm
No, I mean is there a way to get the posbit on the left? At the moment its on the top for me!

Thanks

CHIPIT
Sun 6th Apr '08, 2:41pm
vBulletin Options -> Style & Language Settings -> Use Legacy (Vertical) Postbit Template