aileron79
11-29-2010, 04:48 PM
Hi there,
I would like to add a link to the last page of a thread. Unfortunately, links in the format http://domain/showthread?12345&goto=lastpost do not work any more.
Any idea how to fix that? I know I might have to change PHP code somewhere but so far I have no clue where...
I know that the link to the last page is compiled on another place like
<a href="{vb:link thread, {vb:raw thread}, {vb:raw pageinfo_lastpost}, 'threadid', 'threadtitle'}#post{vb:raw pageinfo_lastpost.p}" ...
Still, those variables seem to be empty on the forum home page where I would like to add those links...
Thanks in advance,
Christoph
I would like to add a link to the last page of a thread. Unfortunately, links in the format http://domain/showthread?12345&goto=lastpost do not work any more.
Any idea how to fix that? I know I might have to change PHP code somewhere but so far I have no clue where...
I know that the link to the last page is compiled on another place like
<a href="{vb:link thread, {vb:raw thread}, {vb:raw pageinfo_lastpost}, 'threadid', 'threadtitle'}#post{vb:raw pageinfo_lastpost.p}" ...
Still, those variables seem to be empty on the forum home page where I would like to add those links...
Thanks in advance,
Christoph