Forum Plugin - The permalink for each topic was not correct
Each Forum post has a permalink associated with it that should allow direct access to the post. The permalink incorrectly specified that each post was the 'lastpost' of the thread.
To resolve this issue, update the PHP file gf_showtopic.php and the template topic.thtml with the patched versions below.
private/plugins/forum/include/gf_showtopic.php
private/plugins/forum/templates/topic.thtml
These patches should only be applied to glFusion v1.1.8 and has been included in glFusion v1.1.8 Patch Level 2.
For more information on Patch Levels, please see the glFusion Patch Updates story.
What's Related