XenForo Tooltip in Latest Box

guclusat

Tanınmış Üye
Süper Moderatör
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:

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:

Screenshot_1.png

I wish you success.
 
Geri
Yukarı