Stop Full Name change

look for this code in account.module.php, in function index:
Code'.label('*'.t('Full Name')).'
<input type="text" size="20" name="fullname" value="'.h($client['fullname']).'" class="fpost" style="width:180px" />

and replace with:
Code<input type="hidden" size="20" name="fullname" value="'.h($client['fullname']).'" class="fpost" style="width:180px" />

by deleting the label and setting the input type to hidden, ur users wont see anything to change their full name

INFOMATION SUPPLIED BY SHIFTY...
http://shiftysplayground.co.cc

0 komentar:

Posting Komentar

 

© 3 Columns Newspaper Copyright by risky rionaldy | Template by Blogger Templates | Blog Trick at Blog-HowToTricks