On the profile page I'm trying to replace the field for "website" with a text message if the user belongs to a certain user_level; other user_levels (i.e. MOD) would be able to enter a website address.
Any suggestions how I make such a code?
Moderator: Moderators
'U_WWW' => (!empty($data['user_website'])) ? $data['user_website'] : '',
Users browsing this forum: No registered users and 4 guests