I am in dire need of code and instructions to fetch profile fields for a specific userid and display those fields on a specific forum page.
example. User 12 profile 20
or user 5011 profile 13
I dont mind it being forced to one profile field since I am only looking for field20
PLEASE PLEASE and thank you.
if to show profile fields in postbit template, it then can be make without code-hacking. using vb conditionals to check for forumid & userid to show it.
It kind of depends what kind of profile field you want to fetch. Some are easy, as they're stored in plaintext in the database and all you'd have to do is fetch the data from there.
Others are serialized, so you'd have to fetch the data and unserialize it.
It kind of depends what kind of profile field you want to fetch. Some are easy, as they're stored in plaintext in the database and all you'd have to do is fetch the data from there.
Others are serialized, so you'd have to fetch the data and unserialize it.
Oh well it is a text file in field2o it works with the flag hack on this board. just a text name in the field.