Resource icon

XenForo Tooltip in Latest Box

Deceptive

Active member
Demon submitted a new resource:

XenForo Tooltip in Latest Box - XenForo Tooltip in Latest Box



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:
Code:
<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:
Code:
...

Read more about this resource...
 
Honestly? I fail to see the point of this. The fact it's largely included in the core is bad enough but to enhance it just makes it worse.

Why have a title that exactly matches link text - needless bytes and overkill.
 
Top Bottom