| Topic Archived |
View previous topic :: View next topic |
| Author |
Message |
maza Newbie


Offline Joined: May 25, 2004 Posts: 41 Location: Uk
|
Posted: Mon Jul 12, 2004 4:15 pm Post subject: Admin - Custom Fields |
|
No, uve missed the whole point of this thread, what i meant is that ive created the custom fields, but im not able to modify what the user puts into those custom fields, i'm not able to change those fields in the Admin > Members >USERNAME > Modify.
Thanks
maza's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/ 1.3.33 (Unix)/4.0.22-standard/ 4.3.10/8.2c
Last edited by maza on Mon Jul 12, 2004 4:47 pm; edited 1 time in total |
|
| Back to top |
|
 |
Phoenix • Many Posts •


Offline Joined: Apr 19, 2004 Posts: 8799 Location: Netizen
|
Posted: Mon Jul 12, 2004 4:20 pm Post subject: Re: Admin - Custom Fields |
|
It helps to try things out.
When you create, in Admin->Members Config, an extra field called 'Age', it adds it to the list for you to decide whether it is visible, hidden, etc.
_________________ • DonationsPro for DragonflyCMS, SMF, MyBB, vBulletin •
Phoenix's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
|
|
| Back to top |
|
 |
maza Newbie


Offline Joined: May 25, 2004 Posts: 41 Location: Uk
|
Posted: Mon Jul 12, 2004 4:25 pm Post subject: Re: Admin - Custom Fields |
|
EDIT: Please view first post.
maza's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/ 1.3.33 (Unix)/4.0.22-standard/ 4.3.10/8.2c
Last edited by maza on Mon Jul 12, 2004 4:46 pm; edited 1 time in total |
|
| Back to top |
|
 |
Phoenix • Many Posts •


Offline Joined: Apr 19, 2004 Posts: 8799 Location: Netizen
|
Posted: Mon Jul 12, 2004 4:33 pm Post subject: Re: Admin - Custom Fields |
|
Can only reply based on the info provided.
_________________ • DonationsPro for DragonflyCMS, SMF, MyBB, vBulletin •
Phoenix's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
|
|
| Back to top |
|
 |
masterbeta Translator


Offline Joined: May 12, 2004 Posts: 1049 Location: Reading, PA
|
Posted: Mon Jul 12, 2004 4:46 pm Post subject: Re: Admin - Custom Fields |
|
i think what he's trying to say is that when he creates custom fields for user profiles, he isn't able to modify that info as you can the regular default fields in "Edit Users" from the admin menu....
so what do we do?
_________________ []D [] []\/[] []D
Check out my bear site - www.insidebear.com
masterbeta's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) RHL7 2.6.9-67.0.15ELsmp/A1.3.41(Unix)/MySQL4.1.22-standard/PHP5.2.5-ZO/Dragonfly 9.1.2.1
|
|
| Back to top |
|
 |
maza Newbie


Offline Joined: May 25, 2004 Posts: 41 Location: Uk
|
Posted: Mon Jul 12, 2004 4:47 pm Post subject: Re: Admin - Custom Fields |
|
Yes thats what I meant.
_________________ .:: www.cashcrate.info ::.
maza's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/ 1.3.33 (Unix)/4.0.22-standard/ 4.3.10/8.2c
|
|
| Back to top |
|
 |
Phoenix • Many Posts •


Offline Joined: Apr 19, 2004 Posts: 8799 Location: Netizen
|
Posted: Mon Jul 12, 2004 4:54 pm Post subject: Re: Admin - Custom Fields |
|
hmm, does make a difference when you edit your first post to something quite different from what you first wrote - next time I'll just quote.
_________________ • DonationsPro for DragonflyCMS, SMF, MyBB, vBulletin •
Phoenix's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
|
|
| Back to top |
|
 |
masterbeta Translator


Offline Joined: May 12, 2004 Posts: 1049 Location: Reading, PA
|
Posted: Mon Jul 12, 2004 4:55 pm Post subject: Re: Admin - Custom Fields |
|
ok i think i found something for ya:
| Quote:: |
case "modifyUser":
$pagetitle = ": "._USERADMIN." - "._USERUPDATE;
require('header.php');
GraphicAdmin('_AMENU2');
title(_USERADMIN." - "._USERUPDATE);
$result = $db->sql_query("select user_id, username, name, user_website, user_email, femail, user_icq, user_aim, user_yim, user_msnm, user_from, user_occ, user_interests, user_viewemail, user_
................edited out to save space.................... : )
"center\" colspan=\"2\"><input type=\"submit\" value=\""._SAVECHANGES."\"></td></tr>"
."</form></table>";
CloseTable();
} else { |
it looks as if the admin file "users.php" has those modify settings listed separately...meaning, you'd have to code each custom field yourself into this file....otherwise might there be a way to select all these fields as an array? hmmmm?
ok, so i'm at work and didn't really have time to check this out further...but maybe we can check out where the custom fields are entered in sql and add that particular field to this list and have solely the custom field as an array?
_________________ []D [] []\/[] []D
Check out my bear site - www.insidebear.com
masterbeta's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) RHL7 2.6.9-67.0.15ELsmp/A1.3.41(Unix)/MySQL4.1.22-standard/PHP5.2.5-ZO/Dragonfly 9.1.2.1
Last edited by masterbeta on Mon Jul 12, 2004 7:17 pm; edited 1 time in total |
|
| Back to top |
|
 |
maza Newbie


Offline Joined: May 25, 2004 Posts: 41 Location: Uk
|
Posted: Mon Jul 12, 2004 5:04 pm Post subject: Re: Admin - Custom Fields |
|
Thanks masterbeta I'd appreciate if you did look into it thanks :).
Oh and phoenix please dont take my comments seriously... I edited the first post so people who view this topic don't get confused or get the wrong end of the stick.
_________________ .:: www.cashcrate.info ::.
maza's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/ 1.3.33 (Unix)/4.0.22-standard/ 4.3.10/8.2c
|
|
| Back to top |
|
 |
masterbeta Translator


Offline Joined: May 12, 2004 Posts: 1049 Location: Reading, PA
|
Posted: Mon Jul 12, 2004 7:16 pm Post subject: Re: Admin - Custom Fields |
|
yeah it appears that when creating the custom fields, the users_cfg.php file in admin/modules inserts into sql via ADD $field ... so what happens is that it actually adds another field into the $prefix_users table
so basically what needs to be done is either manually (and tediously i might add since if you want to remove the field, or frequently change/add fields you'll have to do it everytime) input the field info into the actual users.php file in admin/modules or there must be a way you can have the modify_user case function select all fields including the custom fields for inclusion for editing/modifying the info...since im no php-expert and at work (on break of course), someone must figure this out
hopefully it will be a consideration for an "update/upgrade" to cpg-nuke 8.3 or cpg-nuke 9?
maybe we can create this topic in the "new features request" topic....isn't there such a topic? : )
good luck!
i'd also like to know if this is going to be "fixed" or at last worked on for a new version : )
good show !
_________________ []D [] []\/[] []D
Check out my bear site - www.insidebear.com
masterbeta's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) RHL7 2.6.9-67.0.15ELsmp/A1.3.41(Unix)/MySQL4.1.22-standard/PHP5.2.5-ZO/Dragonfly 9.1.2.1
|
|
| Back to top |
|
 |
ale1981 Nice poster


Offline Joined: Mar 15, 2005 Posts: 66 Location: Kent, UK
|
Posted: Wed Mar 23, 2005 9:25 am Post subject: Re: Admin - Custom Fields |
|
Did this ever get resolved or put into the new DF version? I cant seem to be able to do this either and dont really want to edit all the code!
ale1981's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux / 1.3.36 / 4.1.19 / 4.4.2 / CVS
|
|
| Back to top |
|
 |
DJ Maze Developer


Offline Joined: Apr 19, 2004 Posts: 5683 Location: http://tinyurl.com/5z8dmv
|
Posted: Wed Mar 23, 2005 4:32 pm Post subject: Re: Admin - Custom Fields |
|
DF has it all resolved
DJ Maze's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Fedora 15 / 2.2.22 / 5.5.20 / 5.3.10 / CVS
|
|
| Back to top |
|
 |
ale1981 Nice poster


Offline Joined: Mar 15, 2005 Posts: 66 Location: Kent, UK
|
Posted: Wed Aug 24, 2005 7:31 pm Post subject: Re: Admin - Custom Fields |
|
I still dont see anywhere in the user admin section that this can be done? When I am logged in as admin, I can view these fields, but not edit them like the other default fields.
ale1981's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux / 1.3.36 / 4.1.19 / 4.4.2 / CVS
|
|
| Back to top |
|
 |
|
|