I asked Dylan V if I could make this into a resource, he said yes. So all credits goes to him. Maru was the user who asked how this could be accomplished.
In node_forum_level_2 look for the following code:
and replace it with:
Outcome:
I wish you success.
In node_forum_level_2 look for the following code:
Kod:
<span class="lastThreadTitle"><span>{xen:phrase latest}:</span> <a href="{xen:link posts, $forum.lastPost}" title="{$forum.lastPost.title}">{$forum.lastPost.title}</a></span>
and replace it with:
Kod:
<span class="lastThreadTitle"><span>{xen:phrase latest}:</span> <a href="{xen:link posts, $forum.lastPost}" class="Tooltip" title="{$forum.lastPost.title}">{$forum.lastPost.title}</a></span>
Outcome:
I wish you success.