Does anyone know how I can "call" or "post" a custom profile field in one of the profile module like Mini Stats. I tried just adding
Code:
$post[field24]
to the memberinfo_block_ministats template but that doesn't work. Wondering how I can get a custom field to show up in there. Help?
Problem is, I can create that custom field's own profile module by setting it too public, etc., but then it also shows up in the About Me tab and I don't want to display the info twice. Would like to have this custom field in a module somewhere without having it printed in the About Me. Putting it in the Mini Stats module was the best thing I could come up with since I'm a newb and have limitations as far as editing goes.