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.
Without the code in front of me, I seem to remember a database field along the lines of "M_DATE" that stored the date a person became a member (I think).
If that is the field, you will probably want to add it to the SQL statement that you use to pull up the rest of the information on the author of the post.
Sorry for being vauge - if no one gets you more specifics by the time I get home, I'll find all the line numbers when I get home tonight. <
It worked but there were some problems. In some threads the members avatar appeared as a red x and the join date had the beginning of some sort of website.<
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: