Blu-Express VA Posted January 22, 2012 Report Share Posted January 22, 2012 Hi, i had added to my pilot a profile field, (textaerea), I want that this text area is visible in the public profile and profile main (his private profile) of the pilot but he can't (for now) modify it from his page (Modify profile). At the moment i can't do it, but i remember (if i don't wrong) that in the past the profile fields became all visible in the profile public when you add it, it's correct? This is how i add the field: Field Type TEXT AREA Default value NOTHING Show in User Profile? YES Show During Registration NO How to do it? Thnx! Quote Link to comment Share on other sites More sharing options...
Blu-Express VA Posted January 22, 2012 Author Report Share Posted January 22, 2012 Ok solved with: <?php // Show the public fields if($allfields) { foreach($allfields as $field) { echo "<li><strong>$field->title: </strong>$field->value</li>"; } } ?> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.