okui Posted October 21, 2008 Share Posted October 21, 2008 Hi, it seems that user can editFirst Name and Last Name from client area, is it possible any way that admin can close the feature? because we hope the user to type their real data directly. thank 0 Quote Link to comment Share on other sites More sharing options...
Javichino Posted October 22, 2008 Share Posted October 22, 2008 in Clientareadetails.tpl <tr><td width="150" class="fieldarea">{$LANG.clientareafirstname}</td><td><input type="text" name="firstname" value="{$clientfirstname}" size="25" readonly/></td></tr> <tr><td class="fieldarea">{$LANG.clientarealastname}</td><td><input type="text" name="lastname" value="{$clientlastname}" size="25" readonly/></td></tr> 0 Quote Link to comment Share on other sites More sharing options...
okui Posted October 22, 2008 Author Share Posted October 22, 2008 ok,thank you. 0 Quote Link to comment Share on other sites More sharing options...
Si Posted October 22, 2008 Share Posted October 22, 2008 or, for a more detailed option: http://forum.whmcs.com/showthread.php?t=6392 Si 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.