1

Topic: Is it possible to make "in my ownwords" not rewriteable but for Admin

My meaning is after member finish fill  "in my own words", they can't change anymore, but Admin can change it.

Some members know we will filter or mess up their email address and phone number, so they will use a special way to tell people their contact information, after I delete that part, they put back again, and we can't follow all of them all the time, so if have a way to make  "in my own words" can not rewriteable, but we can, then will be very good.

2

Re: Is it possible to make "in my ownwords" not rewriteable but for Admin

I would try something like opening account_profile.tpl
and found <textarea tag and changed it to <textarea <!-- IF field_value != "" -->readonly="readonly"<!-- ENDIF -->

To make it read only when it's filled.

www.vldMagic.com - first choice customizations help desk
www.vldCrowd.com/radioact - my profile at vldCrowd

3

Re: Is it possible to make "in my ownwords" not rewriteable but for Admin

Good job! radioact, it works! Thank you very much!