Quote:
Originally Posted by Lynne
I don't know that there is a static way of linking to the last thread. I think you have to use some variables in the link. Don't you do a query to grab the thread id? In the thread table is also the column "lastpost". Why can't you grab that at the same time you get the threadids?
|
I was afraid of that. I may have to add php code to the page and then try detect if a person is logged in or not, sending them a different way if they are not or depending on how they have their sort order.
At that point its not really worth it. Hmmm....
--------------- Added 10 Sep 2008 at 18:44 ---------------
Quote:
Originally Posted by gopherhockey
Currently I use something like showthread.php?t=9180#post3107513
|
I tried showthread.php?t=9180&goto=newpost
THis might be working.