2012-07-31, 01:42 AM
I am trying to get a custom profile field in the "usercp_avatar_start" hook.
How can I possibly do this?
How can I possibly do this?
Custom Profile Field
|
2012-07-31, 01:42 AM
I am trying to get a custom profile field in the "usercp_avatar_start" hook.
How can I possibly do this?
2012-08-01, 07:19 PM
Do you mean the value of a custom profile field?
Try using $mybb->user['fidX'] where X is the profile field ID.
2013-05-28, 01:23 AM
Hey guys im having problems implementing this..
I tried that... but ... it shows blank if not logged and shows outdated incorret information if with my current logged in account... it seems like its taking it FROM my account.. and not from the user themselves...
2013-05-30, 04:48 AM
On the profile, you want {$memprofile['fidX']}.
Please don't PM me for support.
Didn't work I put postbit_author_user and it shows nothing
Ah never mind I figured it out: http://docs.mybb.com/Help-Customizing_postbit.html Location {$post['fid1']} Sex {$post['fid2']} Bio {$post['fid3']} |
« Next Oldest | Next Newest »
|