Author |
Topic  |
|
wii
Free ASP Hosts Moderator
    
Denmark
2632 Posts |
Posted - 04 May 2001 : 19:02:23
|
What I would think would be cool is if we could see whether or not a member has a picture posted when we look at the names in the profile area. like a little picture icon by their name.
|
|
wii
Free ASP Hosts Moderator
    
Denmark
2632 Posts |
Posted - 03 July 2001 : 17:14:41
|
Does anyone else think this would be a cool feature??!!
 |
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 03 July 2001 : 18:54:20
|
wouldn't be hard to implement.
just add the MEMBERS.M_PHOTO_URL to both of the select statements in topic.asp (sub GetFirst and the one near the top for the replies) then just check to see if it's empty or not. If it is, don't display anything. If it's not, display a little picture icon or something. |
 |
|
dayve
Forum Moderator
    
USA
5820 Posts |
Posted - 04 July 2001 : 01:59:37
|
quote:
wouldn't be hard to implement.
just add the MEMBERS.M_PHOTO_URL to both of the select statements in topic.asp (sub GetFirst and the one near the top for the replies) then just check to see if it's empty or not. If it is, don't display anything. If it's not, display a little picture icon or something.
what if they put a bad url, then you get the ugly X image...
Dayve |
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 04 July 2001 : 02:05:11
|
It wouldn't be displaying their actual picture, just an icon indicating that they have put something for the Picture URL. Something kinda like eBay where they put a little camera icon next to auctions that have pictures of the item in them. |
 |
|
wii
Free ASP Hosts Moderator
    
Denmark
2632 Posts |
Posted - 04 July 2001 : 02:45:20
|
Richard - could you code this for me, if I mailed you the necessary files?
 |
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 04 July 2001 : 03:19:35
|
sure, did you want it show on more than just topic.asp ?
Do you already have a graphic to show? |
 |
|
wii
Free ASP Hosts Moderator
    
Denmark
2632 Posts |
Posted - 04 July 2001 : 03:46:10
|
Richard,
to make it really cool, I thought of the idea to have an extra column to the members.asp so that members can sort and easily see how has a picture in their profile. I have a modified members.asp based on Huw´s version here:
http://www.friserverplads.dk/forum/members.asp
is that possible ?
as for now I would use this pic:

 |
 |
|
wii
Free ASP Hosts Moderator
    
Denmark
2632 Posts |
|
|
Topic  |
|