I assume the way this form works is that each post has a unique id (auto-inc field in MySQL?). If so - it'd be fantastic each each post had its own ID Anchor (eg, <A name="test"></A> ) so when you're referring to a post you could just do something like:
http://forum.thegamecreators.com/?m=forum_view&t=90155&b=2#123456
which would refer to post id 123456.
Is there a way this can currently be done?
The problem with saying "the 1st post on page 6" is peple configure their pages to have different post counts on them, so the 1st on 6 for me might be 8th on 12 for Joe Bloggs.
The reason I ask is I'm considering the tedious task of adding links from each of the coding challenges in the database at [href]www.dbp-site.com[/href] to the specific starting post in the challenges thread. Tedious, I know - but could be DAMN usefull.
Of course, the knock on effect (which I've just realised from above) is if you refer to post 123456 on page 8 of thread 123 you still suffer from the posts-per-page issue...
Working on the principal that the URL is based like this:
Quote: "m=forum_view&t=89796&b=2&p=1"
(the your momma jokes thread)
How about the ability to specify a pst arguement instead of p (t=thread, b=board, p=page). Iif you specify a pst then the forum could work out how far down the list that post is and then find the page by dividing by posts-per-page and flooring the result?
Or - how about instead of using the post ID, you could anchor each post by its position in the thread (ie 1st, 2nd, 3rd, etc).
I really think this'd be a fantastic feature. Can anyone think of any issues with my above idea?
[center]