PDA

View Full Version : vB hackers, help me please


11-01-2000, 08:10 PM
You know delphi forums? http:www.delphi.com

OK

I like the header of the post in delphi:

From: USER1 Mar-17 11:13 am
To: USER2
Message#(39 of 45) 5.39
In reply to 5.38
5= Thread number
38 = Post number

The #of the post can be done, if you add one colum for threadpostid (only for the thread) and increase with new post like the postid.

Post table colums

postid = Numer of the post
threadid = Numer of the thread
username = Text name
userid = Id of the user
title = Title of the post
dateline
pagetext
allowsmilie
email
signature
ipaddress
iconid
visible

So?

11-01-2000, 08:12 PM
I thing you can make a user notification when some user reply to his especific post, of course only if the user use the reply with quote option.

Thanks again...