Welcome to Geeklog, Anonymous Sunday, December 22 2024 @ 09:43 pm EST
Geeklog Forums
Editing Custom Users Information
Status: offline
tesn
Forum User
Chatty
Registered: 10/23/02
Posts: 41
Location:Magnolia, Texas
Hi all,
Maybe someone can help me with this.
I want to be able to edit some Custom registration fields I have set up on my sever. I can see the fields when viewing a public profile but when I go to the edit function as an Admin, I can't see them let alone edit them.
The page where I want to edit them would be this one
This is the code from the admin/users.php that shows that the custom registration will be displayed ( I think it is all of it) but it is not.
if (!empty ($uid) && ($uid > 1)) {
$user_templates->set_var('customfields', custom_useredit($uid) );
} else {
$user_templates->set_var('customfields', custom_useredit($A['uid']) );
I have tried editing under the professional theme to see if I was missing something in my theme but the same thing happens.
John
Maybe someone can help me with this.
I want to be able to edit some Custom registration fields I have set up on my sever. I can see the fields when viewing a public profile but when I go to the edit function as an Admin, I can't see them let alone edit them.
The page where I want to edit them would be this one
Text Formatted Code
/admin/user.php?mode=edit&uid=3This is the code from the admin/users.php that shows that the custom registration will be displayed ( I think it is all of it) but it is not.
Text Formatted Code
if ($_CONF['custom_registration'] AND (function_exists('custom_useredit'))) {if (!empty ($uid) && ($uid > 1)) {
$user_templates->set_var('customfields', custom_useredit($uid) );
} else {
$user_templates->set_var('customfields', custom_useredit($A['uid']) );
I have tried editing under the professional theme to see if I was missing something in my theme but the same thing happens.
John
10
6
Quote
All times are EST. The time is now 09:43 pm.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content