sumocat Posted February 8, 2008 Share Posted February 8, 2008 I have added custom fields that the admin fills in upon completion for example - server ipaddress. How can these be listed when the user logs in? I would like these fields to be available in the user area. Is this possible? 0 Quote Link to comment Share on other sites More sharing options...
chickendippers Posted February 8, 2008 Share Posted February 8, 2008 Edit the template and add: {php} global $clientsdetails; echo $clientsdetails["customfields2"]; {/php} You may need to change "customfields2" depending on which field you want to display. 0 Quote Link to comment Share on other sites More sharing options...
BionHostStan Posted February 8, 2008 Share Posted February 8, 2008 that was helpful. Thank you! 0 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.