Home Private Messages Search
CPG Dragonfly™ CMS Dedicated Server & Bandwidth Sponsored by DedicatedNOW
Toggle Content
 
Forums ⇒ CMS (All) ⇒ Requests :: Archives ⇒ Admin - Custom Fields :: Archived


Admin - Custom Fields :: Archived
Requests for core changes must be submitted through the Projects Features section.
This forum is locked: you cannot post, reply to, or edit topics.    This topic is locked: you cannot edit posts or make replies.    Printer Friendly Page     Forum Index ⇒  Requests

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

Offline Offline
Joined: May 25, 2004
Posts: 41
Location: Uk
PostPosted: 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
View user's profile Visit poster's website Yahoo Messenger
Phoenix
• Many Posts •
• Many Posts •

Offline Offline
Joined: Apr 19, 2004
Posts: 8799
Location: Netizen
PostPosted: 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
View user's profile Visit poster's website Photo Gallery
maza
Newbie
Newbie

Offline Offline
Joined: May 25, 2004
Posts: 41
Location: Uk
PostPosted: 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
View user's profile Visit poster's website Yahoo Messenger
Phoenix
• Many Posts •
• Many Posts •

Offline Offline
Joined: Apr 19, 2004
Posts: 8799
Location: Netizen
PostPosted: 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
View user's profile Visit poster's website Photo Gallery
masterbeta
Translator
Translator

Offline Offline
Joined: May 12, 2004
Posts: 1049
Location: Reading, PA
PostPosted: 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
View user's profile Visit poster's website
maza
Newbie
Newbie

Offline Offline
Joined: May 25, 2004
Posts: 41
Location: Uk
PostPosted: 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
View user's profile Visit poster's website Yahoo Messenger
Phoenix
• Many Posts •
• Many Posts •

Offline Offline
Joined: Apr 19, 2004
Posts: 8799
Location: Netizen
PostPosted: 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
View user's profile Visit poster's website Photo Gallery
masterbeta
Translator
Translator

Offline Offline
Joined: May 12, 2004
Posts: 1049
Location: Reading, PA
PostPosted: 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
View user's profile Visit poster's website
maza
Newbie
Newbie

Offline Offline
Joined: May 25, 2004
Posts: 41
Location: Uk
PostPosted: 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. Smile

_________________
.:: 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
View user's profile Visit poster's website Yahoo Messenger
masterbeta
Translator
Translator

Offline Offline
Joined: May 12, 2004
Posts: 1049
Location: Reading, PA
PostPosted: 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
View user's profile Visit poster's website
ale1981
Nice poster
Nice poster

Offline Offline
Joined: Mar 15, 2005
Posts: 66
Location: Kent, UK
PostPosted: 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
View user's profile Visit poster's website
DJ Maze
Developer
Developer

Offline Offline
Joined: Apr 19, 2004
Posts: 5683
Location: http://tinyurl.com/5z8dmv
PostPosted: 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
View user's profile Visit poster's website Yahoo Messenger Photo Gallery
ale1981
Nice poster
Nice poster

Offline Offline
Joined: Mar 15, 2005
Posts: 66
Location: Kent, UK
PostPosted: 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
View user's profile Visit poster's website
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.    This topic is locked: you cannot edit posts or make replies.    Printer Friendly Page    Forum Index ⇒  Requests
Page 1 of 1
All times are GMT

Archive Revive
Username:
This is an archived topic - your reply will not be appended here.
Instead, a new topic will be generated in the active forum.
The new topic will provide a reference link to this archived topic.
 
   Toggle Content User Info

Welcome Anonymous

Nickname
Password
(Register)

   Toggle Content Last CVS commits
· Fixed .ico Expires header.
· Removed domain name from cookies so subdomains wont access them anymore.
· CSS and JS, case insensitives.
· CSS and JS, send correct HTTP 1.1 headers and fixed issues where themes and...
· Further security class improvements.
· 301 redirects on LEO changes
· Option to force 3xx http status codes
· Validate googlebot.com and google.com crawlers.
· CCBot
· Rss with etag and atom.

read more...

   Toggle Content Community

Support for DragonflyCMS in a other languages:

Deutsch
Español

   Toggle Content X-links
UltraEdit Browse Happy logo Firefox MySQL PostgreSQL Valid CSS! Valid XHTML 1.0! Unicode Encoded Badge NukeBiz Resources Raven DragonflyCMS Dedicated Now InsideSupport Lampe Berger

You are seeing squares or questionmarks on this page?

All content of this website is copyrighted by the Creative Commons NC-SA
The logos and trademarks used on this site are the property of their respective owners
We are not responsible for comments posted by our users, as they are the property of the poster.
Our server runs on a P3 1.2GHz with 512MB RAM with no accelerators
Support GoPHP5.org
Interactive software released under GNU GPL, Code Credits, Privacy Policy