Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author donmik

    (@atallos)

    I believe the easier way is to edit template of edit profile form and hide the fields you don’t want users can change…

    Thread Starter llud

    (@llud)

    Hi Donmik,

    thanks for your answer…you mean use some php code to prevent them to appear or you can do with CSS?

    Plugin Author donmik

    (@atallos)

    The most secure way is with php code. Inside the loop responsible of displaying form elements, you can ommit the elements you don’t want users can change.

    With css, you can do it easily, but users can change them if they want and they know how use firebug or chrome inspector…

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Admin Only can change some fields value’ is closed to new replies.