XenForo
Administrative
- Thread starter
- Admin
- #1
I'm trying to figure out how to grab the user banner text and place it in a tooltip. It sounds strange, but we're not displaying the user banner text by default so we want to use a tooltip.
Code:
The above code works fine with the tooltip. But I'm trying to place the text of the banner there replacing "User banner text here". I've tried {{...
Read more
ادامه مطلب...
Code:
<xf:userbanners user="$user" tag="div" class="message-userBanner" data-xf-init="tooltip" title="User banner text here" itemprop="jobTitle" />
The above code works fine with the tooltip. But I'm trying to place the text of the banner there replacing "User banner text here". I've tried {{...
Read more
ادامه مطلب...