Members Since ..... script - Posted (2242 Views)
Starting Member
Presario
Posts: 46
46
I am trying to add a `members since : .... ` script to the topics page so users can see when a `poster` joined my forum.
I need this to be under the location and number of posts descriptions. Is there a mod somewhere I can download? I have tried using the search facility but am unable to find anything.
Many thanks in advance.

<
 Sort direction, for dates DESC means newest first  
 Page size 
Posted
Member Locked
JohnC
Posts: 215
215
I must say, this topic is really hard to read with dabugster's obnoxiously long signature! angry

<
Posted
Support Moderator
Podge
Posts: 3776
3776
Thats one hell of a sig alright!
Try reading it here - http://forum.snitz.com/forum/pop_printer_friendly.asp?TOPIC_ID=58950<
Posted
Member Locked
JohnC
Posts: 215
215
Thanks Podge!
<
Posted
Support Moderator
Podge
Posts: 3776
3776
You're welcome and the problem has been fixed.<
Posted
Junior Member
texanman
Posts: 410
410
I previously added "status" whether a member is online or not in post.asp. Adding member since doesn't work for me. What am I doing wrong? Here is what I have:

Response.Write " <font color=""" & strForumFontColor & """ face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """><small>" & Reply_MemberPosts & " Posts </small></font><br /><br />" & vbNewLine & _
" <font color=""" & strForumFontColor & """ face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """><small>Member Since:<br />" & ChkDate(Reply_MemberStart,"",false) & "</small></font></p></td>" & vbNewLine & _
" <td bgcolor=""" & CColor & """ height=""100%"" width=""" & strTopicWidthRight & """" " <font color=""" & strForumFontColor & """ face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """><small>Status: " & AUMemberStatus(arrOnlineMembers, Reply_MemberID) &"</small></font></p></td>" & vbNewLine & _ " <td bgcolor=""" & CColor & """ height=""100%"" width=""" & strTopicWidthRight & """"<
You Must enter a message