PDA

View Full Version : User's post number in Postbit


Vivi Ornitier
06-19-2002, 01:48 AM
I think that this hack would be ESSENTIAL and a VERY nice addition to the VB. When a user posts, It'd be nice if it could display the user's post number in the postbit. I don't be their total post but which post that certain post was. Like:

Total Posts: 3932
User's Post #: 3532

I really think that this would be a VERY VERY nice hack and would be relatively simple to write. so please tell me what u think!

Logician
06-19-2002, 07:37 AM
yep achievable but would impair performance badly. Say, you're viewing a thread with 30 post (in one screen), this hack would add an extra SQL query (and not a fast one) for each post in the screen and decrease the server performance dramatically. I think it does not justify the result you get in return.

My 2 cents..