PDA

View Full Version : about replys


11-17-2000, 08:50 AM
Is there a way to show the numer of the reply in side the thread?
what i mean is :
like when you make an reply and lets say you are the replyer number 9 of this thread..
so it shuld show onder your (ex: name) number 9 because you are the number 9 replyer..

so when you have a long thread its easyer to now what number of reply you are reading!

is there somthing like that?

best regards
Anmar

11-17-2000, 02:27 PM
It would require some codehacking, but using a simple variable ($i), which is incremented in the 'while' loop that prints the html of the messages, you should be able to print the $i variable as a reprisantion of the reply number.

Something like that, anyway :)