Notifications
Clear all
Topic starter
I was just wondering how I could have a custom profile field that would show on the members profile but could only be edited by admins
~Spikey~
my site url: http://www.fanfictionworld.org
efic version:3.5.3
Posted : 20/09/2007 6:35 pm
That is a good question. I am not sure if the form field will accept PHP or not, but that could possable be a solution.
Posted : 21/09/2007 12:40 pm
Yeah just enclose your custom form code in an if statement.
if(isADMIN) {
your code.
}
Posted : 23/09/2007 2:01 pm
