Current location: Hot Scripts Forums » General Community » Script Requests » Member Profiles


Member Profiles

Reply
  #1 (permalink)  
Old 05-26-06, 12:58 AM
quinnk quinnk is offline
Newbie Coder
 
Join Date: May 2006
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Member Profiles

Howdy,

I am looking for a simple member profile script. I've searched high and low and just can't find anything. My organization is willing to consider paying, however I feel fairly confident that someone, somewhere already has something like this.

-Members can sign up but must be approved by the admin;
-Members can enter a variety of details such as location, age, etc.;
-Members must be able to upload a photo;
-Photos and/or names of all members should be displayed together on a single page (this org. only has ~50 members) for visitors to view;
-Visitors should be able to click a photo and/or name to view extended details on the individual.

I do not require messaging, any sort of forum, etc. It's just a matter of people registering, logging in, entering info and uploading a photo, and then all that being dumped onto a single page (in a table or something).

I have a basic command of PHP and could probably get close to making this work on my own. I could certainly work with a similar script from someone else. If you're able to provide this script, please contact me at quinnhk AT@AT sourceforge.net.
Reply With Quote
  #2 (permalink)  
Old 05-26-06, 07:54 AM
Barnz1986 Barnz1986 is offline
Aspiring Coder
 
Join Date: Jan 2006
Posts: 506
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by quinnk
Howdy,

I am looking for a simple member profile script. I've searched high and low and just can't find anything. My organization is willing to consider paying, however I feel fairly confident that someone, somewhere already has something like this.

-Members can sign up but must be approved by the admin;
-Members can enter a variety of details such as location, age, etc.;
-Members must be able to upload a photo;
-Photos and/or names of all members should be displayed together on a single page (this org. only has ~50 members) for visitors to view;
-Visitors should be able to click a photo and/or name to view extended details on the individual.

I do not require messaging, any sort of forum, etc. It's just a matter of people registering, logging in, entering info and uploading a photo, and then all that being dumped onto a single page (in a table or something).

I have a basic command of PHP and could probably get close to making this work on my own. I could certainly work with a similar script from someone else. If you're able to provide this script, please contact me at quinnhk AT@AT sourceforge.net.
I could make this script for you.

I have been looking for a free script to include on my website.

What do you think?
Reply With Quote
  #3 (permalink)  
Old 05-26-06, 06:21 PM
quinnk quinnk is offline
Newbie Coder
 
Join Date: May 2006
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Sounds like a plan to me, Barnz. I'm not at all opposed to making the script public and/or open source. What can I do to help you?
Reply With Quote
  #4 (permalink)  
Old 05-27-06, 10:03 AM
Barnz1986 Barnz1986 is offline
Aspiring Coder
 
Join Date: Jan 2006
Posts: 506
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by quinnk
Sounds like a plan to me, Barnz. I'm not at all opposed to making the script public and/or open source. What can I do to help you?
Well I dont know really, just tell me what you think its finished.

How long can you wait?
Reply With Quote
  #5 (permalink)  
Old 05-27-06, 05:21 PM
quinnk quinnk is offline
Newbie Coder
 
Join Date: May 2006
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
I have a relatively simple system envisioned, so I would think it might be a project that would only take maybe eight hours total for a reasonably experienced programmer. I could be wrong though. I'm not in a huge hurry... couple of weeks maybe?
Reply With Quote
  #6 (permalink)  
Old 05-27-06, 08:35 PM
Barnz1986 Barnz1986 is offline
Aspiring Coder
 
Join Date: Jan 2006
Posts: 506
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by quinnk
I have a relatively simple system envisioned, so I would think it might be a project that would only take maybe eight hours total for a reasonably experienced programmer. I could be wrong though. I'm not in a huge hurry... couple of weeks maybe?
Yeah thats plenty of time, what fields will you be requiring?

With this being a free download I originally thought of the idea of just having a general profile which would suit everybodys needs for instance fields like "Name, Age, Location, Interests, Profession, etc etc". But then I realised it might be better to have an installer where people can choose what fields there profile will require by themselves, however this will take longer to code. Im not saying its going to take a lot longer to code, but I do not know I have never coded an installer before. The concept of it does not really seem difficult to create, but it might be I have no idea?

Do you think I should code the installer? It needs to meet the needs of everyone and by that it could either be a set profile with "general" fields to near enough suit everyones needs, or an installer whereby the administrator can select the fields during the installation?

What do you think?
Reply With Quote
  #7 (permalink)  
Old 05-27-06, 10:53 PM
quinnk quinnk is offline
Newbie Coder
 
Join Date: May 2006
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
I see what you're saying. I don't personally need an installer because even if I need to add fields, I can edit the PHP and the database myself. However, if you are thinking of taking this further and making it a full, user-friendly release, I do think that's a great idea. Apparently there are a couple of CMSs that have similar functions, but this would be a nice, simple piece of software that would be more manageable. I'd be happy to help you test the code as you work on it (that would also put in my hands more quickly - I'm certainly not opposed to that ). I think there would be quite a few interested parties - people that want to make a list of club members, staff, members of a team (soccer, hockey...), gaming clan members, etc.

As for my needs, I would probably use fields for name, major, year (freshman, sophomore...), hometown, class, pet peeve, profile and photo. Only the name and the photo need to appear on the main page, the other info can just be in a popup. If you wanted to go all out on the installer, you could even allow the admin to set whether checkboxes, radio buttons, dropdowns or simple text fields are used for each item of information (but then again, maybe not).

I went ahead and created a very simple page to illustrate what I mean by main page (the gallery). Obviously in the final version, there would be a CSS stylesheet to allow the admin to manage how it would actually look.
Reply With Quote
  #8 (permalink)  
Old 05-28-06, 08:46 AM
Barnz1986 Barnz1986 is offline
Aspiring Coder
 
Join Date: Jan 2006
Posts: 506
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by quinnk
I see what you're saying. I don't personally need an installer because even if I need to add fields, I can edit the PHP and the database myself. However, if you are thinking of taking this further and making it a full, user-friendly release, I do think that's a great idea. Apparently there are a couple of CMSs that have similar functions, but this would be a nice, simple piece of software that would be more manageable. I'd be happy to help you test the code as you work on it (that would also put in my hands more quickly - I'm certainly not opposed to that ). I think there would be quite a few interested parties - people that want to make a list of club members, staff, members of a team (soccer, hockey...), gaming clan members, etc.

As for my needs, I would probably use fields for name, major, year (freshman, sophomore...), hometown, class, pet peeve, profile and photo. Only the name and the photo need to appear on the main page, the other info can just be in a popup. If you wanted to go all out on the installer, you could even allow the admin to set whether checkboxes, radio buttons, dropdowns or simple text fields are used for each item of information (but then again, maybe not).

I went ahead and created a very simple page to illustrate what I mean by main page (the gallery). Obviously in the final version, there would be a CSS stylesheet to allow the admin to manage how it would actually look.
Yeah I will make it with the installer, your design for the script was the same kind of design I was thinking of. You can test it soon ill load it up to my webserver tonight or tomorrow.
Reply With Quote
  #9 (permalink)  
Old 05-29-06, 11:33 PM
quinnk quinnk is offline
Newbie Coder
 
Join Date: May 2006
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Sounds great, looking forward to seeing what you've got done so far.
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Member click tracking akip Job Offers & Assistance 2 01-28-06 05:56 AM
I script there visitors can add profiles stian Script Requests 5 04-28-05 01:03 AM
member login script...please help unlisted80 Script Requests 3 02-17-05 06:22 AM
php/coding member registration/login gplol Job Offers & Assistance 1 02-15-05 07:32 PM
member ratings Skeleton Man Hot Scripts Forum Questions, Suggestions and Feedback 7 01-22-04 09:27 PM


All times are GMT -5. The time now is 11:23 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.