#221770 - 07/28/0202:34 AMIcon for a completed Profile
JoshPet
I type Like navaho
Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
We're always struggling to get our users to fill in their profiles. It would be cool, if an Icon would appear below their pic (next to their posts) *IF* they have a completed profile (ie. not empty).<br /><br />I don't have a clue of how to acomplish that.... but so many users complain of clicking on someone's username, only to see a totally empty profile.
Hey, that's a pretty neat idea. I know more than half of my users never fill out their profile, and its kind of annoying being it is a somewhat regional site and at least a name/location would be nice because you may know the person and not even know it.<br /><br />On the same note, i don't remember but can you specify certain fields to be required when they sign up? I know that doesn't help existing users, but it would be nice to have.
Perhaps one could modify the editbasic/changebasic scripts to issue stars to the users when they provide various information in their profile.<br /><br />This would work for those that have the user ratings feature removed from thier setup only, though. <br /><br />One star could be assigned for 5 different fields and be awarded when filled in. A 5 star user would have more information filled in than a 1 star user. <br /><br />The code changes to editbasic/changebasic would not be to involved to accomplish this. One would also want to set everyone to 0 just in case there are any old ratings stored.<br /><br /><br />If you want I'll put the code together later tonight for this mod. It's an easy one. <img src="/forum/images/icons/wink.gif" alt="" />
I like that idea as well. We are currently using the rating system, but as of late a few people who have too much time on their hands have been going rating crazy, and I doubt its really adding anything useful to the forums anyway.
You may want to add something stating which fields add star points in the editbasic.php display. One could add other fields easily to this hack but I kept it to what I thought was the basics. <img src="/forum/images/icons/smile.gif" alt="" />
Dave, you never cease to amaze me <img src="/forum/images/icons/laugh.gif" alt="" /> Looks great, I will test it out tonight and see how many people are up in arms when their 5 stars drop down to 0 or 1 <img src="/forum/images/icons/laugh.gif" alt="" />
hehehe yeah I would love to be able to hear what some would be saying to their screens... LoL<br /><br />Personally I think this is one of the better uses for the user ratings. The user has control of their rating and they can only blame themselves for a low one. LoL <img src="/forum/images/icons/wink.gif" alt="" />
Registered: 06/18/02
Posts: 394
Loc: Southern California
Hmm, now this seems like a good use for user rating stars <img src="/forum/images/icons/smile.gif" alt="" /> I turned mine off and left the post ones on, but I may try this out after I think it over. Nice job <img src="/forum/images/icons/smile.gif" alt="" />
#221782 - 07/28/0204:35 PMRe: Icon for a completed Profile
[Re: sjsaunders]
JoshPet
I type Like navaho
Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
OK - Cool!<br /><br />Thanks Dave. You're awesome!<br />Just playing with this on a test board I've got set up. I dont' think it's quite working right.<br /><br />First, the SQL statement seems to wipe the stars out of the profile... but they remain next to people's post. Not a huge deal.... only like 10 -15 users were rated before I removed the feature.<br /><br />Then, I inserted the code. Now obviously, one needs to edit their profile for this info to update. OK. Did that with a test user, filled in all the fields. That worked. Look at their profile, and indeed, they had 5 stars with 8 rates (they were 0 before) OK.<br />But, then when I made a post by that user... the stars did not appear next to the post. The only stars that appeared next to the post were the few users who had ratings to begin with.<br />So somehow it's not pulling it into showflat/showthreaded. But does seem to be adding the ratings when you view their profile.<br /><br />Thanks for looking at this Dave!!!
I think that it there may be some check in showflat/showthreaded that makes sure the rates are real. There is no "0" rating in the real system but with this hack it essentially gives zeros for fields that are not filled out.<br /><br />I'll look things over and get right back. <img src="/forum/images/icons/smile.gif" alt="" />
#221789 - 07/28/0207:36 PMRe: Icon for a completed Profile
[Re: sjsaunders]
JoshPet
I type Like navaho
Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Ha. Easy for you of course. <img src="/forum/images/icons/wink.gif" alt="" /><br /><br />Now, this may be more difficult, but now that stars indicate how complete the profiles are.....<br />What if the stars were added to the user list, and you could sort by stars. Thus someone could view the userlist, and put all the profiles in order by completeness.<br /><br />My gut said to change the template for the userlist... but I guess there's no rating query in place, so it wouldn't work. <br /><br />Don't know how difficult that would be. Then to have the ability to sort by stars. LOL It's over my head.