1.) I've also posted this in mods-forum because it fits in that one too. i would want it either to be a mod or a feature within Postnuke itself. that would be the greatest offcourse! thx!
EXTENDED Member info please!!!!
Hi!
I WOULD REALLY REALLY APPRECIATE SOME HELP IN THIS MATTER!!!!
I have a request and would really like some help!
It's to make it possible to have a greater register of the members. it's very needed and extremely useful!
I would like my members to have these fields when they register:
Username
Password
Password (again)
E-mail for this username
First name
Middle name
Last name
Year of birth
Home adress
Street
Postal code
Town
Country
Work adress
Company name
Title of your profession
Street
Postal code
Town
Country
Home contact
Phone
Fax
E-mail
Mobile phone
Homepage
Work contact
Phone
Fax
E-mail
Mobile phone
Homepage
Photo (upload a min. 100x100 and max. 400x400 px big image, max 500kbyte).
Then I'd like to have in the members list all this to be shown as this, where @ means new column:
[Username] @ [Lastname], [First name] @ [Main E-mail] @ [Home adress Street], [Home adress Postal code] [Home adress Town], [Home adress Country] @ [Home contact Phone]
when visitor clicks at [Username] he gets this page:
[Username]
[First name] [Last name]
[Year of birth] (written like: 25th february 1981)
[Main E-mail]
[Home contact Phone]
[Home contact Mobile Phone]
[Home contact Fax]
[Home contact E-mail]
[Home contact Homepage]
[Home adress Street]
[Home adress Postal code] [Home adress Town]
[Home adress Country]
[Work contact Phone]
[Work contact Mobile Phone]
[Work contact Fax]
[Work contact E-mail]
[Work contact Homepage]
[Work adress Title of your profession]
[Work adress Company name]
[Work adress Street]
[Work adress Postal code] [Home adress Town]
[Work adress Country]
[Photo] (the photo to be shown here in a small pic 50x50, clickable to show in full size)
Now would it be possible to do this!??? I think it would be great to have contact information in members information so that they can manage it themselves, i dont have to write their names once more in an adressbook etc. etc....
Could you help me to make this!??? I'm not good at PHP but good at HTML. I'm about to learn PHP. Will this be very difficult, to change the postnuke database and everything!??
alternativly, this could be ana dressbook managed outside of the postnuke database, so it doesn't interfer with future postnuke upgrades etc.. but the main idea is to have users to fill it in themselves! :)
Thanks for help! WOULD REALLY APPRCIATE IT!
/CHEETAH - Stockholm, Sweden
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- craigh responded to »Using PageUtil::addVar() to load script code« 03:29 PM
- michiel responded to »password problem« 10:01 AM
- mazdev responded to »Hide "Register new account" and change template to 3 col« 07:50 AM
- mesteele101 created topic »Zikula 1.3.3 - Site Search 1.5.2 - Unable to turn off plug-ins« 07:48 AM
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
EXTENDED Member info please!!!! [request]
-
**unknown user**
- Rank: Expert
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 1962
I'm not sure about anyone else, but I'm not giving that much information to any website. Not gonna happen.
Now, FYI, here's what the old new user registration page looked like.
http://mswebdesign.com/fun/oldreg.jpg
Here is the new one.
http://mswebdesign.com/fun/newreg.jpg
Certainly you could attempt to add additional fields for your users, but good luck having them actually fill it all in. -
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 33
thx. thing is this is a personal homepage, only for relatives. so information is crucial. i guess people could also use it for work-homepages etc.
anyway now how can i do that!?? where do i have to make a change to add one field? how to make it visible at all pages that the others are!? isn't there any mod for this!??? -
**unknown user**
- Rank: Expert
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 1962
Just for fun I added a few additional fields to the members "Info" page..
http://mswebdesign.com/fun/newfieldstest.jpg
I've got no clue if I did it right though. LOL ;) -
**unknown user**
- Rank: Expert
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 1962
Well, it does not appear on the members list or if you click my profile, but I see it does now show those new fields on new user signup.
http://mswebdesign.com/fun/newfields.jpg
I bet you could do this if you had a little time and an extra PostNuke site laying around you dont mind breaking a few times. :) -
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 33
cool. now on which pagefiles do i have to edit?
1.) database (edited through useradministration in admin center, right?)
2.) Registerpage
3.) Userpage
4.) Userpage in memberslist
but where on those pages!??? any more pages???
real thx for help! -
**unknown user**
- Rank: Expert
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 1962
I've added those additional fields thru the Dynamic User Data section of User Administration. Now, in speaking with Mark West about this he helped me to try and understand this better (thanks Mark) so I'm just going to quote him here for you..
Quote
With .723 there are a couple of obstacles. There is no API to access the fields thus you have to go direct to the tables (not good) and neither the users module or members list module use these fields (due to the lack of an API).
I've already placed in CVS a DynamicUserData module that provides the API. We can then look at the users module and members list module to use the DUD API to access and display/populate these fields.
In other words, there's more work to do on this so that it works the way you, and others want it to, but it is being looked into. -
- Rank: Team Member
- Registered: Mar 18, 2002
- Last visit: Oct 21, 2009
- Posts: 6606
CHEETAH
where can i get that module from then!?? :p
It's not as simple as 'getting the module'. The module is part of CVS for the upcoming release of PN. There are two modules involved in the process. Dynamic User Data replaces the DUD editing code from the users module.
Then the Members List module is edited to use the API's that are part of this module. The members list module in CVS doesn't yet use DUD but this is only my list of things to do over the next week or so (along with some tidying up of the DUD module).
Patience is the key here. You must remember you are using a sofware product that is pre v1.0 and as such some areas are not complete. There is also a difference between doing something properly and a quick hack.
-Mark -
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 33
cool a new release on its way? when do u think that can be available? BTW will modules like weather, calendar, forum etc. be integrated in that one plz??? and gallery? anyway i can help with translation to swedish if it's needed. sorry thats the only i can give u a helpfull hand with! :)
thx! /CHEETAH -
- Rank: Team Member
- Registered: Mar 18, 2002
- Last visit: Oct 21, 2009
- Posts: 6606
CHEETAH
cool a new release on its way? when do u think that can be available? BTW will modules like weather, calendar, forum etc. be integrated in that one plz??? and gallery? anyway i can help with translation to swedish if it's needed. sorry thats the only i can give u a helpfull hand with! :)
thx! /CHEETAH
I'm not the project manger so I can't comment on an actual release date. I write some code, others write more code, others QA it and once this process is finished the project manager will announce a feature freeze and the release will be tested.
All I can say is that the code i'm working on is coming along nicely.
The modules you mention will not be integrated. This is not the PN way of doing things. PNs aim to write to good solid core framework that allows third party devs the best set of tools for writing modules.
Features like DUD are part of this. A gallery, calendar, forum etc are not. For every user that wants a gallery there are ten that don't. Third party developers have an important part to play in PN.
-Mark
- Moderated by:
- Support
Users on-line
- 0 users
This list is based on users active over the last 60 minutes.
