Quote:
Originally Posted by rsuplido
For those asking about going to the last post, 'newpost' is better, since it goes to the first reply that the member hasn't read.
Change:
Code:
$recent_thread[threadid].'">'
to
Code:
$recent_thread[threadid].'&goto=newpost">'
|
I have tested this, but it doesn't work for me (vB4.1.2). It goes to the page of the last post, but always on the top of the page. The link in the widget is
Code:
http://www.mydomain.com/forumo/showthread.php?t=7829&goto=newpost
and then redirects to
Code:
http://www.mydomain.com/forum/showthread.php?t=7829&p=316642
instead
Code:
http://www.mydomain.com/forum/showthread.php?t=7829&p=316642#post316642
or
http://www.mydomain.com/forum/showthread.php?p=316642#post316642
I have tried to add the correct address... but no one of my tests have work. Does anyone have any idea to fix it?
Thanks in advance.
Regards!!!