JacquiiDesigns
Well-known member
Using XF 1.5.11
I'm trying to place the forum description in a tooltip like so:
I'm using the following code:
This code worked just fine in XF 1.5.9 but doesn't seem to work in the current release.
Can someone please suggest a code that will show the forum description in a tooltip class please?
Thanks!
J.
I'm trying to place the forum description in a tooltip like so:
I'm using the following code:
Code:
<a href="{xen:link forums/create-thread, $forum}" class="Tooltip" title="{xen:raw $forum.description}"><h3 class="createThreadGlobal nodeTitle nodeIsForum">{$forum.title}</h3></a>
This code worked just fine in XF 1.5.9 but doesn't seem to work in the current release.
Can someone please suggest a code that will show the forum description in a tooltip class please?
Thanks!
J.