Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 Members Since ..... script
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Presario
Starting Member

46 Posts

Posted - 26 July 2005 :  13:22:17  Show Profile  Reply with Quote
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.


<

Edited by - ruirib on 27 July 2005 18:01:39

AnonJr
Moderator

United States
5768 Posts

Posted - 26 July 2005 :  16:02:56  Show Profile  Visit AnonJr's Homepage  Reply with Quote
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.
<
Go to Top of Page

dabugster
Junior Member

USA
168 Posts

Posted - 26 July 2005 :  17:46:56  Show Profile  Visit dabugster's Homepage  Send dabugster an AOL message  Send dabugster a Yahoo! Message  Reply with Quote
Isn't that script at the top right of the Pop_profile.asp page?
Here is the code from mine:
Response.Write	"                <td valign=""top"" align=""right"" bgcolor=""" & strHeadCellColor & """>
<font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strHeadFontColor & """>
Member Since: " & ChkDate(rs("M_DATE"),"",false) & " 
</font></td>" & vbNewLine & _


Note: I put line breaks on the code so it wouldn't stretch out the page. Originally it is all one line of code.
<
Go to Top of Page

AnonJr
Moderator

United States
5768 Posts

Posted - 26 July 2005 :  20:42:16  Show Profile  Visit AnonJr's Homepage  Reply with Quote

Edited by - AnonJr on 26 July 2005 21:35:12
Go to Top of Page

dabugster
Junior Member

USA
168 Posts

Posted - 26 July 2005 :  23:22:55  Show Profile  Visit dabugster's Homepage  Send dabugster an AOL message  Send dabugster a Yahoo! Message  Reply with Quote
Thanks for the work you put in AnonJr!


I will put this in my code tonight or tomorrow.
<
Go to Top of Page

Presario
Starting Member

46 Posts

Posted - 27 July 2005 :  17:54:03  Show Profile  Reply with Quote
Superb!! Many thanks... I have just followed your instructions and it works a treat..
<
Go to Top of Page

AnonJr
Moderator

United States
5768 Posts

Posted - 27 July 2005 :  19:45:37  Show Profile  Visit AnonJr's Homepage  Reply with Quote
Cool. Glad to be able to add something back.
<
Go to Top of Page

dabugster
Junior Member

USA
168 Posts

Posted - 27 July 2005 :  22:44:35  Show Profile  Visit dabugster's Homepage  Send dabugster an AOL message  Send dabugster a Yahoo! Message  Reply with Quote
Works like a dream Bro!

Thanks a lot!
<
Go to Top of Page

tribaliztic
Senior Member

Sweden
1532 Posts

Posted - 28 July 2005 :  03:24:54  Show Profile  Visit tribaliztic's Homepage  Send tribaliztic an ICQ Message  Reply with Quote
Cool! I just HAD to do this on my forum also =) Thanks alot!
<

/Tribaliztic
- www.gotlandrace.se -
Go to Top of Page

mysteryguy
Starting Member

20 Posts

Posted - 04 September 2005 :  03:10:00  Show Profile  Visit mysteryguy's Homepage  Reply with Quote
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.<

JAVA JOE'S EVERYTHING GAMINGhttp://www28.websamba.com/javajoes/
Go to Top of Page

AnonJr
Moderator

United States
5768 Posts

Posted - 04 September 2005 :  07:20:25  Show Profile  Visit AnonJr's Homepage  Reply with Quote
double check your code. It sounds like something wasn't closed right.<
Go to Top of Page

JohnC
Junior Member

215 Posts

Posted - 28 May 2008 :  15:10:27  Show Profile  Reply with Quote
I must say, this topic is really hard to read with dabugster's obnoxiously long signature!


<
Go to Top of Page

Podge
Support Moderator

Ireland
3775 Posts

Posted - 28 May 2008 :  16:10:01  Show Profile  Send Podge an ICQ Message  Send Podge a Yahoo! Message  Reply with Quote
Thats one hell of a sig alright!

Try reading it here - http://forum.snitz.com/forum/pop_printer_friendly.asp?TOPIC_ID=58950<

Podge.

The Hunger Site - Click to donate free food | My Blog | Snitz 3.4.05 AutoInstall (Beta!)

My Mods: CAPTCHA Mod | GateKeeper Mod
Tutorial: Enable subscriptions on your board

Warning: The post above or below may contain nuts.
Go to Top of Page

JohnC
Junior Member

215 Posts

Posted - 28 May 2008 :  16:46:34  Show Profile  Reply with Quote
Thanks Podge!

<
Go to Top of Page

Podge
Support Moderator

Ireland
3775 Posts

Posted - 28 May 2008 :  17:50:03  Show Profile  Send Podge an ICQ Message  Send Podge a Yahoo! Message  Reply with Quote
You're welcome and the problem has been fixed.<

Podge.

The Hunger Site - Click to donate free food | My Blog | Snitz 3.4.05 AutoInstall (Beta!)

My Mods: CAPTCHA Mod | GateKeeper Mod
Tutorial: Enable subscriptions on your board

Warning: The post above or below may contain nuts.
Go to Top of Page

texanman
Junior Member

United States
410 Posts

Posted - 05 June 2008 :  12:53:37  Show Profile  Reply with Quote
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 & """"<
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.18 seconds. Powered By: Snitz Forums 2000 Version 3.4.07