Note: You must be registered in order to post a reply. To register, click here. Registration is FREE! Before posting, make sure you have read this topic!
T O P I C R E V I E W
Andy Humm
Posted - 22 June 2008 : 19:06:49 In the subscriptions_list.asp, the members who have subscribed to a topic have their Member name listed and I was wondering if this name could be linked back to the member's profile page.
I am sure it could be possible, line 263 has the following: Response.Write CellFont & subMemberName & "</font></td>" & vbNewLine & _<
7 L A T E S T R E P L I E S (Newest First)
Andy Humm
Posted - 23 June 2008 : 08:30:41 Spot on and thank you, I added "& CellFont &" to bring the size of the link to coincide with the strDefaultFontSize
Posted - 23 June 2008 : 07:06:12 That's right HuwR, the subMemberName 'linked back to the member's profile page' if possible <
HuwR
Posted - 23 June 2008 : 06:49:09 there is already a link that does that carefree, what Andy_humm wants is the list to link to a members profile rather than just displaying the members name<
Carefree
Posted - 23 June 2008 : 06:37:11 Huh? You asked for a link to member's subscriptions ... oh I see, I gave you a link that would add a link to your subscriptions within your profile. You want one that will show all members who have subscribed to a particular topic? That could potentially be very large, depending on the popularity of the topic and the number of users.
I'll see if I can write something later today - have to go to another doctor's appt.<
Andy Humm
Posted - 23 June 2008 : 05:52:44 Carefree I have added the provided code and the members name is still not a link. We have made no alterations to subMemberName from subscriptions_list.asp<
Carefree
Posted - 23 June 2008 : 05:28:02 In inc_profile.asp (appx lines: 602-610)