PDA

View Full Version : Profile field viewable for all, but only editable for admins.


Leah
03-10-2003, 10:51 PM
I've searced but haven't found it. I apologize if it's already here somewhere.

What I want is a profile field that's viewable for alle users (on the profile page and next to the posts) but are only editable for admins.

Is there a way to do that?

Xenon
03-10-2003, 10:58 PM
easiest way:

set editabel by user to no and viewable in profile to yes :)

Leah
03-10-2003, 11:02 PM
But it says:

Field Editable by the user?
- If no, field is only viewable by admins and mods
- If no, user cannot edit or view this field

Erwin
03-10-2003, 11:05 PM
Set to "no" then in your getinfo template, then manually place the variable where you want it to show like this:

$userinfo[field10]

(change 10 the profile id number).

Leah
03-10-2003, 11:07 PM
Sorry, I got it. :o

Thank you for helping me. :)