Log in

View Full Version : Make a Custom Profile Field Globally Available


James Birkett
06-27-2012, 05:15 PM
Currently looking into this now - trying to make a custom field globally available.

Any idea which hook(s) I can use to accomplish this?

DivisionByZero
06-28-2012, 02:48 AM
write a global_start plugin that executes $var = fetch_userinfo($userid); and stick $var['field#'] in a template.